]> git.proxmox.com Git - mirror_edk2.git/commit
1) Call ProcessNotifyList() to process all Dispatch Notifications after the Memory...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 29 Jun 2010 06:08:14 +0000 (06:08 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 29 Jun 2010 06:08:14 +0000 (06:08 +0000)
commit6b22483ffb95077f580f04588ba9a58546565767
treedf585d496f2076ed779cfde21adc05eb5b6c5f55
parent7a743a2c091b1fc3b941a8e6c7a1ed456ca201f0
1) Call ProcessNotifyList() to process all Dispatch Notifications after the Memory Discovered PPI is installed.
2) Add ProcessLibraryConstructorList() call when OldCoreData != NULL and OldCoreData->ShadowedPeiCore == NULL.
3) Make sure no lib functions are used prior to the ProcessLibraryConstructorList() call.
4) Clean up comments

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10611 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Pei/PeiMain/PeiMain.c