<p>Alexander Couzens has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20330">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/lenovo/x220: allow to use libgfxinit<br><br>Change-Id: I8b02596b116c0b164e83e7b02449c547224a50a6<br>Signed-off-by: Alexander Couzens <lynxis@fe80.eu><br>---<br>M src/mainboard/lenovo/x220/Kconfig<br>A src/mainboard/lenovo/x220/gma-mainboard.ads<br>2 files changed, 22 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/30/20330/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig<br>index 0ef6689..9b70ef0 100644<br>--- a/src/mainboard/lenovo/x220/Kconfig<br>+++ b/src/mainboard/lenovo/x220/Kconfig<br>@@ -19,6 +19,8 @@<br>    select SANDYBRIDGE_IVYBRIDGE_LVDS<br>     select DRIVERS_RICOH_RCE822<br>   select MAINBOARD_HAS_LPC_TPM<br>+ select MAINBOARD_HAS_LIBGFXINIT<br>+      select GFX_GMA_INTERNAL_IS_LVDS<br> <br>    # Workaround for EC/KBC IRQ1.<br>         select SERIRQ_CONTINUOUS_MODE<br>diff --git a/src/mainboard/lenovo/x220/gma-mainboard.ads b/src/mainboard/lenovo/x220/gma-mainboard.ads<br>new file mode 100644<br>index 0000000..736dce7<br>--- /dev/null<br>+++ b/src/mainboard/lenovo/x220/gma-mainboard.ads<br>@@ -0,0 +1,20 @@<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>+      HDMI1,<br>+      HDMI2,<br>+      HDMI3,<br>+      Analog,<br>+      Internal,<br>+      others => Disabled);<br>+<br>+end GMA.Mainboard;<br></pre><p>To view, visit <a href="https://review.coreboot.org/20330">change 20330</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/20330"/><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: I8b02596b116c0b164e83e7b02449c547224a50a6 </div>
<div style="display:none"> Gerrit-Change-Number: 20330 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Couzens <lynxis@fe80.eu> </div>