Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-11-19 | Update the base name based on convention. | qwang12 | 1 | -1/+1 |
2008-11-19 | Update doxygen comment for VarArg list parameter. "..."'s description is added. | qwang12 | 1 | -4/+8 |
2008-11-19 | Update doxygen comment for VarArg list parameter. "..."'s description is added. | qwang12 | 1 | -1/+2 |
2008-11-13 | Rename DxePiLib to DxeServicesLib | qhuang8 | 2 | -3/+3 |
2008-11-13 | Add UefiHiiLib & UefiIfrSupportLib. They are from MdePkg. | qhuang8 | 9 | -0/+3997 |
2008-11-11 | 1, Add <Library/DevicePathLib.h> for all source that use device path utility ... | klu2 | 7 | -93/+19 |
2008-11-09 | Fix X64 build break | mdkinney | 1 | -2/+2 |
2008-11-08 | Check the GUID too before identify the opcode is a LABEL, otherwise it may tr... | qwang12 | 3 | -4/+5 |
2008-11-06 | Code Scrub for EdkDxePrintLib. | xli24 | 2 | -6/+19 |
2008-11-06 | Code scrub EdkFvbServiceLib. | qhuang8 | 3 | -49/+53 |
2008-11-06 | Code Scrub for DxePlatDriOverLib. | xli24 | 3 | -369/+478 |
2008-11-05 | Add missing include for protocol header file. | klu2 | 1 | -0/+1 |
2008-11-05 | remove over specific protocol gEfiFirmwareVolume2ProtocolGuid for GraphicsLib... | klu2 | 1 | -1/+0 |
2008-11-05 | Remove over specific guid gEfiDefaultBmpLogoGuid for PlatformBdsLibNull library. | klu2 | 1 | -3/+0 |
2008-11-05 | Remove over specific guid gEfiHobListGuid | klu2 | 2 | -2/+0 |
2008-11-05 | Remove over specific header file. | klu2 | 1 | -1/+0 |
2008-11-05 | Remove over specify protocol/ppi/guid | klu2 | 1 | -3/+0 |
2008-11-05 | Remove over specific protocol guid and add missing header file for required p... | klu2 | 2 | -2/+2 |
2008-11-05 | Remove over specific protocol for library DxeIpIoLib | klu2 | 2 | -4/+1 |
2008-11-04 | Sync in bug fix from EDK I: | qwang12 | 2 | -2/+54 |
2008-10-31 | Remove a unncessary check. | qwang12 | 1 | -3/+1 |
2008-10-31 | Fix a bug introduced when removing the SafeFreePool. Pointer should be checke... | qwang12 | 1 | -3/+9 |
2008-10-31 | Update to use DOS format | qhuang8 | 1 | -7/+7 |
2008-10-31 | Update to use DOS format | qhuang8 | 1 | -104/+104 |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 | 2 | -6/+5 |
2008-10-30 | Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading... | qwang12 | 6 | -77/+125 |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 | 10 | -53/+8 |
2008-10-29 | Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to packag... | xli24 | 5 | -0/+1807 |
2008-10-28 | clean up EBC in inf files. | vanjeff | 4 | -4/+5 |
2008-10-25 | Remove EdkFvbServiceLib and GraphicsLib from MdeModulePkg, for they have been... | xli24 | 5 | -1807/+0 |
2008-10-14 | Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h i... | qwang12 | 1 | -1/+1 |