summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x9sae/gma-mainboard.ads
diff options
context:
space:
mode:
authorBill XIE <persmule@hardenedlinux.org>2021-08-26 19:12:13 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-09-05 20:37:50 +0000
commitd00febc99bd83be74e6f1d2386e36eea5051578b (patch)
tree12f9c013e5826d557e84e7bb39a3e1dc3dd21a0f /src/mainboard/supermicro/x9sae/gma-mainboard.ads
parent957857de6afb1f4e1431edc6b3f0ef5c7a60542f (diff)
mb/supermicro: Add X9SAE and X9SAE-V
Mainboard information can be found in the included documentation. Change-Id: I9dfc58bb99e14cd9dac2ac53afc0ea11d2252aa9 Signed-off-by: Bill XIE <persmule@hardenedlinux.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57191 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/supermicro/x9sae/gma-mainboard.ads')
-rw-r--r--src/mainboard/supermicro/x9sae/gma-mainboard.ads17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x9sae/gma-mainboard.ads b/src/mainboard/supermicro/x9sae/gma-mainboard.ads
new file mode 100644
index 0000000000..8b07c07695
--- /dev/null
+++ b/src/mainboard/supermicro/x9sae/gma-mainboard.ads
@@ -0,0 +1,17 @@
+-- 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 :=
+ (HDMI1,
+ HDMI2,
+ Analog,
+ others => Disabled);
+
+end GMA.Mainboard;