Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
jgong5 40e8cca588 Fix the SMRAM caching range base and size. The original code uses the biggest SMRAM range base and size to set the cache attribute by gDS->SetMemorySpaceAttributes(). This is not correct because the platform code might split the TSEG into several ranges. The fix searches and joins all the adjacent ranges to the biggest SMRAM range into a cacheable range so that TSEG can be cached as a whole.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10213 6f19259b-4bc3-4df7-8a09-765794883524
2010-03-09 05:47:41 +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 Adding top-level Conf directory for next generation of EDK II build infrastructure tools. 2007-06-20 19:33:23 +00:00
DuetPkg Remove the PcdsDynamicHii section from Duet platform as currently PCD driver running at TPL_NOTIFY and cannot co-work with Duet's variable driver currently. 2010-03-04 09:41:52 +00:00
EdkCompatibilityPkg Update HiiConfigAccess.ExtractConfig interface to support NULL request string and ConfigHdr request string. 2010-03-04 06:48:52 +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 Fix the SMRAM caching range base and size. The original code uses the biggest SMRAM range base and size to set the cache attribute by gDS->SetMemorySpaceAttributes(). This is not correct because the platform code might split the TSEG into several ranges. The fix searches and joins all the adjacent ranges to the biggest SMRAM range into a cacheable range so that TSEG can be cached as a whole. 2010-03-09 05:47:41 +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 array index check to avoid potential buffer overflow. 2010-03-04 06:38:22 +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