summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/BaseLib.h
Commit message (Expand)AuthorAgeFilesLines
* Sync patch r11825 from main trunk.vanjeff2012-01-191-3/+3
* Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter2010-03-121-238/+239
* 1) Add new BaseLib API GetPreviousNode()mdkinney2009-11-211-2/+30
* Fix file headers and a few commentsmdkinney2009-08-241-1/+1
* 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-191-21/+21
* 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
* Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy2009-06-101-0/+2
* Second set of changes based on a review of the code comments in the Include d...pkandel2009-06-041-81/+81
* Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu22009-05-041-6/+6
* Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu22009-04-291-1/+10
* updateeric_tian2009-04-231-21/+32
* Split out Synchronization Library from Base Librarymdkinney2009-01-301-254/+0
* 1. Simplify the implementation of AsmReadApplicationRegister() & AsmReadContr...qhuang82008-12-151-0/+44
* Fix some typo.gikidy2008-12-121-7/+7
* Do *not* use #elif but use seperate #define to make sure all structure can ex...klu22008-12-121-2/+2
* Synchronize MdePkg h files to Library/Base* c files.gikidy2008-12-111-3/+3
* fixed one bug when declaring IA32_IDT_GATE_DESCRIPTOR.vanjeff2008-12-101-18/+22
* Correct minor commentslgao42008-12-091-75/+75
* Synchronize comment of BaseLib.h and it's implementation to match the Spec.gikidy2008-12-091-32/+108
* Add macro comments for SWITCH_STACK_ENTRY_POINTmdkinney2008-12-071-3/+11
* Make comments match the Spec.gikidy2008-12-051-35/+33
* Update the text to use "x64" instead of "X64" in MdePkg.qhuang82008-12-051-104/+104
* Remove todo comment in BaseLib.hlgao42008-12-041-1/+0
* Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L...gikidy2008-12-041-11/+9
* Add AsmEnableCache() and AsmDisableCache() as the IA32 & x64 specific BaseLib...qhuang82008-12-031-0/+28
* Split architecture judgement then doxygen can merge them into one document.klu22008-12-011-6/+10
* Remove NibbleToHexChar() function from BaseLiblgao42008-12-011-129/+0
* 1. Removal PalCallStatic APIqhuang82008-11-271-61/+99
* Remove checking for overflow in several Multiple functions in BaseLib, for it...qhuang82008-11-261-4/+0
* Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy2008-11-251-23/+23
* Detabqhuang82008-11-191-61/+61
* Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang122008-11-191-1/+4
* refine the commentsvanjeff2008-11-181-2/+4
* synchronize the MdePkg/Include/Library/BaseLib.h and the MDE_Library_Spec.gikidy2008-11-171-112/+167
* Synchronization of MDE Library Spec., Mde.dec, and corresponding head files i...jji42008-11-141-8/+9
* Update function prototype modifier.qwang122008-11-041-1/+1
* Add X64 Gate Descriptormdkinney2008-10-271-5/+27
* Modify MDE source code according to MDE library update.xli242008-10-111-14/+16
* clean up baselib according to review comments.vanjeff2008-09-241-27/+27
* fix build issueeric_tian2008-09-091-0/+1
* Function description in baselib.h is not clear. change it to comply with Doxg...eric_tian2008-09-091-163/+156
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-041-8/+4
* Use doxygen comment style for document entity such as struct, enum, variable ...klu22008-08-141-15/+15
* Remove blank for function typedef, it will break generating doxygen document.klu22008-07-311-1/+1
* Code Scrub for MdePkg.yshang12008-07-251-5/+7
* Code scrub:yshang12008-07-081-29/+22
* De-unicode in comment for all source files.qhuang82008-05-271-7239/+7239
* 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang122008-05-231-0/+129