<p>Felix Held has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22225">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ga-g41m-es2l: set GPIO configuration select bit<br><br>This might fix the issue that the FDC doesn't get enabled even though it is<br>enabled in the devicetree.<br><br>Change-Id: Ic60ef951f187a20e0b8238ebca5144b91bea791d<br>Signed-off-by: Felix Held <felix-coreboot@felixheld.de><br>---<br>M src/mainboard/gigabyte/ga-g41m-es2l/romstage.c<br>1 file changed, 3 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/22225/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c<br>index 67d3eb1..8bdfe00 100644<br>--- a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c<br>+++ b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c<br>@@ -55,6 +55,9 @@<br> <br>  setup_pch_gpios(&mainboard_gpio_map);<br> <br>+ /* set SIO configuration select */<br>+   ite_reg_write(GPIO_DEV, 0x22, 0x80);<br>+<br>       /* Set default GPIOs on superio */<br>    ite_reg_write(GPIO_DEV, 0x25, 0x00);<br>  ite_reg_write(GPIO_DEV, 0x26, 0xc7);<br></pre><p>To view, visit <a href="https://review.coreboot.org/22225">change 22225</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/22225"/><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: Ic60ef951f187a20e0b8238ebca5144b91bea791d </div>
<div style="display:none"> Gerrit-Change-Number: 22225 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Felix Held <felix-coreboot@felixheld.de> </div>