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:
@@ -16,7 +16,7 @@
|
||||
;*
|
||||
;------------------------------------------------------------------------------
|
||||
|
||||
#include "SecMain.h"
|
||||
#include <Base.h>
|
||||
|
||||
.code
|
||||
|
||||
@@ -39,7 +39,7 @@ _ModuleEntryPoint PROC PUBLIC
|
||||
; Load temporary stack top at very low memory. The C code
|
||||
; can reload to a better address.
|
||||
;
|
||||
mov rsp, INITIAL_TOP_OF_STACK
|
||||
mov rsp, BASE_512KB
|
||||
nop
|
||||
|
||||
;
|
||||
|
Reference in New Issue
Block a user