Age | Commit message (Expand) | Author |
2009-02-23 | 1. Update Generic BDS part to use dynamic PCD to set console output mode inst... | qhuang8 |
2009-02-19 | Using EFI_RESOUCE status defined in framework Pci Host bridge specification. | lgao4 |
2009-02-10 | Add comments in DSC files to explain the function and design of components se... | xli24 |
2009-02-06 | Fix build break for missing PeCoffLib mapping | mdkinney |
2009-02-05 | Update PCI Bus Driver to use the PeCoffLib instead of paring the PE/COFF imag... | mdkinney |
2009-02-04 | Fix a bug: fail to change Boot Order in Boot Maintenance Manager. | qhuang8 |
2009-02-04 | Add missing GUID due to last check-in. | klu2 |
2009-02-04 | use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_... | jji4 |
2009-02-03 | Cleanup meta data for GenericBdsLib library instance's INF | klu2 |
2009-02-03 | Cleanup meta data for BdsDxe INF file. | klu2 |
2009-02-03 | Add in a check to make sure "BootCurrent" is created only when it match a val... | qwang12 |
2009-02-02 | The caller of FindVariable() function ensure VariableName != NULL && VendorGu... | eric_tian |
2009-01-30 | Split out Synchronization Library from Base Library | mdkinney |
2009-01-24 | Fix ICC build warning. | qhuang8 |
2009-01-23 | Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ... | klu2 |
2009-01-19 | Update For Review | hfang |
2009-01-16 | Adjust gSimpleTextInExNotifyGuid position in INF file. | gikidy |
2009-01-13 | Fixed For Review | hfang |
2009-01-09 | Move common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into MdeModuleP... | lgao4 |
2009-01-08 | Update For R9 Review. | hfang |
2009-01-05 | As variable area is not reliable in recovery path, then we should not produce... | eric_tian |
2008-12-25 | Fixup for review | hfang |
2008-12-18 | Enhance PciCfg2 driver to handle unaligned Pci access according to PI spec. | lgao4 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 |
2008-12-15 | Add missing DevicePathLib in INF file. | qhuang8 |
2008-12-09 | 1. added functions header for MACROS in PCI22.h. | vanjeff |
2008-12-07 | Remove use of UINT8_MAX. Use BIT8-1 instead. | mdkinney |
2008-12-06 | Change _CR() to BASE_CR() to follow naming convention | mdkinney |
2008-12-05 | Update IoLib instance mapping so that the DSC file can support EBC build vali... | qhuang8 |
2008-12-04 | Add module Legacy8259Dxe to IntelFrameworkModulePkg.dsc, and make it clean fo... | xli24 |
2008-11-27 | Update PEIM entry point to follow PEIM entry point. | lgao4 |
2008-11-24 | 1.retried graphics library class from MdePkg | vanjeff |
2008-11-21 | 1. Add Max Try Times check to clear Ps2Kbd status register. If exceed the max... | lgao4 |
2008-11-20 | Removed Graphics library instance in IntelFrameworkModulePkg, since no one us... | vanjeff |
2008-11-20 | 1.Removed PrintXY from Graphics Library. | vanjeff |
2008-11-19 | Update doxygen comment. | qwang12 |
2008-11-19 | Update doxygen comment. | qwang12 |
2008-11-18 | Update PciOptionRomSupport.c to pass GCC build. | xli24 |
2008-11-11 | 1, Add <Library/DevicePathLib.h> for all source that use device path utility ... | klu2 |
2008-11-07 | Update IdeBus for the EfiLibInstallAllDriverBindingg2() API change. | qhuang8 |
2008-10-31 | Change functional static variable to Global variable. No STATIC modifier is r... | qwang12 |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 |
2008-10-27 | Update 8259 driver to use IoLib instead of the CPU I/O Protocol | mdkinney |
2008-10-27 | Update LIBRARY_CLASS declaration in the INF file so this library is type BASE... | mdkinney |
2008-10-27 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6240 6f1... | vanjeff |
2008-10-25 | Modify DSC file according to update of MDE library instances. | xli24 |
2008-10-17 | Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE... | qwang12 |
2008-10-16 | Remove over specify library class for IntelFrameworkPkg and IntelFrameworkMod... | klu2 |
2008-09-28 | cleanup the improper comments for function return value in LockKeyboards() | eric_tian |
2008-09-22 | 1) Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid librar... | qwang12 |