<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21471">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/intel/i945: Clear timeout bits after disabling watchdog<br><br>Even with the watchdog disabled, these bits influence other hardware<br>blocks (e.g. SECOND_TO_STS stops SMBus block transfers, possibly yet<br>before they started).<br><br>Change-Id: If9f93fcc96827bb192148a80b4476796c9358a7a<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M src/northbridge/intel/i945/early_init.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/71/21471/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/northbridge/intel/i945/early_init.c b/src/northbridge/intel/i945/early_init.c<br>index 1d473d3..f25d13b 100644<br>--- a/src/northbridge/intel/i945/early_init.c<br>+++ b/src/northbridge/intel/i945/early_init.c<br>@@ -170,6 +170,8 @@<br>   printk(BIOS_DEBUG, "Disabling Watchdog reboot...");<br>         RCBA32(GCS) = RCBA32(GCS) | (1 << 5);     /* No reset */<br>        outw((1 << 11), DEFAULT_PMBASE | 0x60 | 0x08);    /* halt timer */<br>+     outw((1 <<  3), DEFAULT_PMBASE | 0x60 | 0x04);    /* clear timeout */<br>+  outw((1 <<  1), DEFAULT_PMBASE | 0x60 | 0x06);    /* clear second timeout */<br>    printk(BIOS_DEBUG, " done.\n");<br> <br>  /* Enable upper 128bytes of CMOS */<br></pre><p>To view, visit <a href="https://review.coreboot.org/21471">change 21471</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/21471"/><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: If9f93fcc96827bb192148a80b4476796c9358a7a </div>
<div style="display:none"> Gerrit-Change-Number: 21471 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>