summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library
Commit message (Expand)AuthorAgeFilesLines
* Sync patch r11825 from main trunk.vanjeff2012-01-191-3/+3
* sync patches r10549, r10550, and r10773 from main trunk.vanjeff2010-08-111-2/+105
* Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter2010-03-1211-588/+615
* wrap ASSERT_LOCKED macro with MDEPKG_NDEBUG.erictian2010-02-022-18/+28
* Minor update to fix typos and update the file to use \r\n as end of lineqhuang82010-02-011-8/+8
* Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful t...mdkinney2010-01-271-0/+89
* Clean up MdePkg source to correct some coding style issues, etc.qhuang82010-01-271-11/+10
* Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2010-01-141-0/+19
* PI 1.1 SMM Feature Check-indavidhuang2009-12-231-0/+43
* Introduce a MDEPKG_NDEBUG macro to provide a method which can be used to redu...eric_tian2009-12-141-75/+99
* Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib...mdkinney2009-12-051-0/+56
* typo in commentjcarsey2009-12-011-1/+1
* Add new GetFileBufferByFilePath API into DxeServicesLib.lgao42009-11-261-2/+38
* 1) Add new BaseLib API GetPreviousNode()mdkinney2009-11-211-2/+30
* Update function description to be consistent with code definition: HEX_RADIX ...xdu22009-11-171-8/+8
* 1. rolled back Hob library to remove new API - BuildCapsuleHob() and related ...vanjeff2009-11-041-19/+0
* UEFI Capsule HOB updating includes:vanjeff2009-10-281-0/+19
* 1. Add a new Capsule initiate reset flagqhuang82009-09-101-2/+3
* Remove obsolete description to avoid confusion. DevicePathLib class does not ...qhuang82009-09-081-3/+1
* add modifier EFIAPI for library interfaces.vanjeff2009-09-081-1/+10
* Fix file headers and a few commentsmdkinney2009-08-242-2/+2
* Remove tabs in source code in MdePkg.qhuang82009-08-191-11/+11
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-192-26/+26
* Minor update to fix some typos.qhuang82009-08-191-1/+1
* Add a private context field to PE_COFF_LOADER_IMAGE_CONTEXT.mdkinney2009-08-181-1/+6
* Add ARM specific Jump Buffermdkinney2009-08-181-0/+21
* Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu22009-07-281-4/+6
* Fix minor typomdkinney2009-07-051-1/+1
* Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney2009-06-301-5/+12
* update codes per MdePkg doxgen review comments.vanjeff2009-06-113-22/+22
* Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy2009-06-101-0/+2
* Update comment for return description for PcdSetX macros.klu22009-06-051-19/+19
* The return description for LibPcdSetx function is ambiguity. The actual meani...klu22009-06-051-13/+13
* Fix build breaks from comment clean up checkinmdkinney2009-06-042-6/+2
* Second set of changes based on a review of the code comments in the Include d...pkandel2009-06-0421-175/+175
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-302-1/+169
* update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian2009-05-211-8/+12
* Remove redundant #includemdkinney2009-05-201-1/+0
* Update #ifndef to match the name of the include file.mdkinney2009-05-201-5/+2
* 1. Clean up MdePkg internal header fileslgao42009-05-181-2/+2
* 1. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE...xli242009-05-142-6/+7
* Minor update the function interface for three re-allocate pool APIs to check ...qhuang82009-05-121-6/+6
* Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang82009-05-111-3/+3
* Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib qhuang82009-05-111-9/+9
* add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian2009-05-111-0/+12
* Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ...mdkinney2009-05-091-0/+1
* Update function header description of ScsiReadCapacity16Command() in the UEFI...mdkinney2009-05-091-28/+32
* Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac...mdkinney2009-05-091-3/+6
* 1) Clarify file and function header comments for the PE/COFF Extra Action lib...mdkinney2009-05-091-18/+15
* Clarify clipping behavior of PrintXY() and AsciiPrintXY().mdkinney2009-05-081-4/+6