summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/snb_ivb_laptops/variants/probook_6360b/gma-mainboard.ads
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/variants/probook_6360b/gma-mainboard.ads
parentd230dd27d8466908c592dcfb3fb25a5f7018e0a5 (diff)
downloadcoreboot-3b6d80fcb03800414d41fc2cac709b9b637373dc.tar.xz
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/variants/probook_6360b/gma-mainboard.ads')
-rw-r--r--src/mainboard/hp/snb_ivb_laptops/variants/probook_6360b/gma-mainboard.ads22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/mainboard/hp/snb_ivb_laptops/variants/probook_6360b/gma-mainboard.ads b/src/mainboard/hp/snb_ivb_laptops/variants/probook_6360b/gma-mainboard.ads
new file mode 100644
index 0000000000..3df1e37f3e
--- /dev/null
+++ b/src/mainboard/hp/snb_ivb_laptops/variants/probook_6360b/gma-mainboard.ads
@@ -0,0 +1,22 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
+
+with HW.GFX.GMA;
+with HW.GFX.GMA.Display_Probing;
+
+use HW.GFX.GMA;
+use HW.GFX.GMA.Display_Probing;
+
+private package GMA.Mainboard is
+
+ ports : constant Port_List :=
+ (DP1,
+ DP2,
+ DP3,
+ HDMI1,
+ HDMI2,
+ HDMI3,
+ Analog,
+ LVDS,
+ others => Disabled);
+
+end GMA.Mainboard;