Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
jchen20 9bfb494096 The patch attached is to fix the issue that LMFA feature is failed on OVMF. The root cause is that OVMF platform reserved 128k top memory range for EMU variable range before PEI memory range re-locate to specified memory range, which is quite different from real platform. The original implementation has an assumption that AllocatePage will NOT be invoked until PEI memory range is re-located to preassigned memory range, , which is TRUE in most real platform, but FALSE on OVMF platform. So This patch is to enhanced the memory resource HOB re-organization algorithm to eliminate the assumption.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10225 6f19259b-4bc3-4df7-8a09-765794883524
2010-03-10 02:47:05 +00:00
ArmEbPkg Update to use DEBUG/RELEASE properly in DSC now tools have been fixed. Add VectorBase PCD to SEC. Don't assume it is at start of DRAM. 2010-03-05 03:17:47 +00:00
ArmPkg Added FIQ interrupt primatives. Update exception handler to disable/reenable FIQ when updating in case debug agent library is using FIQ. 2010-03-05 02:15:41 +00:00
BaseTools Sync EDKII BaseTools to BaseTools project r1913. 2010-03-04 11:57:31 +00:00
BeagleBoardPkg Update to use DEBUG/RELEASE properly in DSC now tools have been fixed. Add VectorBase PCD to SEC. Don't assume it is at start of DRAM. 2010-03-05 03:17:47 +00:00
Conf
DuetPkg 1, Remove comma after year 2010-03-10 02:36:05 +00:00
EdkCompatibilityPkg Add description for the added BootState guid. 2010-03-10 02:17:49 +00:00
EdkShellBinPkg Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. 2010-02-25 17:08:36 +00:00
EdkShellPkg 1. Correct File header to ## @file 2010-02-23 23:43:55 +00:00
EmbeddedPkg Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. Remove bogus PCD 2010-02-25 19:25:44 +00:00
FatBinPkg Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. 2010-02-25 17:10:42 +00:00
IntelFrameworkModulePkg Update package version for IntelFrameworkPkg and IntelFrameworkModulePkg. 2010-03-04 15:57:53 +00:00
IntelFrameworkPkg Update package version for IntelFrameworkPkg and IntelFrameworkModulePkg. 2010-03-04 15:57:53 +00:00
MdeModulePkg The patch attached is to fix the issue that LMFA feature is failed on OVMF. The root cause is that OVMF platform reserved 128k top memory range for EMU variable range before PEI memory range re-locate to specified memory range, which is quite different from real platform. The original implementation has an assumption that AllocatePage will NOT be invoked until PEI memory range is re-located to preassigned memory range, , which is TRUE in most real platform, but FALSE on OVMF platform. So This patch is to enhanced the memory resource HOB re-organization algorithm to eliminate the assumption. 2010-03-10 02:47:05 +00:00
MdePkg Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg. 2010-03-05 04:04:36 +00:00
Nt32Pkg Add VlanConfigDxe to platform DSC/FDF. 2010-03-03 10:47:27 +00:00
Omap35xxPkg Fix typo that causes a hang. 2010-03-07 23:15:06 +00:00
OptionRomPkg Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. 2010-02-25 17:04:34 +00:00
OvmfPkg Still use |.efi Rule for INF file with binary EFI image, because the binary EFI image specified INF file is not in output directory. 2010-03-02 02:50:32 +00:00
PcAtChipsetPkg Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. 2010-03-03 03:38:09 +00:00
ShellPkg 1. Correct File header to ## @file 2010-02-23 23:58:38 +00:00
UefiCpuPkg Add Checking for MTRR existence. 2010-03-10 02:38:39 +00:00
UnixPkg Add VlanConfigDxe to platform DSC/FDF. 2010-03-03 10:47:27 +00:00
BuildNotes2.txt updating the doc 2008-09-25 23:13:48 +00:00
edksetup.bat Set correct workspace when workspace is not set. 2010-01-26 04:58:56 +00:00
edksetup.sh add more description in edksetup.sh 2009-07-08 05:54:53 +00:00