Age | Commit message (Expand) | Author | Files | Lines |
2009-01-08 | Fix FreePoll() bugs in some places. | gdong1 | 7 | -43/+38 |
2009-01-05 | Fix VS2005 build error | lgao4 | 2 | -3/+3 |
2009-01-04 | Add a comment to describe the reason why the GUID for HII protocol is not mat... | qwang12 | 1 | -0/+6 |
2009-01-04 | Replace some CopyMem() for GUID copy with CopyGuid(). | gdong1 | 11 | -252/+244 |
2008-12-24 | correct some coding style issues. | gdong1 | 5 | -622/+607 |
2008-12-24 | make the comment parameter be consistent with the function parameter. | gdong1 | 1 | -4/+4 |
2008-12-23 | correct some code style issue | gdong1 | 1 | -31/+28 |
2008-12-23 | Remove the BUGBUG modifier in the comment | gdong1 | 1 | -3/+2 |
2008-12-23 | In Comment, the parameter name does NOT consistent with function parameter name | gdong1 | 1 | -2/+2 |
2008-12-23 | correct the comments style. | gdong1 | 1 | -872/+460 |
2008-12-17 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7064 6f1... | gdong1 | 1 | -3/+3 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 | 4 | -4/+4 |
2008-12-15 | clean coding style issue | tding1 | 1 | -5/+5 |
2008-12-15 | remove EDK_RELEASE_VERSION in inf file | tding1 | 3 | -3/+0 |
2008-12-11 | update [Depex] section | tding1 | 1 | -0/+4 |
2008-12-10 | update code comment | tding1 | 1 | -1/+1 |
2008-12-08 | update function comments | tding1 | 2 | -0/+28 |
2008-12-05 | Change comment "bitwise inclusive OR" to "bitwise OR". | gikidy | 1 | -32/+32 |
2008-12-04 | update INF [LibraryClasses] section to match include libs in module master he... | tding1 | 3 | -0/+10 |
2008-12-04 | fix ecc report-out issues | tding1 | 9 | -28/+17 |
2008-12-01 | Sync UefiLib instance in IntelFrameworkPkg with the one in MdePkg. | qhuang8 | 7 | -233/+1069 |
2008-11-21 | change DxeSmmDriverEntryPoint library class name to UefiEntryPoint | eric_tian | 1 | -1/+1 |
2008-11-19 | Update doxygen comment for VarArg list. | qwang12 | 1 | -4/+8 |
2008-11-13 | Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg. | qhuang8 | 2 | -0/+2 |
2008-11-11 | 1, Add <Library/DevicePathLib.h> for all source that use device path utility ... | klu2 | 4 | -5/+7 |
2008-11-07 | +++++ mdkinney 11/5/2008 11:08:13 PM | eric_tian | 1 | -1/+1 |
2008-11-07 | Add gEfiDriverConfiguration2ProtocolGuid GUID C Name in INF. | qhuang8 | 1 | -0/+1 |
2008-11-07 | Sync the UefiDriverModule.c with counter part in MdePkg | qhuang8 | 1 | -282/+653 |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 | 6 | -8/+2 |
2008-10-27 | Remove the duplicated definitins. | qwang12 | 1 | -5/+1 |
2008-10-22 | Move STRING_REF and RELOFST to FrameworkHii.h. | qwang12 | 1 | -0/+3 |
2008-10-21 | Add missing Framework HII definitions to pass build. | qhuang8 | 2 | -0/+5 |
2008-10-21 | Add back PeiServicesTablePointerLib library class since GetPeiServicesPointer... | qhuang8 | 2 | -1/+2 |
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 | 5 | -6/+2 |
2008-10-13 | Remove Smbus related macro, which are defined in MdePkg. | klu2 | 2 | -18/+12 |
2008-09-22 | Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid library i... | qwang12 | 1 | -10/+12 |
2008-09-20 | remove the unused msa/npsd files | lgao4 | 1 | -346/+0 |
2008-09-19 | Bug Fix in DxeSmmDriverEntryLib. | yshang1 | 1 | -18/+6 |
2008-09-17 | remove unnecessary comments introduced by tools. | vanjeff | 4 | -12/+0 |
2008-09-09 | cleanup some comments. | eric_tian | 1 | -1/+0 |
2008-09-04 | clean up the un-suitable ';' location when declaring the functions. | vanjeff | 3 | -26/+13 |
2008-09-04 | revert it for error checking-in. | vanjeff | 1 | -3/+3 |
2008-09-04 | remove EFI_EVENT_ alias, replace them with EVT_ | vanjeff | 1 | -3/+3 |
2008-09-03 | Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Frame... | qwang12 | 3 | -0/+16 |
2008-08-25 | remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkMo... | lgao4 | 6 | -385/+0 |
2008-08-20 | Misuse protocol and guid | klu2 | 1 | -1/+0 |
2008-07-31 | Remove blank for function typedef, it break generating doxygen document | klu2 | 1 | -1/+1 |
2008-07-31 | Remove blank for function typdef, it will break generating doxygen document. | klu2 | 1 | -1/+1 |
2008-07-31 | Remove blank for function typedef, it will break generating doxygen document. | klu2 | 45 | -173/+173 |