Age | Commit message (Expand) | Author | Files | Lines |
2008-12-31 | remove unnecessary check for NULL pointer. | vanjeff | 1 | -6/+4 |
2008-12-31 | Fix some typo. | gikidy | 4 | -37/+38 |
2008-12-30 | enhanced function header | jgong5 | 1 | -60/+77 |
2008-12-29 | fixed potential NULL pointer reference issue. | vanjeff | 1 | -6/+7 |
2008-12-29 | Add () after function name so that Doxygen can create reference in doc. | jgong5 | 1 | -1/+1 |
2008-12-29 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7144 6f1... | ywu21 | 1 | -39/+190 |
2008-12-26 | Fix OPTIONAL usage | jgong5 | 1 | -1/+1 |
2008-12-26 | Add more comments | jgong5 | 1 | -43/+58 |
2008-12-25 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7125 6f1... | niry | 1 | -26/+25 |
2008-12-25 | Add more comments to describe the net buffer operation functions. | niry | 1 | -160/+208 |
2008-12-25 | Code Clean for Driver PlatformDriOverrideDxe and PlatOverMngr application. An... | lgao4 | 4 | -137/+70 |
2008-12-24 | Pure UEFI code should not include “PiDxe.h” & “PiPei.h” | ywu21 | 1 | -1/+1 |
2008-12-24 | Pure UEFI code should not include “PiDxe.h” & “PiPei.h” | ywu21 | 1 | -9/+3 |
2008-12-23 | Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En... | qhuang8 | 2 | -11/+10 |
2008-12-23 | pure UEFI should not include “PiDxe.h” and “PiPei.h” | ywu21 | 1 | -1/+1 |
2008-12-23 | Fix filer header | ywu21 | 1 | -306/+236 |
2008-12-23 | Remove #include <Protocol/LoadedImage.h> | ywu21 | 2 | -325/+279 |
2008-12-17 | Fix some typo. | gikidy | 1 | -3/+3 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 | 3 | -5/+5 |
2008-12-15 | Fix a missing doxygen parameter entry. | qhuang8 | 1 | -0/+2 |
2008-12-15 | Code scrub performance library instances in MdeModulePkg | qhuang8 | 7 | -22/+68 |
2008-12-12 | INF head modified | jji4 | 10 | -33/+38 |
2008-12-12 | INF head modified | jji4 | 1 | -1/+0 |
2008-12-11 | Fix the issue that memory for device path is incorrectly freed, which leads t... | xli24 | 1 | -4/+0 |
2008-12-11 | Code Scrub for Pcd, PlatformDriOverride and PlatOverMngr driver. | lgao4 | 2 | -1/+10 |
2008-12-11 | Make use of MdePkg's FreePool library function to replace gBS->FreePool. | qwang12 | 1 | -7/+7 |
2008-12-09 | Fix typo. | klu2 | 1 | -1/+1 |
2008-12-09 | Synchronize PlatformBdsLibNull library class's header file to library instance. | klu2 | 1 | -14/+17 |
2008-12-09 | Synchronize GenericBdsLib library class's header file to library instance. | klu2 | 4 | -49/+37 |
2008-12-05 | Add in an ASSERT to check the return of HiiLibGetSupportedLanguages. This fun... | qwang12 | 1 | -0/+1 |
2008-12-05 | Comments have been checked with spec | jji4 | 1 | -4/+1 |
2008-12-03 | Update function comment. | qwang12 | 1 | -3/+9 |
2008-12-03 | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy | 21 | -54/+5 |
2008-12-03 | Global variables have been moved backward ahead of functions. | jji4 | 5 | -115/+136 |
2008-12-03 | Parameter checking in BdsLibMatchDevicePaths() is wrong. This bug was found b... | rsun3 | 1 | -1/+1 |
2008-12-02 | Code scrub for PlatformBdsLibNull.inf library instance. | klu2 | 4 | -177/+94 |
2008-12-01 | Add 3 reallocation pool services in MemoryAllocationLib class. | qhuang8 | 1 | -1/+150 |
2008-12-01 | Code scrub for GenericBdsLib library instance. | klu2 | 5 | -50/+15 |
2008-12-01 | Remove NibbleToHexChar() function from BaseLib | lgao4 | 2 | -2/+219 |
2008-11-27 | Add GetCurrentLanguage() to HiiLib in MdeModulePkg | qhuang8 | 3 | -0/+59 |
2008-11-27 | 1) Change the return type of IfrLibFreeUpdateData to VOID. | qwang12 | 4 | -22/+19 |
2008-11-27 | Fix ECC issue for GenericBdsLib | klu2 | 1 | -1/+1 |
2008-11-27 | Fix constructor/destructor issue for DXE_DRIVER library instance. | qhuang8 | 1 | -0/+2 |
2008-11-24 | 1.retried graphics library class from MdePkg | vanjeff | 7 | -622/+514 |
2008-11-22 | Update to use ReallocatePool() from BaseMemoryLib | mdkinney | 1 | -39/+3 |
2008-11-21 | 1) StrGather (Build.exe) in compatible mode add a Framework Package Header to... | qwang12 | 1 | -5/+4 |
2008-11-21 | synchronize the file with the MDE_Library_Spec and fixed some typo. | gikidy | 1 | -2/+2 |
2008-11-21 | Function headers and comments have been checked with spec. | jji4 | 1 | -4/+4 |
2008-11-20 | retried GetGraphicsBitMapFromFV()and GetGraphicsBitMapFromFVEx(), instead usi... | vanjeff | 1 | -64/+1 |
2008-11-20 | 1.Removed PrintXY from Graphics Library. | vanjeff | 2 | -316/+1 |