aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/protectli/vault_kbl/gma-mainboard.ads
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2019-06-27 12:19:18 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-03-10 10:03:17 +0000
commit48be6b276a0d7d0376684eaa5c1d92b763f61cc6 (patch)
tree96bd243fc9d7e1425bb55bab98e269112ec911bb /src/mainboard/protectli/vault_kbl/gma-mainboard.ads
parentdcd3d072d4760d9040b61d34c5ee6663a963fb54 (diff)
mb/protectli/vault_kbl: Add FW6 support
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I03e8e8db5d827fe113280f2a6376d364edf42870 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33839 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/protectli/vault_kbl/gma-mainboard.ads')
-rw-r--r--src/mainboard/protectli/vault_kbl/gma-mainboard.ads16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/protectli/vault_kbl/gma-mainboard.ads b/src/mainboard/protectli/vault_kbl/gma-mainboard.ads
new file mode 100644
index 0000000000..b7cae7837a
--- /dev/null
+++ b/src/mainboard/protectli/vault_kbl/gma-mainboard.ads
@@ -0,0 +1,16 @@
+-- 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 :=
+ (HDMI1,
+ others => Disabled);
+
+end GMA.Mainboard;