<p>HAOUAS Elyes has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21525">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/intel/i945/early_init.c: Enable upper 128bytes of CMOS<br><br>Don't change bit[31:3] to enable upper 128 bytes of CMOS<br><br>Change-Id: If277a2906d0a3480bf81421326818347ec11e5ad<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/northbridge/intel/i945/early_init.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/25/21525/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 bf486a0..e58e428 100644<br>--- a/src/northbridge/intel/i945/early_init.c<br>+++ b/src/northbridge/intel/i945/early_init.c<br>@@ -175,7 +175,7 @@<br>     printk(BIOS_DEBUG, " done.\n");<br> <br>  /* Enable upper 128bytes of CMOS */<br>-  RCBA32(RC) = (1 << 2);<br>+ RCBA32(RC) = |(1 << 2);<br> <br>      printk(BIOS_DEBUG, "Setting up static northbridge registers...");<br>   /* Set up all hardcoded northbridge BARs */<br></pre><p>To view, visit <a href="https://review.coreboot.org/21525">change 21525</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/21525"/><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: If277a2906d0a3480bf81421326818347ec11e5ad </div>
<div style="display:none"> Gerrit-Change-Number: 21525 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> </div>