Age | Commit message (Expand) | Author | Files | Lines |
2009-08-24 | Fix file headers and a few comments | mdkinney | 2 | -2/+2 |
2009-08-19 | Remove tabs in source code in MdePkg. | qhuang8 | 1 | -11/+11 |
2009-08-19 | Update to make end-of-line consistent for all source files in MdePkg. There a... | qhuang8 | 2 | -26/+26 |
2009-08-19 | Minor update to fix some typos. | qhuang8 | 1 | -1/+1 |
2009-08-18 | Add a private context field to PE_COFF_LOADER_IMAGE_CONTEXT. | mdkinney | 1 | -1/+6 |
2009-08-18 | Add ARM specific Jump Buffer | mdkinney | 1 | -0/+21 |
2009-07-28 | Add PcdVerifyNoteInList for judge whether do verification of node in list in ... | klu2 | 1 | -4/+6 |
2009-07-05 | Fix minor typo | mdkinney | 1 | -1/+1 |
2009-06-30 | Adjust the behavior of the MdePkg Print Library class to produce a consistent... | mdkinney | 1 | -5/+12 |
2009-06-11 | update codes per MdePkg doxgen review comments. | vanjeff | 3 | -22/+22 |
2009-06-10 | Save/Restore xmm6-xmm15 in function setJump/longJump. | gikidy | 1 | -0/+2 |
2009-06-05 | Update comment for return description for PcdSetX macros. | klu2 | 1 | -19/+19 |
2009-06-05 | The return description for LibPcdSetx function is ambiguity. The actual meani... | klu2 | 1 | -13/+13 |
2009-06-04 | Fix build breaks from comment clean up checkin | mdkinney | 2 | -6/+2 |
2009-06-04 | Second set of changes based on a review of the code comments in the Include d... | pkandel | 21 | -175/+175 |
2009-05-30 | This checkin addresses the compatibility issue of passing arguments of type V... | mdkinney | 2 | -1/+169 |
2009-05-21 | update the file description of PrintXY and AsciiPrintXY. and also refine the ... | eric_tian | 1 | -8/+12 |
2009-05-20 | Remove redundant #include | mdkinney | 1 | -1/+0 |
2009-05-20 | Update #ifndef to match the name of the include file. | mdkinney | 1 | -5/+2 |
2009-05-18 | 1. Clean up MdePkg internal header files | lgao4 | 1 | -2/+2 |
2009-05-14 | 1. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE... | xli24 | 2 | -6/+7 |
2009-05-12 | Minor update the function interface for three re-allocate pool APIs to check ... | qhuang8 | 1 | -6/+6 |
2009-05-11 | Add conformance check for OldBuffer and size even if the memory allocation fa... | qhuang8 | 1 | -3/+3 |
2009-05-11 | Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib | qhuang8 | 1 | -9/+9 |
2009-05-11 | add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ... | eric_tian | 1 | -0/+12 |
2009-05-09 | Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ... | mdkinney | 1 | -0/+1 |
2009-05-09 | Update function header description of ScsiReadCapacity16Command() in the UEFI... | mdkinney | 1 | -28/+32 |
2009-05-09 | Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac... | mdkinney | 1 | -3/+6 |
2009-05-09 | 1) Clarify file and function header comments for the PE/COFF Extra Action lib... | mdkinney | 1 | -18/+15 |
2009-05-08 | Clarify clipping behavior of PrintXY() and AsciiPrintXY(). | mdkinney | 1 | -4/+6 |
2009-05-04 | Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun... | klu2 | 1 | -6/+6 |
2009-04-29 | Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ... | klu2 | 1 | -1/+10 |
2009-04-23 | update | eric_tian | 1 | -21/+32 |
2009-04-22 | Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (... | qhuang8 | 1 | -1/+7 |
2009-04-15 | Fix several minor coding style issues. | qhuang8 | 2 | -14/+14 |
2009-04-02 | Add CreatePopUp API into UefiLib | lgao4 | 1 | -0/+25 |
2009-04-02 | Fix some typo. | gikidy | 6 | -24/+24 |
2009-04-01 | Read-Capacity16 command added for SCSI drivers | jji4 | 1 | -0/+47 |
2009-03-24 | Add GetVariabe(), GetEfiGlobalVariable() and GetBestLanguage() to UefiLib. | qhuang8 | 1 | -0/+98 |
2009-03-06 | Correct comments for new null instance. | lgao4 | 1 | -1/+1 |
2009-03-05 | Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt... | qhuang8 | 1 | -0/+56 |
2009-03-03 | Add #include <Uefi/UefiBaseType.h> for the reference of "EFI_GUID" in the lib... | qhuang8 | 1 | -5/+2 |
2009-03-02 | Fix incorrect function headers for IoLib APIs. | xli24 | 1 | -8/+8 |
2009-02-25 | Fix typo in API prototype | qhuang8 | 1 | -1/+1 |
2009-02-24 | Remove the work-around in DevicePathLib to judge the end of device path node ... | qhuang8 | 1 | -2/+2 |
2009-02-18 | Revert some code that was checked in by mistake | qhuang8 | 1 | -22/+0 |
2009-02-13 | Comments checked with spec | jji4 | 1 | -47/+34 |
2009-02-09 | Comments synchronized | jji4 | 1 | -4/+6 |
2009-02-09 | Clean IpfMacro.i to remove unused Macro. | lgao4 | 1 | -8/+27 |
2009-02-06 | Fix IN OUT specifiers | mdkinney | 1 | -3/+3 |