]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
1) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may not be...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 8 Nov 2007 03:50:37 +0000 (03:50 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 8 Nov 2007 03:50:37 +0000 (03:50 +0000)
commita3a15d2108bb276f8a668a059c86ccfc101e5986
tree3baf3078bdbecc9bdaa51428474c04d2f4883b49
parentdda0251d0bddbdb78d84766d74cbfaf70d59bf84
1) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may not be ready, we flag that more Peims need to be dispatched.
2) Set the stack to be cacheable before the stack switch occurs so that IPF recovery path will be run from cacheble memory for code, data and stack.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4288 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
MdeModulePkg/Core/Pei/Ipf/SwitchToCacheMode.c
MdeModulePkg/Core/Pei/Memory/MemoryServices.c
MdeModulePkg/Core/Pei/PeiMain/PeiMain.c