<p>Marshall Dawson has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21499">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cpu/x86/smm: Add define for AMD64 save area<br><br>Create an SMM_AMD64_SAVE_STATE_OFFSET #define similar to others in the<br>same file.<br><br>Change-Id: I0a051066b142cccae3d2c7df33be11994bafaae0<br>Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com><br>---<br>M src/include/cpu/x86/smm.h<br>1 file changed, 2 insertions(+), 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/99/21499/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h<br>index bd0e356..eab20ae 100644<br>--- a/src/include/cpu/x86/smm.h<br>+++ b/src/include/cpu/x86/smm.h<br>@@ -37,7 +37,8 @@<br>  * starts @ 0x7e00<br>  */<br> #define SMM_AMD64_ARCH_OFFSET 0x7e00<br>-<br>+#define SMM_AMD64_SAVE_STATE_OFFSET \<br>+    SMM_SAVE_STATE_BEGIN(SMM_AMD64_ARCH_OFFSET)<br> typedef struct {<br>        u16     es_selector;<br>  u16     es_attributes;<br></pre><p>To view, visit <a href="https://review.coreboot.org/21499">change 21499</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/21499"/><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: I0a051066b142cccae3d2c7df33be11994bafaae0 </div>
<div style="display:none"> Gerrit-Change-Number: 21499 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com> </div>