summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/BaseLib.h
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/BaseLib: Add new AsmLfence APIHao Wu2018-11-151-0/+13
* MdePkg: Add deprecate flag for the functions which has a replace function in ...Eric Dong2015-03-031-3/+28
* Add safe string function to base lib.Yao, Jiewen2015-03-031-1/+299
* Match the comments with the implementation for Baselib::GetFirstNode.Shumin Qiu2013-08-081-2/+2
* MdePkg/BaseLib: Added ARM Aarch64 architecture supportHarry Liebel2013-07-291-0/+33
* Fix minor typos in BaseLib LinkedList commentslgao42013-03-131-10/+10
* Add ASSERT() for BitField operations to make sure the input value is valid. lgao42012-12-251-0/+30
* Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in Base...lgao42012-02-271-2/+2
* Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.li-elvin2011-09-021-0/+22
* Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey2011-06-281-0/+3
* For BaseLib IsNull() function , update retval value comment to match its func...lgao42011-06-151-3/+3
* Update the copyright notice formathhtian2010-04-231-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