<p>Damien Zammit has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21945">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">biostar/a68n_5200: Fix hang with board due to SPI<br><br>SPI mode needs to be set early to normal and Quad I/O disabled<br>on this board for some reason<br><br>Change-Id: I4dbc52010eebf492087d0b1c155a24a307bcc8b0<br>Signed-off-by: Damien Zammit <damien@zamaudio.com><br>---<br>M src/mainboard/biostar/a68n_5200/BiosCallOuts.c<br>1 file changed, 2 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/45/21945/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/biostar/a68n_5200/BiosCallOuts.c b/src/mainboard/biostar/a68n_5200/BiosCallOuts.c<br>index 0ff1e9a..7698b4b 100644<br>--- a/src/mainboard/biostar/a68n_5200/BiosCallOuts.c<br>+++ b/src/mainboard/biostar/a68n_5200/BiosCallOuts.c<br>@@ -170,6 +170,8 @@<br> <br> void board_FCH_InitReset(struct sysinfo *cb_NA, FCH_RESET_DATA_BLOCK *FchParams_reset)<br> {<br>+        FchParams_reset->Mode = FCH_SPI_MODE_NORMAL;<br>+      FchParams_reset->QeEnabled = FALSE;<br> }<br> <br> void board_FCH_InitEnv(struct sysinfo *cb_NA, FCH_DATA_BLOCK *FchParams_env)<br></pre><p>To view, visit <a href="https://review.coreboot.org/21945">change 21945</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/21945"/><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: I4dbc52010eebf492087d0b1c155a24a307bcc8b0 </div>
<div style="display:none"> Gerrit-Change-Number: 21945 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Damien Zammit <damien@zamaudio.com> </div>