summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/820g2/gma-mainboard.ads
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-04-24 21:22:10 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-21 20:30:32 +0800
commit35fd3331f471144d40358a85a43529fa5f172075 (patch)
treed577c4bed65aaa6b55f920149cbe73ed7b612e50 /src/mainboard/hp/820g2/gma-mainboard.ads
parenta1a8c2c621a4ae1e093c63e6b1c34b049da5f0b8 (diff)
downloadcoreboot-35fd3331f471144d40358a85a43529fa5f172075.tar.xz
mb/hp: Add EliteBook 820 G2
It can now boot Arch Linux from SATA and USB. Change-Id: Id8b3b7f735460c5e76a2dc9ab2d10154e6606ad6 Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Diffstat (limited to 'src/mainboard/hp/820g2/gma-mainboard.ads')
-rw-r--r--src/mainboard/hp/820g2/gma-mainboard.ads18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mainboard/hp/820g2/gma-mainboard.ads b/src/mainboard/hp/820g2/gma-mainboard.ads
new file mode 100644
index 0000000000..3962512eec
--- /dev/null
+++ b/src/mainboard/hp/820g2/gma-mainboard.ads
@@ -0,0 +1,18 @@
+-- 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, -- All DisplayPorts
+ HDMI1,
+ DP2, -- VGA
+ eDP,
+ others => Disabled);
+
+end GMA.Mainboard;