summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/m900_tiny/gma-mainboard.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/m900_tiny/gma-mainboard.ads')
-rw-r--r--src/mainboard/lenovo/m900_tiny/gma-mainboard.ads20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/m900_tiny/gma-mainboard.ads b/src/mainboard/lenovo/m900_tiny/gma-mainboard.ads
new file mode 100644
index 0000000000..fc6b6ddd8d
--- /dev/null
+++ b/src/mainboard/lenovo/m900_tiny/gma-mainboard.ads
@@ -0,0 +1,20 @@
+-- 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
+ -- Two onboard DP++, one header for optional DP, HDMI or VGA port
+ ports : constant Port_List :=
+ (DP1,
+ DP2,
+ DP3,
+ HDMI1,
+ HDMI2,
+ HDMI3,
+ others => Disabled);
+
+end GMA.Mainboard;