audk/IntelFrameworkModulePkg/Universal
qhuang8 6aa22a177c 1. Update Generic BDS part to use dynamic PCD to set console output mode instead of use L"ConOutMode" and gEfiGenericPlatformVariableGuid to set console output mode.
2. Drop the menu item of set Primary Video to PCI or AGP. If some platform wishes to set AGP video option, platform BDS code needs to add this item.
3. Minor update to use Raw String to performance logging

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7575 6f19259b-4bc3-4df7-8a09-765794883524
2009-02-23 03:14:12 +00:00
..
BdsDxe 1. Update Generic BDS part to use dynamic PCD to set console output mode instead of use L"ConOutMode" and gEfiGenericPlatformVariableGuid to set console output mode. 2009-02-23 03:14:12 +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 use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES 2009-02-04 01:29:55 +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