Nt32Pkg: Update SecMain consumes PCD to get the init value in temp stack
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -263,7 +263,7 @@ Returns:
|
||||
for (StackPointer = (UINTN*) (UINTN) InitialStackMemory;
|
||||
StackPointer < (UINTN*) ((UINTN)InitialStackMemory + (SIZE_T) InitialStackMemorySize);
|
||||
StackPointer ++) {
|
||||
*StackPointer = 0x5AA55AA5;
|
||||
*StackPointer = PcdGet32 (PcdInitValueInTempStack);
|
||||
}
|
||||
|
||||
SecPrint (" SEC passing in %d bytes of temp RAM to PEI\n", InitialStackMemorySize);
|
||||
|
Reference in New Issue
Block a user