<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22224">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">[WIP] mb/gigabyte/ga-g41m-es2l: Enable libgfxinit<br><br>Change-Id: I48bfe8f42de72da658ea4a1d070c040e4a9d025d<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M src/mainboard/gigabyte/ga-g41m-es2l/Kconfig<br>M src/mainboard/gigabyte/ga-g41m-es2l/Makefile.inc<br>A src/mainboard/gigabyte/ga-g41m-es2l/gma-mainboard.ads<br>3 files changed, 16 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/24/22224/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig<br>index fbb090f..db379d0 100644<br>--- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig<br>+++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig<br>@@ -26,6 +26,7 @@<br>        select BOARD_ROMSIZE_KB_1024<br>  select INTEL_EDID<br>     select MAINBOARD_HAS_NATIVE_VGA_INIT<br>+ select MAINBOARD_HAS_LIBGFXINIT<br>       select PCIEXP_ASPM<br>    select PCIEXP_CLK_PM<br>  select PCIEXP_L1_SUB_STATE<br>diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Makefile.inc b/src/mainboard/gigabyte/ga-g41m-es2l/Makefile.inc<br>index f3d7e76..0786d6f 100644<br>--- a/src/mainboard/gigabyte/ga-g41m-es2l/Makefile.inc<br>+++ b/src/mainboard/gigabyte/ga-g41m-es2l/Makefile.inc<br>@@ -1,2 +1,4 @@<br> ramstage-y += cstates.c<br> romstage-y += gpio.c<br>+<br>+ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads<br>diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/gma-mainboard.ads b/src/mainboard/gigabyte/ga-g41m-es2l/gma-mainboard.ads<br>new file mode 100644<br>index 0000000..06511f9<br>--- /dev/null<br>+++ b/src/mainboard/gigabyte/ga-g41m-es2l/gma-mainboard.ads<br>@@ -0,0 +1,13 @@<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>+     (Analog,<br>+      others => Disabled);<br>+<br>+end GMA.Mainboard;<br></pre><p>To view, visit <a href="https://review.coreboot.org/22224">change 22224</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/22224"/><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: I48bfe8f42de72da658ea4a1d070c040e4a9d025d </div>
<div style="display:none"> Gerrit-Change-Number: 22224 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>