aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p8h61-m_lx3_r2_0/gma-mainboard.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p8h61-m_lx3_r2_0/gma-mainboard.ads')
-rw-r--r--src/mainboard/asus/p8h61-m_lx3_r2_0/gma-mainboard.ads14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/asus/p8h61-m_lx3_r2_0/gma-mainboard.ads b/src/mainboard/asus/p8h61-m_lx3_r2_0/gma-mainboard.ads
new file mode 100644
index 0000000000..767f5af2f9
--- /dev/null
+++ b/src/mainboard/asus/p8h61-m_lx3_r2_0/gma-mainboard.ads
@@ -0,0 +1,14 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
+-- This file is part of the coreboot project.
+
+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 := (Analog, others => Disabled);
+
+end GMA.Mainboard;