Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
rsun3 3d109491d6 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.
This fix revert to the way of original DxeIpl64.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2129 6f19259b-4bc3-4df7-8a09-765794883524
2006-12-22 03:13:56 +00:00
EdkFatBinPkg Change Binary Fat module from fat.ffs to fat.efi 2006-10-31 06:23:51 +00:00
EdkModulePkg 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
EdkNt32Pkg Original BdsLibMatchDevicePaths() excludes end node when comparing 2 devices paths. When a short device path is the part of a long device path, the function would mistakenly recognize them as same device paths. 2006-12-14 05:23:10 +00:00
EdkShellBinPkg Remove missing files from msa. 2006-12-19 00:24:03 +00:00
MdePkg Update DxeSmmDriverEntryPoint library to only support IA32 and X64 CPU archs 2006-12-20 03:11:57 +00:00
Tools Fixed the issue in the library instance constructor calling sequence 2006-12-22 01:30:56 +00:00
BuildNotes.txt 1. Fix a description issue 2006-11-08 09:14:20 +00:00
build.xml Add class header to FrameworkBuildTask. Remove some unused code from top level build.xml. 2006-08-17 06:51:51 +00:00
edksetup.bat make edksetup.bat accept case-insensitive parameters. 2006-12-12 05:35:03 +00:00
edksetup.sh Cleanups for cygwin. 2006-11-14 17:57:07 +00:00