mirror of https://github.com/acidanthera/audk.git
TempRamSupportPpi is architectural required for IA32/x64/IPF.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5462 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
fc547e0863
commit
b414ea4b21
|
@ -527,11 +527,11 @@ Returns:
|
|||
);
|
||||
|
||||
} else {
|
||||
CopyMem (
|
||||
(VOID*)(UINTN) NewPermenentMemoryBase,
|
||||
SecCoreData->TemporaryRamBase,
|
||||
SecCoreData->TemporaryRamSize
|
||||
);
|
||||
//
|
||||
// In IA32/x64/Itanium architecture, we need platform provide
|
||||
// TEMPORAY_RAM_MIGRATION_PPI.
|
||||
//
|
||||
ASSERT (FALSE);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue