Age | Commit message (Expand) | Author | Files | Lines |
2008-09-04 | clean up the un-suitable ';' location when declaring the functions. | vanjeff | 134 | -2690/+1345 |
2008-09-04 | Update prototype of DxeLoadCore(). | xli24 | 2 | -2/+2 |
2008-09-04 | Update MdePkg/Include/Ppi according to code review comments. | xli24 | 9 | -475/+416 |
2008-09-04 | Fix a typo in Pcd name | qhuang8 | 1 | -1/+1 |
2008-09-04 | revert it for error checking-in. | vanjeff | 1 | -3/+3 |
2008-09-04 | revert the previous check in | qhuang8 | 1 | -1/+0 |
2008-09-04 | Fix a typo in Pcd name | qhuang8 | 5 | -5/+6 |
2008-09-04 | remove EFI_EVENT_ alias, replace them with EVT_ | vanjeff | 10 | -17/+17 |
2008-09-04 | 1. remove EFI_EVENT_ alias, replace them with EVT_ | vanjeff | 3 | -22/+1 |
2008-09-04 | Changed x64 into X64. | vanjeff | 1 | -0/+0 |
2008-09-04 | added additional comments and fixed some typo. | vanjeff | 5 | -28/+39 |
2008-09-04 | Remove unnecessary CONST. | vanjeff | 2 | -4/+4 |
2008-09-04 | Remove unnecessary CONST. | vanjeff | 1 | -2/+2 |
2008-09-04 | Remove unnecessary CONST. | vanjeff | 2 | -4/+4 |
2008-09-04 | 1. Remove unnecessary CONST. | vanjeff | 2 | -43/+67 |
2008-09-03 | edk2/MdePkg/Include/x64/ProcessorBind.h: | jljusten | 2 | -4/+26 |
2008-09-03 | edk2/MdePkg/Include/Ia32/ProcessorBind.h: | jljusten | 1 | -0/+6 |
2008-09-03 | Use Numeric Opcode to host the backward compatibility as the VarEqVal in Fram... | qwang12 | 1 | -2/+2 |
2008-09-03 | Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Frame... | qwang12 | 3 | -0/+16 |
2008-09-03 | Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Frame... | qwang12 | 2 | -5/+6 |
2008-09-03 | Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2. | vanjeff | 9 | -75/+75 |
2008-09-03 | Add more comment for library instance and remove unused internal header file. | klu2 | 1 | -0/+3 |
2008-09-03 | Add more comment for library instance and remove unused internal header file. | klu2 | 3 | -39/+6 |
2008-09-03 | Add more file comments | klu2 | 1 | -0/+3 |
2008-09-03 | 1.Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2 to follow PI spec. | vanjeff | 5 | -111/+232 |
2008-09-03 | Fix wrong comment for SetPeiServiceTable | klu2 | 1 | -2/+1 |
2008-09-03 | remove internal header file. | klu2 | 1 | -1/+0 |
2008-09-03 | 1, remove MigrateIdt interface, 2, remove unused library class | klu2 | 3 | -66/+7 |
2008-09-03 | fixed one typo. | vanjeff | 1 | -1/+2 |
2008-09-03 | Remove MigrateIDT interface from PeiServiceTableLib library class. | klu2 | 1 | -13/+0 |
2008-09-03 | Add more file comments for PeiServiceTableLib | klu2 | 3 | -39/+4 |
2008-09-03 | clean the codes according to review comments. | vanjeff | 8 | -66/+60 |
2008-09-03 | Add more comments for DxeServicesTableLib library instance. | klu2 | 3 | -46/+7 |
2008-09-03 | move ProcessFv() from dispatcher.c to FwVol.c | klu2 | 2 | -132/+134 |
2008-09-03 | Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsR... | klu2 | 3 | -22/+4 |
2008-09-03 | When new FV is installed, VerifyFv() should be invoked to do security checkin... | klu2 | 1 | -0/+8 |
2008-09-03 | Update Shell binaries to integrate a fix to solve "CHAR8" compatibility issue... | qhuang8 | 157 | -5/+5 |
2008-09-03 | Update Shell hot fix patch to integrate a fix to solve "CHAR8" compatibility ... | qhuang8 | 2 | -1/+60 |
2008-09-03 | Fix vfr compiler build error for checkbox check. | lgao4 | 1 | -0/+0 |
2008-09-02 | Remove unnecessary TPL operations in BDS module & library. | xli24 | 1 | -10/+0 |
2008-09-02 | Update VfrCompile to check Array Index and VarId data type. | lgao4 | 1 | -0/+0 |
2008-09-02 | Remove unnecessary TPL operations in BDS module & library. | xli24 | 6 | -57/+0 |
2008-09-02 | roll back workspace.py code change. | jlin16 | 1 | -0/+0 |
2008-09-02 | 1. Fix a bug for variable init issue. | hche10x | 1 | -0/+0 |
2008-09-02 | Change default PcdLib instances for UEFI drivers and applications for Nt32 pl... | qhuang8 | 1 | -3/+6 |
2008-09-02 | Fix 2 flaws in MdePkg/Include/Library/UefiRuntimeLib.h: | xli24 | 1 | -1/+2 |
2008-09-02 | 1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.c | qhuang8 | 3 | -41/+4 |
2008-09-02 | Merged in the bug fixes from EDK I. | qwang12 | 1 | -2/+6 |
2008-09-02 | To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfi... | qwang12 | 1 | -1/+1 |
2008-09-02 | To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfi... | qwang12 | 2 | -4/+4 |