<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28648">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/intel/i945: Set CxDRT1 tRPALL bit if populated with 8-bank<br><br>CxDRT1 bit #16 Pre-All to Activate Delay mut be set if any<br>rank is populated with 8-bank device technology.<br><br>Change-Id: Id6c7dccd295e187acfe00a08294010af53b4d0ee<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/northbridge/intel/i945/raminit.c<br>1 file changed, 5 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/48/28648/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/northbridge/intel/i945/raminit.c b/src/northbridge/intel/i945/raminit.c</span><br><span>index c259530..b53afac 100644</span><br><span>--- a/src/northbridge/intel/i945/raminit.c</span><br><span>+++ b/src/northbridge/intel/i945/raminit.c</span><br><span>@@ -1491,6 +1491,11 @@</span><br><span>  temp_drt |= (sysinfo->trfc) << 10;</span><br><span> </span><br><span>      /* Pre-All to Activate Delay */</span><br><span style="color: hsl(120, 100%, 40%);">+       for (i = 0; i < 2*DIMM_SOCKETS; i++) {</span><br><span style="color: hsl(120, 100%, 40%);">+             if (sysinfo->banks[i] != 8)</span><br><span style="color: hsl(120, 100%, 40%);">+                        continue;</span><br><span style="color: hsl(120, 100%, 40%);">+             temp_drt |= (1 << 16);</span><br><span style="color: hsl(120, 100%, 40%);">+  }</span><br><span>    temp_drt |= (0 << 16);</span><br><span> </span><br><span>     /* Precharge to Precharge Delay stays at 1 clock */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28648">change 28648</a>. To unsubscribe, or for help writing mail filters, 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/28648"/><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: Id6c7dccd295e187acfe00a08294010af53b4d0ee </div>
<div style="display:none"> Gerrit-Change-Number: 28648 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>