audk/EdkModulePkg/Core
mdkinney 62332e5da3 Align the top of the stack correctly when the PEI Core calls SwitchStack()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2022 6f19259b-4bc3-4df7-8a09-765794883524
2006-11-28 02:42:44 +00:00
..
Dxe In core\dxe\Dispatcher\Dispatcher.c uses CoreLoadImage with TRUE parameter of BootPolicy. But according to CoreLoadImage comments, BootPolicy is TRUE indicates that the request originates from the boot manager. Dispatcher driver is from memory, not from boot manager. So it should call CoreLoadImage with FALSE parameter of BootPolicy. 2006-11-20 03:59:14 +00:00
DxeIplPeim Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and remove DxeIplX64Peim. 2006-11-27 10:14:02 +00:00
Pei Align the top of the stack correctly when the PEI Core calls SwitchStack() 2006-11-28 02:42:44 +00:00