audk/EdkModulePkg/Core/DxeIplPeim/Ia32
qhuang8 e2d56e0a59 Optimize to preallocate big bigs to avoid latter allocations.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2131 6f19259b-4bc3-4df7-8a09-765794883524
2006-12-22 08:11:47 +00:00
..
DxeLoadFunc.c In original DxeIpl64 PEIM, Creating page table is performed before sending End Of PEI Phase signal in order to improve performance. But after merging DxeIpl and DxeIpl64, Creating page table is performed after sending End Of PEI Phase signal, which has great negative impact on Woodcrest based platforms, which rely on turning on PEI FV cache to compensate Woodcrest's bad flash access performance. 2006-12-22 03:13:56 +00:00
ImageRead.c Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and remove DxeIplX64Peim. 2006-11-27 10:14:02 +00:00
VirtualMemory.c Optimize to preallocate big bigs to avoid latter allocations. 2006-12-22 08:11:47 +00:00
VirtualMemory.h Make DxeIpl "assembly-free" to avoid the undesired LongMode.obj code in image even if we do not choose to switch to long mode. 2006-11-29 01:49:26 +00:00