aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/snb_ivb_laptops/Kconfig
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
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')
-rw-r--r--src/mainboard/hp/snb_ivb_laptops/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig b/src/mainboard/hp/snb_ivb_laptops/Kconfig
index d4bf19ac23..812c630b13 100644
--- a/src/mainboard/hp/snb_ivb_laptops/Kconfig
+++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig
@@ -29,6 +29,7 @@ config VARIANT_DIR
default "8470p" if BOARD_HP_8470P
default "8770w" if BOARD_HP_8770W
default "folio_9470m" if BOARD_HP_FOLIO_9470M
+ default "probook_6360b" if BOARD_HP_PROBOOK_6360B
default "revolve_810_g1" if BOARD_HP_REVOLVE_810_G1
config MAINBOARD_PART_NUMBER
@@ -40,6 +41,7 @@ config MAINBOARD_PART_NUMBER
default "EliteBook 8470p" if BOARD_HP_8470P
default "EliteBook 8770w" if BOARD_HP_8770W
default "EliteBook Folio 9470m" if BOARD_HP_FOLIO_9470M
+ default "ProBook 6360b" if BOARD_HP_PROBOOK_6360B
default "EliteBook Revolve 810 G1" if BOARD_HP_REVOLVE_810_G1
config OVERRIDE_DEVICETREE
@@ -65,6 +67,7 @@ config USBDEBUG_HCD_INDEX
default 2 if BOARD_HP_8470P
default 2 if BOARD_HP_8770W
default 0 if BOARD_HP_FOLIO_9470M
+ default 1 if BOARD_HP_PROBOOK_6360B # FIXME: check this
default 2 if BOARD_HP_REVOLVE_810_G1 # FIXME: check this
endif