From b414ea4b21bf58098fd95f83fe79bb6fbc2e6ea1 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 14 Jul 2008 07:25:08 +0000 Subject: [PATCH] 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 --- MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c index 296cc8e73d..f5ce4dee61 100644 --- a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c +++ b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c @@ -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); } -- 2.39.2