summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/snb_ivb_laptops/Kconfig.name
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2020-04-10 23:40:00 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-08-17 06:25:19 +0000
commit1bda1c356a7423cfaf5271597180bd4383662a9b (patch)
tree55a7530b5438535b86d4c9a03c1c15df27409512 /src/mainboard/hp/snb_ivb_laptops/Kconfig.name
parent89f182ae120dfc1cf7ed6e88662da96a8384ad85 (diff)
downloadcoreboot-1bda1c356a7423cfaf5271597180bd4383662a9b.tar.xz
mainboard: Add HP EliteBook 2560p
Most of the code is generated by autoport. The laptop works well under coreboot with SeaBIOS 1.13.0 payload, running Arch Linux with kernel 5.4.39 and 5.6.11. Change-Id: I126916e201fb8e4b9067f2dececebfb5bae6df73 Signed-off-by: Iru Cai <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41159 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/hp/snb_ivb_laptops/Kconfig.name')
-rw-r--r--src/mainboard/hp/snb_ivb_laptops/Kconfig.name12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig.name b/src/mainboard/hp/snb_ivb_laptops/Kconfig.name
index c01555fd13..fb8e547d66 100644
--- a/src/mainboard/hp/snb_ivb_laptops/Kconfig.name
+++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig.name
@@ -1,5 +1,17 @@
## SPDX-License-Identifier: GPL-2.0-only
+config BOARD_HP_2560P
+ bool "EliteBook 2560p"
+
+ select BOARD_HP_SNB_IVB_LAPTOPS
+ select BOARD_ROMSIZE_KB_8192
+ select GFX_GMA_PANEL_1_ON_LVDS
+ select INTEL_GMA_HAVE_VBT
+ select INTEL_INT15
+ select MAINBOARD_HAS_LIBGFXINIT
+ select MAINBOARD_USES_IFD_GBE_REGION
+ select SOUTHBRIDGE_INTEL_BD82X6X
+
config BOARD_HP_2570P
bool "EliteBook 2570p"