From ec69c483532e7347c508eff9bf6362d56dab3dc6 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 20 Oct 2017 21:12:45 +0200 Subject: mb/google/link: Enable libgfxinit Beside the high-resolution eDP panel, it features a dual-mode mini-DP port. Change-Id: Iae60c1f930f5778ee3b5d9d19227168257e9ae06 Tested-by: Matt DeVillier Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/22125 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/google/link/gma-mainboard.ads | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/mainboard/google/link/gma-mainboard.ads (limited to 'src/mainboard/google/link/gma-mainboard.ads') diff --git a/src/mainboard/google/link/gma-mainboard.ads b/src/mainboard/google/link/gma-mainboard.ads new file mode 100644 index 0000000000..41737255a6 --- /dev/null +++ b/src/mainboard/google/link/gma-mainboard.ads @@ -0,0 +1,25 @@ +-- +-- This program is free software; you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation; either version 2 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- + +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 := + (Internal, + DP3, + HDMI3, + others => Disabled); + +end GMA.Mainboard; -- cgit v1.2.3