<p>Subrata Banik has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21028">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">intel/common/mrc_cache: Move update_mrc_cache after BS_DEV_RESOURCES<br><br>This patch to ensures that MRC cache data already written into SPI<br>chip before locking down SPI protected regions inside lockdown<br>configuration.<br><br>TEST=Ensure MRC training data is store into SPI chip and S3 entry<br><-> exit is working fine.<br><br>Change-Id: I8ee26b5cc70433438cf4e45e707b8a54f89cf9b0<br>Signed-off-by: Subrata Banik <subrata.banik@intel.com><br>---<br>M src/soc/intel/common/mrc_cache.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/28/21028/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/common/mrc_cache.c b/src/soc/intel/common/mrc_cache.c<br>index 3ad4cb0..76d8435 100644<br>--- a/src/soc/intel/common/mrc_cache.c<br>+++ b/src/soc/intel/common/mrc_cache.c<br>@@ -531,4 +531,4 @@<br>       protect_mrc_region();<br> }<br> <br>-BOOT_STATE_INIT_ENTRY(BS_WRITE_TABLES, BS_ON_ENTRY, update_mrc_cache, NULL);<br>+BOOT_STATE_INIT_ENTRY(BS_DEV_RESOURCES, BS_ON_EXIT, update_mrc_cache, NULL);<br></pre><p>To view, visit <a href="https://review.coreboot.org/21028">change 21028</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/21028"/><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: I8ee26b5cc70433438cf4e45e707b8a54f89cf9b0 </div>
<div style="display:none"> Gerrit-Change-Number: 21028 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>