<p>Matt DeVillier <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://review.coreboot.org/26598">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/broadwell: decouple PEI memory struct from coreboot header<br><br>Recent changes to field lengths in include/memory_info.h resulted in<br>a mismatch between the memory_info struct the MRC blob writes to and<br>the struct used by coreboot to parse out data for the SMBIOS tables.<br>This mismatch caused type 17 SMBIOS tables to be filled incorrectly.<br><br>The solution used here is to define the memory_info struct as expected<br>by MRC in the pei_data header, and manually copy the data field by field<br>into the coreboot memory_info struct, observing the more restrictive<br>lengths for the two structs.<br><br>Test: build/boot google/lulu, verify SMBIOS type 17 tables correctly<br>populated.<br><br>Change-Id: I932b7b41ae1e3fd364d056a8c91f7ed5d25dbafc<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/soc/intel/broadwell/include/soc/pei_data.h<br>M src/soc/intel/broadwell/romstage/raminit.c<br>2 files changed, 120 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/98/26598/2</pre><p>To view, visit <a href="https://review.coreboot.org/26598">change 26598</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/26598"/><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: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I932b7b41ae1e3fd364d056a8c91f7ed5d25dbafc </div>
<div style="display:none"> Gerrit-Change-Number: 26598 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>