audk/EdkModulePkg/Core
klu2 f5103f2a21 The performance data for PEI phase should be collected from pre-memory, so move PERF_START macro to correct place.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2015 6f19259b-4bc3-4df7-8a09-765794883524
2006-11-27 02:20:22 +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 Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase. 2006-11-09 22:04:33 +00:00
DxeIplX64Peim Use global variable gInMemory in place of gInMemoryGuid ppi in DxeIplX64 module to point this module is shadowed or not for size reduction. 2006-11-21 03:01:52 +00:00
Pei The performance data for PEI phase should be collected from pre-memory, so move PERF_START macro to correct place. 2006-11-27 02:20:22 +00:00