summaryrefslogtreecommitdiff
path: root/MdePkg/Include
AgeCommit message (Expand)AuthorFilesLines
2009-07-27Remove unrecognized characters.lgao41-3/+3
2009-07-24Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff1-5/+10
2009-07-24Move those status code definitions that exactly match the PI 1.2 Specificatio...mdkinney3-38/+1828
2009-07-23Update EFI_PEI_FIRMWARE_VOLUME_PPI.FindFileByName function declaration to ali...lgao41-2/+2
2009-07-15Remove unrecognized characters.lgao41-5/+5
2009-07-14Add the following PI 1.2 Protocols to the MdePkgmdkinney5-0/+1912
2009-07-13Add the following PI 1.2 Protocols to the MdePkgmdkinney2-0/+370
2009-07-13Add macro definitions indicating from SMBIOS 2.6klu21-0/+26
2009-07-13Add the following PI 1.2 PPIs to the MdePkgmdkinney4-0/+560
2009-07-13Add MP Services Protocol from the UEFI Platform Initialization 1.2 Specificationmdkinney1-0/+646
2009-07-12Fix typo in #ifndef namemdkinney1-1/+1
2009-07-11Remove "Module Name:" from include file headers.mdkinney1-2/+0
2009-07-08to fill the gap between PI1.0 and code to fix the bug #202435jchen201-1/+11
2009-07-05Fix minor typomdkinney1-1/+1
2009-07-03Fix a typo.gikidy1-2/+2
2009-07-01Update BASE_ARG() macro to pass static analysis tools. This change should no...mdkinney1-1/+10
2009-07-01Update the Tpm12.h to the TCG TPM spec 1.2 revisionzliu31-12/+150
2009-07-01Enhance function macro EFI_PEI_PCI_CFG_ADDRESS defined in MdePkg/Include/Ppi/...lgao41-5/+7
2009-06-30Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney1-5/+12
2009-06-21Fix the wrong structure definition in Smbios.h. klu21-53/+45
2009-06-11update codes per MdePkg doxgen review comments.vanjeff31-142/+135
2009-06-10git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8525 6f1...jcarsey1-19/+20
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy1-0/+2
2009-06-05Update comment for return description for PcdSetX macros.klu21-19/+19
2009-06-05The return description for LibPcdSetx function is ambiguity. The actual meani...klu21-13/+13
2009-06-04Fix build breaks from comment clean up checkinmdkinney6-16/+51
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel38-307/+268
2009-06-04update comments per review comments.vanjeff11-35/+35
2009-06-04Reviewed the code comments in the Include/Protocol directory for typos, gramm...pkandel55-218/+219
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney3-10/+201
2009-05-21update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian1-8/+12
2009-05-21Remove __APPLE__ usage in ProcessorBind.h files.xli243-17/+17
2009-05-20Remove redundant #include statementsmdkinney7-15/+2
2009-05-20Remove redundant #includemdkinney1-1/+0
2009-05-20Update #ifndef to match the name of the include file.mdkinney1-5/+2
2009-05-20Remove extra #include that is not required for this include file.mdkinney1-2/+0
2009-05-20Define macro for .global/.globl in assembly.xli241-0/+6
2009-05-201. Remove .extern from GCC assembly.xli242-0/+10
2009-05-181. Clean up MdePkg internal header fileslgao420-141/+130
2009-05-141. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE...xli242-6/+7
2009-05-12fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.vanjeff2-7/+7
2009-05-12Minor update the function interface for three re-allocate pool APIs to check ...qhuang81-6/+6
2009-05-11Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang81-3/+3
2009-05-11Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib qhuang81-9/+9
2009-05-11add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian1-0/+12
2009-05-10Update GCC version of VAR_ARG () to be compatible with non GCC version of VAR...mdkinney1-3/+3
2009-05-09Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ...mdkinney1-0/+1
2009-05-09Update function header description of ScsiReadCapacity16Command() in the UEFI...mdkinney1-28/+32
2009-05-09Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac...mdkinney1-3/+6
2009-05-091) Clarify file and function header comments for the PE/COFF Extra Action lib...mdkinney1-18/+15