Clean up SEC implementation for Ovmf.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10770 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user