audk/IntelFrameworkModulePkg/Universal
klu2 a2b35995ca 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record.
2, Move PcdHardwareErrorRecordLevel to IntelFrameworkModulePkg
3, Change PCD type to dynamic, Platform integrator need set this PCD type as HII type PCD mapped to variable L"HwErrRecSupport".

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7713 6f19259b-4bc3-4df7-8a09-765794883524
2009-02-26 08:19:38 +00:00
..
BdsDxe 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record. 2009-02-26 08:19:38 +00:00
Console/VgaClassDxe Clean up to update the reference of the these macros: 2008-12-16 15:31:57 +00:00
DataHubDxe Clean up to update the reference of the these macros: 2008-12-16 15:31:57 +00:00
DataHubStdErrDxe Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. 2008-10-30 06:08:09 +00:00
Legacy8259Dxe Add module Legacy8259Dxe to IntelFrameworkModulePkg.dsc, and make it clean for ICC build. 2008-12-04 06:21:53 +00:00
PcatSingleSegmentPciCfgPei Enhance PciCfg2 driver to handle unaligned Pci access according to PI spec. 2008-12-18 07:41:58 +00:00
SectionExtractionDxe Clean up to update the reference of the these macros: 2008-12-16 15:31:57 +00:00
StatusCode PeiStatusCode PEIM does not dependent on BaseMemoryLib library class. 2009-02-26 04:37:58 +00:00
VariablePei The caller of FindVariable() function ensure VariableName != NULL && VendorGuid != NULL. In the internal of this function, we only need to ensure that (VariableName[0] != 0 && VenderGuid != NULL) is true. 2009-02-02 03:13:35 +00:00