]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Sec/X64/SecEntry.S
Clean up SEC implementation for Ovmf.
[mirror_edk2.git] / OvmfPkg / Sec / X64 / SecEntry.S
index 33715b7c968808c7a7e004ce4383794ed5e1953c..de0859bcfb060d1307a1b8b849b41d1587d8cbe3 100644 (file)
@@ -17,7 +17,7 @@
 #------------------------------------------------------------------------------
 
 
-#include "SecMain.h"
+#include <Base.h>
 
 #EXTERN ASM_PFX(SecCoreStartupWithStack)
 
@@ -39,7 +39,7 @@ ASM_PFX(_ModuleEntryPoint):
     # Load temporary stack top at very low memory.  The C code
     # can reload to a better address.
     #
-    movq    $INITIAL_TOP_OF_STACK, %rsp 
+    movq    $BASE_512KB, %rsp 
     nop
 
     #