summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library
AgeCommit message (Expand)AuthorFilesLines
2009-12-23PI 1.1 SMM Feature Check-indavidhuang1-0/+43
2009-12-14Introduce a MDEPKG_NDEBUG macro to provide a method which can be used to redu...eric_tian1-75/+99
2009-12-05Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib...mdkinney1-0/+56
2009-12-01typo in commentjcarsey1-1/+1
2009-11-26Add new GetFileBufferByFilePath API into DxeServicesLib.lgao41-2/+38
2009-11-211) Add new BaseLib API GetPreviousNode()mdkinney1-2/+30
2009-11-17Update function description to be consistent with code definition: HEX_RADIX ...xdu21-8/+8
2009-11-041. rolled back Hob library to remove new API - BuildCapsuleHob() and related ...vanjeff1-19/+0
2009-10-28UEFI Capsule HOB updating includes:vanjeff1-0/+19
2009-09-101. Add a new Capsule initiate reset flagqhuang81-2/+3
2009-09-08Remove obsolete description to avoid confusion. DevicePathLib class does not ...qhuang81-3/+1
2009-09-08add modifier EFIAPI for library interfaces.vanjeff1-1/+10
2009-08-24Fix file headers and a few commentsmdkinney2-2/+2
2009-08-19Remove tabs in source code in MdePkg.qhuang81-11/+11
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82-26/+26
2009-08-19Minor update to fix some typos.qhuang81-1/+1
2009-08-18Add a private context field to PE_COFF_LOADER_IMAGE_CONTEXT.mdkinney1-1/+6
2009-08-18Add ARM specific Jump Buffermdkinney1-0/+21
2009-07-28Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu21-4/+6
2009-07-05Fix minor typomdkinney1-1/+1
2009-06-30Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney1-5/+12
2009-06-11update codes per MdePkg doxgen review comments.vanjeff3-22/+22
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 checkinmdkinney2-6/+2
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel21-175/+175
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2-1/+169
2009-05-21update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian1-8/+12
2009-05-20Remove redundant #includemdkinney1-1/+0
2009-05-20Update #ifndef to match the name of the include file.mdkinney1-5/+2
2009-05-181. Clean up MdePkg internal header fileslgao41-2/+2
2009-05-141. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE...xli242-6/+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-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
2009-05-08Clarify clipping behavior of PrintXY() and AsciiPrintXY().mdkinney1-4/+6
2009-05-04Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu21-6/+6
2009-04-29Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu21-1/+10
2009-04-23updateeric_tian1-21/+32
2009-04-22Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (...qhuang81-1/+7
2009-04-15Fix several minor coding style issues.qhuang82-14/+14
2009-04-02Add CreatePopUp API into UefiLiblgao41-0/+25
2009-04-02Fix some typo.gikidy6-24/+24
2009-04-01Read-Capacity16 command added for SCSI driversjji41-0/+47