summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/gma-mainboard.ads
diff options
context:
space:
mode:
authorJeremy Compostella <jeremy.compostella@intel.com>2022-12-02 11:07:09 -0700
committerJakub Czapiga <jacz@semihalf.com>2023-01-04 16:37:42 +0000
commit96d9b756690839c17b307a93b8a1898bd1c02ff5 (patch)
tree8c85b99313ab2c2825d0a190b823265dd66be00c /src/mainboard/google/brya/gma-mainboard.ads
parent9395cf9a2f867b5e5832fed3d0396962e4978e87 (diff)
mb/google/brya: Add romstage early graphics for brya
BUG=b:252792591 BRANCH=firmware-brya-14505.B TEST=On-screen text message seen during MRC training on skolas with a few extra patches Change-Id: I41c9cccb09dea52e2318f8f9ebeeda3697a7b513 Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70304 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tarun Tuli <taruntuli@google.com>
Diffstat (limited to 'src/mainboard/google/brya/gma-mainboard.ads')
-rw-r--r--src/mainboard/google/brya/gma-mainboard.ads13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/gma-mainboard.ads b/src/mainboard/google/brya/gma-mainboard.ads
new file mode 100644
index 0000000000..3b02f14d95
--- /dev/null
+++ b/src/mainboard/google/brya/gma-mainboard.ads
@@ -0,0 +1,13 @@
+-- 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 :=
+ (eDP,
+ others => Disabled);
+end GMA.Mainboard;