<p>Arthur Heymans has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26868">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">[RFC]lib/cbfs.c: Don't use the vboot_locator in SMM<br><br>The vboot locator is not linked in SMM.<br><br>Change-Id: I633d431115467c89c384c3d318481a02d6874537<br>Signed-off-by: Arthur Heymans <arthur@aheymans.xyz><br>---<br>M src/lib/cbfs.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/68/26868/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c</span><br><span>index 9938e6a..827ef0c 100644</span><br><span>--- a/src/lib/cbfs.c</span><br><span>+++ b/src/lib/cbfs.c</span><br><span>@@ -320,7 +320,7 @@</span><br><span> extern const struct cbfs_locator vboot_locator;</span><br><span> </span><br><span> static const struct cbfs_locator *locators[] = {</span><br><span style="color: hsl(0, 100%, 40%);">-#if IS_ENABLED(CONFIG_VBOOT)</span><br><span style="color: hsl(120, 100%, 40%);">+#if IS_ENABLED(CONFIG_VBOOT) && !ENV_SMM</span><br><span>       &vboot_locator,</span><br><span> #endif</span><br><span>        &cbfs_master_header_locator,</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26868">change 26868</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/26868"/><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: I633d431115467c89c384c3d318481a02d6874537 </div>
<div style="display:none"> Gerrit-Change-Number: 26868 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>