mirror of https://github.com/acidanthera/audk.git
If the last PEIM dispatched in Pre-Memory PEI is the last PEIM in the BFV, then no PEIMs will be dispatched in Post Memory PEI.
Reset CurrentPeimCount on the transition from Pre-Memory PEI to Post-Memory PEI git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5313 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1ad76c3466
commit
7bc3788c5b
|
@ -577,6 +577,11 @@ Returns:
|
|||
//
|
||||
PrivateInMem->PeiMemoryInstalled = TRUE;
|
||||
|
||||
//
|
||||
// Restart scan of all PEIMs on next pass
|
||||
//
|
||||
PrivateInMem->CurrentPeimCount = 0;
|
||||
|
||||
//
|
||||
// Shadow PEI Core. When permanent memory is avaiable, shadow
|
||||
// PEI Core and PEIMs to get high performance.
|
||||
|
|
Loading…
Reference in New Issue