summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* remove dependent package from inf files.vanjeff2009-02-251-1/+0
* Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff2009-02-253-32/+2
* Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkgklu22009-02-2410-3/+1554
* Move DiskInfo Protocol from MdeModulePkg to IntelFrameworkModule package.lgao42009-02-243-2/+180
* Fix build break: MdeModuleHii.h has been moved to MdeModulePkg/Include/Guid d...qhuang82009-02-241-1/+1
* Add conditional check before output status code.lgao42009-02-232-27/+39
* retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...eric_tian2009-02-231-1/+0
* retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...eric_tian2009-02-232-14/+1
* Update for the performance infrastructure changes:qhuang82009-02-234-27/+5
* 1. Update Generic BDS part to use dynamic PCD to set console output mode inst...qhuang82009-02-238-110/+23
* Using EFI_RESOUCE status defined in framework Pci Host bridge specification.lgao42009-02-192-7/+1
* Add comments in DSC files to explain the function and design of components se...xli242009-02-101-3/+16
* Fix build break for missing PeCoffLib mappingmdkinney2009-02-061-0/+1
* Update PCI Bus Driver to use the PeCoffLib instead of paring the PE/COFF imag...mdkinney2009-02-053-8/+13
* Fix a bug: fail to change Boot Order in Boot Maintenance Manager.qhuang82009-02-041-1/+0
* Add missing GUID due to last check-in.klu22009-02-041-0/+1
* use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_...jji42009-02-049-8/+20
* Cleanup meta data for GenericBdsLib library instance's INFklu22009-02-031-35/+38
* Cleanup meta data for BdsDxe INF file.klu22009-02-032-35/+54
* Add in a check to make sure "BootCurrent" is created only when it match a val...qwang122009-02-031-7/+57
* The caller of FindVariable() function ensure VariableName != NULL && VendorGu...eric_tian2009-02-021-1/+1
* Split out Synchronization Library from Base Librarymdkinney2009-01-303-0/+3
* Fix ICC build warning.qhuang82009-01-241-4/+5
* Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu22009-01-2351-2/+23764
* Update For Reviewhfang2009-01-1911-15/+15
* Adjust gSimpleTextInExNotifyGuid position in INF file.gikidy2009-01-162-3/+2
* Fixed For Reviewhfang2009-01-139-64/+64
* Move common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into MdeModuleP...lgao42009-01-091-12/+0
* Update For R9 Review.hfang2009-01-0832-465/+715
* As variable area is not reliable in recovery path, then we should not produce...eric_tian2009-01-051-6/+19
* Fixup for reviewhfang2008-12-2526-605/+598
* Enhance PciCfg2 driver to handle unaligned Pci access according to PI spec.lgao42008-12-189-87/+227
* Clean up to update the reference of the these macros:qhuang82008-12-1615-21/+21
* Add missing DevicePathLib in INF file.qhuang82008-12-151-0/+1
* 1. added functions header for MACROS in PCI22.h.vanjeff2008-12-091-0/+2
* Remove use of UINT8_MAX. Use BIT8-1 instead.mdkinney2008-12-071-1/+1
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-061-1/+1
* Update IoLib instance mapping so that the DSC file can support EBC build vali...qhuang82008-12-051-3/+3
* Add module Legacy8259Dxe to IntelFrameworkModulePkg.dsc, and make it clean fo...xli242008-12-042-22/+27
* Update PEIM entry point to follow PEIM entry point.lgao42008-11-275-25/+20
* 1.retried graphics library class from MdePkgvanjeff2008-11-241-2/+0
* 1. Add Max Try Times check to clear Ps2Kbd status register. If exceed the max...lgao42008-11-213-8/+26
* Removed Graphics library instance in IntelFrameworkModulePkg, since no one us...vanjeff2008-11-203-916/+2
* 1.Removed PrintXY from Graphics Library.vanjeff2008-11-201-1/+1
* Update doxygen comment.qwang122008-11-191-0/+2
* Update doxygen comment.qwang122008-11-191-1/+2
* Update PciOptionRomSupport.c to pass GCC build.xli242008-11-181-2/+5
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-118-50/+23
* Update IdeBus for the EfiLibInstallAllDriverBindingg2() API change.qhuang82008-11-071-0/+1
* Change functional static variable to Global variable. No STATIC modifier is r...qwang122008-10-311-6/+7