summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)Author
2009-08-07Correct the format of comments lgao4
2009-08-04remove incorrect comments.lgao4
2009-07-29update MdePkg version to 1.01vanjeff
2009-07-28Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu2
2009-07-27Remove unrecognized characters.lgao4
2009-07-24Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff
2009-07-24Move those status code definitions that exactly match the PI 1.2 Specificatio...mdkinney
2009-07-23Update EFI_PEI_FIRMWARE_VOLUME_PPI.FindFileByName function declaration to ali...lgao4
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao4
2009-07-15Remove unrecognized characters.lgao4
2009-07-14Add the following PI 1.2 Protocols to the MdePkgmdkinney
2009-07-13Add the following PI 1.2 Protocols to the MdePkgmdkinney
2009-07-13Add macro definitions indicating from SMBIOS 2.6klu2
2009-07-13Add the following PI 1.2 PPIs to the MdePkgmdkinney
2009-07-13Add MP Services Protocol from the UEFI Platform Initialization 1.2 Specificationmdkinney
2009-07-12Fix typo in #ifndef namemdkinney
2009-07-11Remove "Module Name:" from include file headers.mdkinney
2009-07-08to fill the gap between PI1.0 and code to fix the bug #202435jchen20
2009-07-05Fix minor typomdkinney
2009-07-03Fix a typo.gikidy
2009-07-01Update BASE_ARG() macro to pass static analysis tools. This change should no...mdkinney
2009-07-01Update the Tpm12.h to the TCG TPM spec 1.2 revisionzliu3
2009-07-01Enhance function macro EFI_PEI_PCI_CFG_ADDRESS defined in MdePkg/Include/Ppi/...lgao4
2009-06-30Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney
2009-06-21Fix the wrong structure definition in Smbios.h. klu2
2009-06-11update codes per MdePkg doxgen review comments.vanjeff
2009-06-10git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8525 6f1...jcarsey
2009-06-10For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu2
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu2
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failedklu2
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu2
2009-06-05Update comment for return description for PcdSetX macros.klu2
2009-06-05The return description for LibPcdSetx function is ambiguity. The actual meani...klu2
2009-06-05Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...rsun3
2009-06-04Fix build breaks from comment clean up checkinmdkinney
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel
2009-06-04Add ASSERT check for AsmFlushCacheRange().xli24
2009-06-04fix the issue when passing a L"" string to PrintXY.eric_tian
2009-06-04update comments per review comments.vanjeff
2009-06-04Reviewed the code comments in the Include/Protocol directory for typos, gramm...pkandel
2009-06-031. Fix the bug that we should use rip relative addressing for x64 label to pr...qhuang8
2009-06-03Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ...qhuang8
2009-06-03modify the implementation of GetInterface and GetConfiguration to force the h...eric_tian
2009-06-02Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang8
2009-05-31Correct parameter names for ASSERT() checks.mdkinney
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney
2009-05-26Correct one minor instruction to clear the lower 4 bits of r11.qhuang8