| Commit message (Expand) | Author | Age | Files | Lines |
* | sync patch r11133, r11134, r11135, r12702 from main trunk. | lgao4 | 2012-02-28 | 1 | -8/+8 |
* | sync patch r11825 from main trunk. | lgao4 | 2012-02-28 | 2 | -6/+6 |
* | sync patch r12814 from main trunk. | lgao4 | 2012-02-28 | 1 | -2/+2 |
* | sync patches r10549, r10550, r10566 and r10773 from main trunk. | vanjeff | 2010-11-16 | 3 | -18/+311 |
* | sync patch r10351, r10352, r10353, r10354, r10360 from main trunk. | vanjeff | 2010-11-16 | 1 | -0/+3 |
* | sync patch r11010 from main trunk. | vanjeff | 2010-11-11 | 1 | -4/+26 |
* | sync patch r10864, r10865, r10876 from main trunk. | vanjeff | 2010-10-19 | 1 | -2/+2 |
* | Sync patch r9588 from main trunk. | lgao4 | 2010-07-30 | 1 | -2/+10 |
* | Sync patch r9226 from main trunk. | lgao4 | 2010-07-30 | 2 | -0/+79 |
* | Sync patch r9412 from main trunk. | lgao4 | 2010-07-30 | 1 | -0/+4 |
* | Correct the format of comments | lgao4 | 2009-08-07 | 1 | -3/+3 |
* | remove incorrect comments. | lgao4 | 2009-08-04 | 1 | -4/+0 |
* | update MdePkg version to 1.01 | vanjeff | 2009-07-29 | 2 | -186/+186 |
* | Add PcdVerifyNoteInList for judge whether do verification of node in list in ... | klu2 | 2009-07-28 | 4 | -51/+98 |
* | Remove unrecognized characters. | lgao4 | 2009-07-27 | 1 | -3/+3 |
* | Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl... | vanjeff | 2009-07-24 | 1 | -5/+10 |
* | Move those status code definitions that exactly match the PI 1.2 Specificatio... | mdkinney | 2009-07-24 | 4 | -38/+1834 |
* | Update EFI_PEI_FIRMWARE_VOLUME_PPI.FindFileByName function declaration to ali... | lgao4 | 2009-07-23 | 1 | -2/+2 |
* | Rename BaseLib internal functions by adding InternalBaseLib. | lgao4 | 2009-07-23 | 3 | -29/+29 |
* | Remove unrecognized characters. | lgao4 | 2009-07-15 | 1 | -5/+5 |
* | Add the following PI 1.2 Protocols to the MdePkg | mdkinney | 2009-07-14 | 6 | -1/+1928 |
* | Add the following PI 1.2 Protocols to the MdePkg | mdkinney | 2009-07-13 | 3 | -0/+398 |
* | Add macro definitions indicating from SMBIOS 2.6 | klu2 | 2009-07-13 | 1 | -0/+26 |
* | Add the following PI 1.2 PPIs to the MdePkg | mdkinney | 2009-07-13 | 5 | -5/+580 |
* | Add MP Services Protocol from the UEFI Platform Initialization 1.2 Specification | mdkinney | 2009-07-13 | 2 | -0/+654 |
* | Fix typo in #ifndef name | mdkinney | 2009-07-12 | 1 | -1/+1 |
* | Remove "Module Name:" from include file headers. | mdkinney | 2009-07-11 | 1 | -2/+0 |
* | to fill the gap between PI1.0 and code to fix the bug #202435 | jchen20 | 2009-07-08 | 1 | -1/+11 |
* | Fix minor typo | mdkinney | 2009-07-05 | 1 | -1/+1 |
* | Fix a typo. | gikidy | 2009-07-03 | 1 | -2/+2 |
* | Update BASE_ARG() macro to pass static analysis tools. This change should no... | mdkinney | 2009-07-01 | 1 | -1/+10 |
* | Update the Tpm12.h to the TCG TPM spec 1.2 revision | zliu3 | 2009-07-01 | 1 | -12/+150 |
* | Enhance function macro EFI_PEI_PCI_CFG_ADDRESS defined in MdePkg/Include/Ppi/... | lgao4 | 2009-07-01 | 1 | -5/+7 |
* | Adjust the behavior of the MdePkg Print Library class to produce a consistent... | mdkinney | 2009-06-30 | 2 | -7/+64 |
* | Fix the wrong structure definition in Smbios.h. | klu2 | 2009-06-21 | 2 | -54/+46 |
* | update codes per MdePkg doxgen review comments. | vanjeff | 2009-06-11 | 31 | -142/+135 |
* | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8525 6f1... | jcarsey | 2009-06-10 | 1 | -19/+20 |
* | For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl... | gikidy | 2009-06-10 | 2 | -20/+20 |
* | Save/Restore xmm6-xmm15 in function setJump/longJump for GAS. | gikidy | 2009-06-10 | 2 | -0/+24 |
* | Save/Restore xmm6-xmm15 in function setJump/longJump. | gikidy | 2009-06-10 | 3 | -1/+27 |
* | Need use 32-bit register to hold 32-bit stack address. | klu2 | 2009-06-05 | 1 | -3/+3 |
* | Need use 32-bit register to hold 32-bit stack address. | klu2 | 2009-06-05 | 1 | -3/+3 |
* | Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failed | klu2 | 2009-06-05 | 1 | -3/+14 |
* | Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure. | klu2 | 2009-06-05 | 1 | -1/+15 |
* | Update comment for return description for PcdSetX macros. | klu2 | 2009-06-05 | 1 | -19/+19 |
* | The return description for LibPcdSetx function is ambiguity. The actual meani... | klu2 | 2009-06-05 | 1 | -13/+13 |
* | Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs... | rsun3 | 2009-06-05 | 1 | -0/+6 |
* | Fix build breaks from comment clean up checkin | mdkinney | 2009-06-04 | 6 | -16/+51 |
* | Second set of changes based on a review of the code comments in the Include d... | pkandel | 2009-06-04 | 38 | -307/+268 |
* | Add ASSERT check for AsmFlushCacheRange(). | xli24 | 2009-06-04 | 5 | -27/+103 |