<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22125">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/google/link: Test libgfxinit<br><br>Change-Id: Iae60c1f930f5778ee3b5d9d19227168257e9ae06<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M src/mainboard/google/link/Kconfig<br>M src/mainboard/google/link/Makefile.inc<br>A src/mainboard/google/link/gma-mainboard.ads<br>3 files changed, 28 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/22125/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/link/Kconfig b/src/mainboard/google/link/Kconfig<br>index 66b7421..32f9fb6 100644<br>--- a/src/mainboard/google/link/Kconfig<br>+++ b/src/mainboard/google/link/Kconfig<br>@@ -16,6 +16,7 @@<br>        select SERIRQ_CONTINUOUS_MODE<br>         select MAINBOARD_HAS_NATIVE_VGA_INIT<br>  select HAVE_LINEAR_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT<br>+       select MAINBOARD_HAS_LIBGFXINIT<br> <br> config VBOOT<br>     select EC_GOOGLE_CHROMEEC_SWITCHES<br>diff --git a/src/mainboard/google/link/Makefile.inc b/src/mainboard/google/link/Makefile.inc<br>index a25e95c..281ce32 100644<br>--- a/src/mainboard/google/link/Makefile.inc<br>+++ b/src/mainboard/google/link/Makefile.inc<br>@@ -20,6 +20,7 @@<br> ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += i915.c<br> ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += i915io.c<br> ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += intel_dp.c<br>+ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads<br> <br> smm-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.c<br> SPD_BIN = $(obj)/spd.bin<br>diff --git a/src/mainboard/google/link/gma-mainboard.ads b/src/mainboard/google/link/gma-mainboard.ads<br>new file mode 100644<br>index 0000000..be87e9d<br>--- /dev/null<br>+++ b/src/mainboard/google/link/gma-mainboard.ads<br>@@ -0,0 +1,26 @@<br>+--<br>+-- This program is free software; you can redistribute it and/or modify<br>+-- it under the terms of the GNU General Public License as published by<br>+-- the Free Software Foundation; either version 2 of the License, or<br>+-- (at your option) any later version.<br>+--<br>+-- This program is distributed in the hope that it will be useful,<br>+-- but WITHOUT ANY WARRANTY; without even the implied warranty of<br>+--<br>+<br>+with HW.GFX.GMA;<br>+with HW.GFX.GMA.Display_Probing;<br>+<br>+use HW.GFX.GMA;<br>+use HW.GFX.GMA.Display_Probing;<br>+<br>+private package GMA.Mainboard is<br>+<br>+   ports : constant Port_List :=<br>+     (DP1,<br>+      DP2,<br>+      DP3,<br>+      Internal,<br>+      others => Disabled);<br>+<br>+end GMA.Mainboard;<br></pre><p>To view, visit <a href="https://review.coreboot.org/22125">change 22125</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22125"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iae60c1f930f5778ee3b5d9d19227168257e9ae06 </div>
<div style="display:none"> Gerrit-Change-Number: 22125 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>