From ffd332cac1e28051533efb295242df959888d7bb Mon Sep 17 00:00:00 2001 From: "Gao, Liming" Date: Wed, 15 Jan 2014 02:17:30 +0000 Subject: [PATCH] 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib class. 2. PeiCore will call this API to migrate the PEI Services Table pointer from temporary RAM to permanent RAM. Signed-off-by: Gao, Liming Reviewed-by: Kinney, Michael D git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15115 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c index 0f7352c233..3c867bfb13 100644 --- a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c +++ b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c @@ -996,6 +996,11 @@ PeiDispatcher ( // PeiCore (SecCoreData, NULL, Private); } else { + // + // Migrate the PEI Services Table pointer from temporary RAM to permanent RAM. + // + MigratePeiServicesTablePointer (); + // // Heap Offset // -- 2.39.2