<p>Patrick Rudolph has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22261">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/intel/sandybridge/raminit: Fix SMBIOS 17 bus width<br><br>The bus width has to be encoded where the lower 3 bits are the bus width<br>in multiple of 8 and the following two bits give the error checking<br>bits in multiple of 8.<br>Hardcode to 64 bit as done on haswell.<br><br>Change-Id: I3b83a098205455b1c820d0436c6984938f261466<br>Signed-off-by: Patrick Rudolph <siro@das-labor.org><br>---<br>M src/northbridge/intel/sandybridge/raminit.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/61/22261/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/northbridge/intel/sandybridge/raminit.c b/src/northbridge/intel/sandybridge/raminit.c<br>index 12384b4..72f90d0 100644<br>--- a/src/northbridge/intel/sandybridge/raminit.c<br>+++ b/src/northbridge/intel/sandybridge/raminit.c<br>@@ -110,7 +110,7 @@<br>                              info->dimm[channel][slot].part_number, 16);<br>                     dimm->mod_id = info->dimm[channel][slot].manufacturer_id;<br>                       dimm->mod_type = info->dimm[channel][slot].dimm_type;<br>-                  dimm->bus_width = info->dimm[channel][slot].width;<br>+                     dimm->bus_width = 0x3; /* 64 Bit */<br>                        mem_info->dimm_cnt++;<br>              }<br>     }<br></pre><p>To view, visit <a href="https://review.coreboot.org/22261">change 22261</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/22261"/><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: I3b83a098205455b1c820d0436c6984938f261466 </div>
<div style="display:none"> Gerrit-Change-Number: 22261 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Rudolph <siro@das-labor.org> </div>