Age | Commit message (Expand) | Author | Files | Lines |
2009-04-02 | Retire Extended HII library class. | rsun3 | 9 | -85/+171 |
2009-03-27 | update the FindVariable judgment condition. | eric_tian | 1 | -1/+1 |
2009-03-27 | Apply GetBestLanguage() API in UEFI | qhuang8 | 1 | -31/+85 |
2009-03-25 | remove unused display option. | lgao4 | 1 | -9/+0 |
2009-03-23 | Fix the issue that VariablePei hangs on Richford when variable region is wipe... | xli24 | 1 | -1/+9 |
2009-03-20 | clean console control protocol in bds module. | vanjeff | 4 | -26/+11 |
2009-03-17 | ISO_639_2_ENTRY_SIZE has been made local. | jji4 | 1 | -0/+5 |
2009-03-10 | 1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and Primar... | vanjeff | 1 | -2/+3 |
2009-03-04 | retire gEfiBootStateGuid and replace it with dynamic hii pcd. so the differen... | eric_tian | 3 | -24/+10 |
2009-03-04 | retired PcdNtEmulatorEnable. | vanjeff | 2 | -5/+2 |
2009-03-01 | Move IntelFrameworkModulePkg/Universal/Legacy8259Dxe to | jljusten | 3 | -948/+0 |
2009-02-27 | 1. delete Include/Guid/VariableInfo.h | eric_tian | 3 | -3/+10 |
2009-02-26 | 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification s... | klu2 | 4 | -33/+17 |
2009-02-26 | 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no... | klu2 | 4 | -14/+7 |
2009-02-26 | PeiStatusCode PEIM does not dependent on BaseMemoryLib library class. | klu2 | 1 | -1/+0 |
2009-02-26 | Add some comments in BdsDxe INF file. | lgao4 | 1 | -8/+8 |
2009-02-24 | Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg | klu2 | 1 | -1/+2 |
2009-02-24 | Fix build break: MdeModuleHii.h has been moved to MdeModulePkg/Include/Guid d... | qhuang8 | 1 | -1/+1 |
2009-02-23 | 1. Update Generic BDS part to use dynamic PCD to set console output mode inst... | qhuang8 | 8 | -110/+23 |
2009-02-04 | Fix a bug: fail to change Boot Order in Boot Maintenance Manager. | qhuang8 | 1 | -1/+0 |
2009-02-04 | use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_... | jji4 | 3 | -2/+5 |
2009-02-03 | Cleanup meta data for BdsDxe INF file. | klu2 | 2 | -35/+54 |
2009-02-02 | The caller of FindVariable() function ensure VariableName != NULL && VendorGu... | eric_tian | 1 | -1/+1 |
2009-01-30 | Split out Synchronization Library from Base Library | mdkinney | 2 | -0/+2 |
2009-01-24 | Fix ICC build warning. | qhuang8 | 1 | -4/+5 |
2009-01-23 | Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ... | klu2 | 41 | -0/+17185 |
2009-01-09 | Move common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into MdeModuleP... | lgao4 | 1 | -12/+0 |
2009-01-05 | As variable area is not reliable in recovery path, then we should not produce... | eric_tian | 1 | -6/+19 |
2008-12-18 | Enhance PciCfg2 driver to handle unaligned Pci access according to PI spec. | lgao4 | 6 | -85/+220 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 | 4 | -7/+7 |
2008-12-06 | Change _CR() to BASE_CR() to follow naming convention | mdkinney | 1 | -1/+1 |
2008-12-04 | Add module Legacy8259Dxe to IntelFrameworkModulePkg.dsc, and make it clean fo... | xli24 | 1 | -12/+17 |
2008-11-27 | Update PEIM entry point to follow PEIM entry point. | lgao4 | 4 | -23/+18 |
2008-11-21 | 1. Add Max Try Times check to clear Ps2Kbd status register. If exceed the max... | lgao4 | 1 | -0/+7 |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 | 9 | -43/+6 |
2008-10-27 | Update 8259 driver to use IoLib instead of the CPU I/O Protocol | mdkinney | 4 | -89/+3 |
2008-10-17 | Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE... | qwang12 | 1 | -3/+3 |
2008-10-16 | Remove over specify library class for IntelFrameworkPkg and IntelFrameworkMod... | klu2 | 2 | -2/+0 |
2008-09-04 | clean up the un-suitable ';' location when declaring the functions. | vanjeff | 1 | -10/+5 |
2008-09-04 | Remove unnecessary CONST. | vanjeff | 1 | -2/+2 |
2008-09-04 | Remove unnecessary CONST. | vanjeff | 1 | -2/+2 |
2008-08-25 | remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkMo... | lgao4 | 7 | -668/+0 |
2008-08-20 | Update some module INF files in IntelFrameworkModulePkg to UEFI_DRIVER | qhuang8 | 1 | -1/+2 |
2008-05-20 | Add doxygen style comments for section extraction module. | qhuang8 | 3 | -336/+498 |
2008-04-28 | Remove CpuDeadLoop(). | qhuang8 | 1 | -1/+0 |
2008-04-28 | StatusCode driver is optional dependent on gEfiDataHubProtocolGuid but not al... | klu2 | 2 | -1/+2 |
2008-04-22 | Fix missing include header file and fix typo in comment. | klu2 | 2 | -9/+9 |
2008-04-18 | Add legacy8259 module for PcAt. | klu2 | 4 | -0/+1029 |
2008-04-14 | Coding style modification. | klu2 | 12 | -760/+465 |
2008-04-10 | Add some function/header comments. | klu2 | 3 | -492/+297 |