Age | Commit message (Expand) | Author | Files | Lines |
2009-03-11 | Fix build error caused by the unused local variable | lgao4 | 1 | -1/+0 |
2009-03-11 | Fix build error caused by the unused local variable | lgao4 | 1 | -6/+0 |
2009-03-10 | Cleanup to Remove default PCD value and extra build option. | qhuang8 | 1 | -9/+6 |
2009-03-10 | Minor update the PCD section | qhuang8 | 1 | -24/+29 |
2009-03-10 | Fix a bug that Pages*EFI_PAGES_SIZE might be a negative number. | qhuang8 | 1 | -5/+5 |
2009-03-10 | Update DxeCore to deal PIWG FV device path case if FV contains extension header. | klu2 | 2 | -26/+71 |
2009-03-10 | Fix K8 check error. | lgao4 | 2 | -14/+8 |
2009-03-10 | Retire TCG platform protocol, which will be replaced by PI Security Architect... | lgao4 | 8 | -145/+2 |
2009-03-10 | Update Comment for the call to EDKII ReportStatus | lgao4 | 1 | -3/+1 |
2009-03-10 | Refine BaseMemoryTestLib to handle memory address at zero. | xli24 | 1 | -1/+33 |
2009-03-10 | Fix the bug in DebugPort on error reporting. | xli24 | 1 | -26/+1 |
2009-03-10 | 1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and Primar... | vanjeff | 7 | -100/+1 |
2009-03-10 | remove unused local variable FvbHandle | lgao4 | 1 | -3/+0 |
2009-03-09 | retire FvbServiceLib class in MdeModulePkg, and also remove the two instances... | eric_tian | 7 | -1045/+0 |
2009-03-09 | 1. retire the FvbServiceLib. Directly locating FVB protocol to access interfa... | eric_tian | 5 | -105/+185 |
2009-03-06 | Refine BaseMemoryTestLib and add instance with full functionality. | xli24 | 7 | -29/+331 |
2009-03-05 | Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffEx... | qhuang8 | 1 | -1/+1 |
2009-03-05 | Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt... | qhuang8 | 3 | -161/+1 |
2009-03-05 | Update PeiCore to handle FvImage with PI FV extension header | lgao4 | 8 | -38/+62 |
2009-03-05 | 1. add missing free operation in conditional branch. | eric_tian | 2 | -0/+4 |
2009-03-05 | remove PcdNtEmulatorEnable. | vanjeff | 1 | -1/+0 |
2009-03-04 | refine pcd comments | eric_tian | 1 | -5/+11 |
2009-03-04 | use pcd to enable/disable variableInfo statistic feature in EmuRuntimeDxe dri... | eric_tian | 2 | -0/+103 |
2009-03-04 | Update ConPlatform to ensure console dev variable is correct. | xli24 | 1 | -52/+94 |
2009-03-04 | add check for invalid handle. | vanjeff | 3 | -0/+12 |
2009-03-04 | Clean the unused PCD entry. | lgao4 | 1 | -40/+7 |
2009-03-04 | retire gEfiBootStateGuid and replace it with dynamic hii pcd. so the differen... | eric_tian | 2 | -32/+0 |
2009-03-04 | retired PcdNtEmulatorEnable. | vanjeff | 3 | -28/+19 |
2009-03-04 | Remove the lite version FaultTolerantWrite Dxe Driver. New full version Fault... | lgao4 | 1 | -1/+0 |
2009-03-04 | Update Variable driver to depend on full version FaultTolerantWrite protocol,... | lgao4 | 10 | -2587/+18 |
2009-03-04 | Add full version FaultTolerantWrite Dxe driver. | lgao4 | 9 | -1/+3841 |
2009-03-03 | Use NULL library instance for ReportStatusCodeLib in MdeModulePkg.dsc. | qhuang8 | 1 | -6/+1 |
2009-03-03 | Re-organize the PCDs section to reduce the duplication of PCD help text and d... | gikidy | 1 | -82/+31 |
2009-03-02 | remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg | qhuang8 | 1 | -9/+1 |
2009-03-02 | remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg | qhuang8 | 2 | -78/+0 |
2009-02-27 | remove redundant judgement as ALIGNMENT can only equate with 1 or 8 instead of 0 | eric_tian | 1 | -1/+1 |
2009-02-27 | 1. delete Include/Guid/VariableInfo.h | eric_tian | 15 | -69/+60 |
2009-02-27 | Update PCD help text. | lgao4 | 1 | -12/+61 |
2009-02-26 | corrected typo. | qwang12 | 1 | -1/+1 |
2009-02-26 | Use default boot file name from UefiSpec.h and retired related PCDs | klu2 | 1 | -20/+0 |
2009-02-26 | Update help information for PcdSupportFullConfigRoutingProtocol. | qwang12 | 1 | -2/+3 |
2009-02-26 | 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification s... | klu2 | 1 | -12/+0 |
2009-02-26 | All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Ap... | eric_tian | 1 | -1/+1 |
2009-02-26 | 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no... | klu2 | 1 | -12/+0 |
2009-02-26 | If variable does not exist for a HII PCD, a new NV variable need to be created. | klu2 | 1 | -5/+32 |
2009-02-26 | All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Ap... | eric_tian | 2 | -0/+0 |
2009-02-26 | Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg | klu2 | 2 | -91/+0 |
2009-02-25 | Correct minor comments in meta data file. | lgao4 | 4 | -18/+18 |
2009-02-25 | Add a work around to set the PCD protocol lock to TPL_NOTIFY to relax the res... | qhuang8 | 1 | -1/+1 |
2009-02-25 | update | eric_tian | 5 | -8/+8 |