After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs2 FvPpi should be also fixed up to be pointed to the one in permanent memory.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9508 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -721,6 +721,8 @@ InitializeDispatcherData (
|
||||
if (OldCoreData == NULL) {
|
||||
PrivateData->PeimDispatcherReenter = FALSE;
|
||||
PeiInitializeFv (PrivateData, SecCoreData);
|
||||
} else {
|
||||
PeiReinitializeFv (PrivateData);
|
||||
}
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user