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:
mdkinney
2010-08-03 07:41:54 +00:00
parent b43619d0cd
commit 42a83e80f3
14 changed files with 702 additions and 939 deletions

View 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.
#
movl $INITIAL_TOP_OF_STACK, %eax
movl $BASE_512KB, %eax
movl %eax, %esp
nop