summaryrefslogtreecommitdiff
path: root/OvmfPkg/Sec/Ia32/SecEntry.S
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-08-03 07:41:54 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-08-03 07:41:54 +0000
commit42a83e80f37c11a359e0fe78bb01e98225589b7d (patch)
treeb4fe06b9114db3722be6e650cde6808c4dd7bb40 /OvmfPkg/Sec/Ia32/SecEntry.S
parentb43619d0cdf17c649dde0373f2402a4b551138d8 (diff)
downloadedk2-platforms-42a83e80f37c11a359e0fe78bb01e98225589b7d.tar.xz
Clean up SEC implementation for Ovmf.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10770 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/Sec/Ia32/SecEntry.S')
-rw-r--r--OvmfPkg/Sec/Ia32/SecEntry.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/Sec/Ia32/SecEntry.S b/OvmfPkg/Sec/Ia32/SecEntry.S
index 4602cea0e1..a1b0c0d0f0 100644
--- a/OvmfPkg/Sec/Ia32/SecEntry.S
+++ b/OvmfPkg/Sec/Ia32/SecEntry.S
@@ -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.
#
- movl $INITIAL_TOP_OF_STACK, %eax
+ movl $BASE_512KB, %eax
movl %eax, %esp
nop