<p>Arthur Heymans has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21710">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/intel/sandybridge/raminit: Fix setting scrub seed for CH1<br><br>UNTESTED<br><br>Change-Id: I3778947e96b3298c38e6d5b74988e617e1ffea7b<br>Signed-off-by: Arthur Heymans <arthur@aheymans.xyz><br>---<br>M src/northbridge/intel/sandybridge/raminit_common.c<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/21710/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/northbridge/intel/sandybridge/raminit_common.c b/src/northbridge/intel/sandybridge/raminit_common.c<br>index 3e69f4d..ea5108e 100644<br>--- a/src/northbridge/intel/sandybridge/raminit_common.c<br>+++ b/src/northbridge/intel/sandybridge/raminit_common.c<br>@@ -3108,9 +3108,9 @@<br>   };<br>    FOR_ALL_POPULATED_CHANNELS {<br>          MCHBAR32(0x4020 + 0x400 * channel) &= ~0x10000000;<br>-               write32(DEFAULT_MCHBAR + 0x4034, seeds[channel][0]);<br>-         write32(DEFAULT_MCHBAR + 0x403c, seeds[channel][1]);<br>-         write32(DEFAULT_MCHBAR + 0x4038, seeds[channel][2]);<br>+         MCHBAR32(0x4034 + 0x400 * channel) = seeds[channel][0];<br>+              MCHBAR32(0x403c + 0x400 * channel) = seeds[channel][1];<br>+              MCHBAR32(0x4038 + 0x400 * channel) = seeds[channel][2];<br>       }<br> }<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/21710">change 21710</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/21710"/><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: I3778947e96b3298c38e6d5b74988e617e1ffea7b </div>
<div style="display:none"> Gerrit-Change-Number: 21710 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>