<p>Felix Held has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27629">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">asrock/g41c-gs: make serial console setup depend on selected super IO<br><br>The used super IO is selected in Kconfig depending on the board variant, so use<br>the selected super IO instead of the board variant directly.<br><br>Change-Id: I8421e7c9b1f9ca875c9291f4105c3c20726adfd0<br>Signed-off-by: Felix Held <felix-coreboot@felixheld.de><br>---<br>M src/mainboard/asrock/g41c-gs/romstage.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/27629/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/asrock/g41c-gs/romstage.c b/src/mainboard/asrock/g41c-gs/romstage.c</span><br><span>index e1f4152..7a30e35 100644</span><br><span>--- a/src/mainboard/asrock/g41c-gs/romstage.c</span><br><span>+++ b/src/mainboard/asrock/g41c-gs/romstage.c</span><br><span>@@ -47,7 +47,7 @@</span><br><span>         setup_pch_gpios(&mainboard_gpio_map);</span><br><span> </span><br><span>        /* Set GPIOs on superio, enable UART */</span><br><span style="color: hsl(0, 100%, 40%);">- if (IS_ENABLED(CONFIG_BOARD_ASROCK_G41C_GS_R2_0)) {</span><br><span style="color: hsl(120, 100%, 40%);">+   if (IS_ENABLED(CONFIG_SUPERIO_NUVOTON_NCT6776)) {</span><br><span>            nuvoton_pnp_enter_conf_state(SERIAL_DEV_R2);</span><br><span>                 pnp_set_logical_device(SERIAL_DEV_R2);</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27629">change 27629</a>. To unsubscribe, or for help writing mail filters, 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/27629"/><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: I8421e7c9b1f9ca875c9291f4105c3c20726adfd0 </div>
<div style="display:none"> Gerrit-Change-Number: 27629 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Felix Held <felix-coreboot@felixheld.de> </div>