<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29105">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cpu/x86/smm: Fix non-local header treated as local<br><br>Change-Id: I15dfe0332fd87db61d692a94bf1fd5d00dfb83d4<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/cpu/x86/smm/smmrelocate.S<br>1 file changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/29105/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/cpu/x86/smm/smmrelocate.S b/src/cpu/x86/smm/smmrelocate.S</span><br><span>index 56e73cd..16bccbc 100644</span><br><span>--- a/src/cpu/x86/smm/smmrelocate.S</span><br><span>+++ b/src/cpu/x86/smm/smmrelocate.S</span><br><span>@@ -22,13 +22,13 @@</span><br><span> // It's needed right now because we get our DEFAULT_PMBASE from</span><br><span> // here.</span><br><span> #if IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801GX)</span><br><span style="color: hsl(0, 100%, 40%);">-#include "../../../southbridge/intel/i82801gx/i82801gx.h"</span><br><span style="color: hsl(120, 100%, 40%);">+#include <southbridge/intel/i82801gx/i82801gx.h></span><br><span> #elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801DX)</span><br><span style="color: hsl(0, 100%, 40%);">-#include "../../../southbridge/intel/i82801dx/i82801dx.h"</span><br><span style="color: hsl(120, 100%, 40%);">+#include <southbridge/intel/i82801dx/i82801dx.h></span><br><span> #elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801IX)</span><br><span style="color: hsl(0, 100%, 40%);">-#include "../../../southbridge/intel/i82801ix/i82801ix.h"</span><br><span style="color: hsl(120, 100%, 40%);">+#include <southbridge/intel/i82801ix/i82801ix.h></span><br><span> #elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801JX)</span><br><span style="color: hsl(0, 100%, 40%);">-#include "../../../southbridge/intel/i82801jx/i82801jx.h"</span><br><span style="color: hsl(120, 100%, 40%);">+#include <southbridge/intel/i82801jx/i82801jx.h></span><br><span> </span><br><span> #else</span><br><span> #error "Southbridge needs SMM handler support."</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29105">change 29105</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/29105"/><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: I15dfe0332fd87db61d692a94bf1fd5d00dfb83d4 </div>
<div style="display:none"> Gerrit-Change-Number: 29105 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>