aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/snb_ivb_laptops/Kconfig.name
diff options
context:
space:
mode:
authorPablo Stebler <pablo@stebler.xyz>2020-06-14 23:20:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-26 07:57:46 +0000
commit3b6d80fcb03800414d41fc2cac709b9b637373dc (patch)
tree0a5054a87e073c567d9fc407bfa4e69e62fbf378 /src/mainboard/hp/snb_ivb_laptops/Kconfig.name
parentd230dd27d8466908c592dcfb3fb25a5f7018e0a5 (diff)
mainboard/hp: Add ProBook 6360b
Most of the code is generated using autoport. Working: * booting Arch Linux from SeaBIOS * PCIe/SATA/USB ports (see overridetree and early_init for lists) * LVDS, DisplayPort, VGA, 3.5 mm jacks, RJ-45 * keyboard, touchpad * C-States, S3 suspend Not working: * rfkill hotkey * color of the mute hotkey * sleep f-key Untested: * internal speakers and microphone (defective on my machine) * FireWire * docking station * TPM (SeaBIOS detects it, no further test done) Signed-off-by: Pablo Stebler <pablo@stebler.xyz> Change-Id: I916583fad375f16e5b02388cbcad2e8a993e042f Reviewed-on: https://review.coreboot.org/c/coreboot/+/42373 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.name15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig.name b/src/mainboard/hp/snb_ivb_laptops/Kconfig.name
index 8931cf19e6..8a271909bc 100644
--- a/src/mainboard/hp/snb_ivb_laptops/Kconfig.name
+++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig.name
@@ -79,6 +79,21 @@ config BOARD_HP_FOLIO_9470M
select MAINBOARD_USES_IFD_GBE_REGION
select SOUTHBRIDGE_INTEL_C216
+config BOARD_HP_PROBOOK_6360B
+ bool "ProBook 6360b"
+
+ select BOARD_HP_SNB_IVB_LAPTOPS
+ select BOARD_ROMSIZE_KB_4096
+ select GFX_GMA_PANEL_1_ON_LVDS
+ select INTEL_GMA_HAVE_VBT
+ select INTEL_INT15
+ select MAINBOARD_HAS_LIBGFXINIT
+ select MAINBOARD_HAS_LPC_TPM
+ select MAINBOARD_HAS_TPM1
+ select MAINBOARD_USES_IFD_GBE_REGION
+ select SOUTHBRIDGE_INTEL_BD82X6X
+ select SUPERIO_SMSC_LPC47N217
+
config BOARD_HP_REVOLVE_810_G1
bool "EliteBook Revolve 810 G1"