aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/libretrend/lt1000/gma-mainboard.ads
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2018-12-21 12:23:27 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-10 10:04:05 +0000
commitb9f9f6c12b1a98ce76e3546e9f900ecb45e3c95c (patch)
treef9f15e13fcdf6971f4a8e0f594d0650c42a289fb /src/mainboard/libretrend/lt1000/gma-mainboard.ads
parent48be6b276a0d7d0376684eaa5c1d92b763f61cc6 (diff)
mb/libretrend/lt1000: Add Libretrend LT1000 mainboard
Change-Id: I32fc8a7d3177ba379d04ad8b87adefcfca2b0fab Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30360 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/libretrend/lt1000/gma-mainboard.ads')
-rw-r--r--src/mainboard/libretrend/lt1000/gma-mainboard.ads17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mainboard/libretrend/lt1000/gma-mainboard.ads b/src/mainboard/libretrend/lt1000/gma-mainboard.ads
new file mode 100644
index 0000000000..210ea288b8
--- /dev/null
+++ b/src/mainboard/libretrend/lt1000/gma-mainboard.ads
@@ -0,0 +1,17 @@
+-- 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 :=
+ (DP1,
+ HDMI2,
+ others => Disabled);
+
+end GMA.Mainboard;