mirror_edk2/EdkModulePkg/Core
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