Age | Commit message (Expand) | Author | Files | Lines |
2009-07-01 | Update BASE_ARG() macro to pass static analysis tools. This change should no... | mdkinney | 1 | -1/+10 |
2009-07-01 | Update the Tpm12.h to the TCG TPM spec 1.2 revision | zliu3 | 1 | -12/+150 |
2009-07-01 | Enhance function macro EFI_PEI_PCI_CFG_ADDRESS defined in MdePkg/Include/Ppi/... | lgao4 | 1 | -5/+7 |
2009-06-30 | Adjust the behavior of the MdePkg Print Library class to produce a consistent... | mdkinney | 1 | -5/+12 |
2009-06-21 | Fix the wrong structure definition in Smbios.h. | klu2 | 1 | -53/+45 |
2009-06-11 | update codes per MdePkg doxgen review comments. | vanjeff | 31 | -142/+135 |
2009-06-10 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8525 6f1... | jcarsey | 1 | -19/+20 |
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 | 6 | -16/+51 |
2009-06-04 | Second set of changes based on a review of the code comments in the Include d... | pkandel | 38 | -307/+268 |
2009-06-04 | update comments per review comments. | vanjeff | 11 | -35/+35 |
2009-06-04 | Reviewed the code comments in the Include/Protocol directory for typos, gramm... | pkandel | 55 | -218/+219 |
2009-05-30 | This checkin addresses the compatibility issue of passing arguments of type V... | mdkinney | 3 | -10/+201 |
2009-05-21 | update the file description of PrintXY and AsciiPrintXY. and also refine the ... | eric_tian | 1 | -8/+12 |
2009-05-21 | Remove __APPLE__ usage in ProcessorBind.h files. | xli24 | 3 | -17/+17 |
2009-05-20 | Remove redundant #include statements | mdkinney | 7 | -15/+2 |
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-20 | Remove extra #include that is not required for this include file. | mdkinney | 1 | -2/+0 |
2009-05-20 | Define macro for .global/.globl in assembly. | xli24 | 1 | -0/+6 |
2009-05-20 | 1. Remove .extern from GCC assembly. | xli24 | 2 | -0/+10 |
2009-05-18 | 1. Clean up MdePkg internal header files | lgao4 | 20 | -141/+130 |
2009-05-14 | 1. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE... | xli24 | 2 | -6/+7 |
2009-05-12 | fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES. | vanjeff | 2 | -7/+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-10 | Update GCC version of VAR_ARG () to be compatible with non GCC version of VAR... | mdkinney | 1 | -3/+3 |
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-08 | Clean up comment | mdkinney | 1 | -2/+2 |
2009-05-08 | The GCC compiler’s behavior is different than the Microsoft compilers for s... | eric_tian | 1 | -0/+15 |
2009-05-06 | Synchronize PCD_Infrastructure 0.55 with source code. | klu2 | 2 | -17/+32 |
2009-05-04 | Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun... | klu2 | 1 | -6/+6 |
2009-04-30 | Review the comments to match Spec. | gikidy | 3 | -6/+4 |
2009-04-30 | Replace references to RFC 3066 with RFC 4646. | gikidy | 4 | -8/+8 |
2009-04-29 | Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ... | klu2 | 1 | -1/+10 |
2009-04-28 | fixed ECC issues. | vanjeff | 1 | -5/+5 |
2009-04-27 | Correct minor comments. | lgao4 | 1 | -1/+1 |
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-21 | Rename enum with a duplicate name of EVENT_LOG_TYPE_DATA. | jljusten | 1 | -1/+1 |
2009-04-20 | Coding style verified. | gikidy | 2 | -36/+36 |
2009-04-20 | Remove some unrecognized unicode characters. | qhuang8 | 1 | -8/+8 |