mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 15:14:02 +02:00
Remove window EOL
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5425 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
65e3009ce3
commit
d74eeda8a7
@ -485,7 +485,7 @@ Returns:
|
|||||||
if (Private->StackSize > OldPeiStackSize) {
|
if (Private->StackSize > OldPeiStackSize) {
|
||||||
StackGap = Private->StackSize - OldPeiStackSize;
|
StackGap = Private->StackSize - OldPeiStackSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Update HandOffHob for new installed permenent memory
|
// Update HandOffHob for new installed permenent memory
|
||||||
//
|
//
|
||||||
@ -498,7 +498,7 @@ Returns:
|
|||||||
// CAUTION: The new base is computed accounding to gap of new stack.
|
// CAUTION: The new base is computed accounding to gap of new stack.
|
||||||
//
|
//
|
||||||
NewPermenentMemoryBase = Private->PhysicalMemoryBegin + StackGap;
|
NewPermenentMemoryBase = Private->PhysicalMemoryBegin + StackGap;
|
||||||
StackOffset = (UINTN) NewPermenentMemoryBase - (UINTN) SecCoreData->StackBase;
|
StackOffset = (UINTN) NewPermenentMemoryBase - (UINTN) SecCoreData->StackBase;
|
||||||
HeapOffset = (INTN) ((UINTN) Private->PhysicalMemoryBegin + Private->StackSize - \
|
HeapOffset = (INTN) ((UINTN) Private->PhysicalMemoryBegin + Private->StackSize - \
|
||||||
(UINTN) SecCoreData->PeiTemporaryRamBase);
|
(UINTN) SecCoreData->PeiTemporaryRamBase);
|
||||||
DEBUG ((EFI_D_INFO, "Heap Offset = 0x%X Stack Offset = 0x%X\n", HeapOffset, StackOffset));
|
DEBUG ((EFI_D_INFO, "Heap Offset = 0x%X Stack Offset = 0x%X\n", HeapOffset, StackOffset));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user