summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/BaseLib.h
AgeCommit message (Expand)Author
2013-08-08Match the comments with the implementation for Baselib::GetFirstNode.Shumin Qiu
2013-07-29MdePkg/BaseLib: Added ARM Aarch64 architecture supportHarry Liebel
2013-03-13Fix minor typos in BaseLib LinkedList commentslgao4
2012-12-25Add ASSERT() for BitField operations to make sure the input value is valid. lgao4
2012-02-27Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in Base...lgao4
2011-09-02Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.li-elvin
2011-06-28Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey
2011-06-15For BaseLib IsNull() function , update retval value comment to match its func...lgao4
2010-04-23Update the copyright notice formathhtian
2010-03-12Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter
2009-11-211) Add new BaseLib API GetPreviousNode()mdkinney
2009-08-24Fix file headers and a few commentsmdkinney
2009-08-19Remove tabs in source code in MdePkg.qhuang8
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang8
2009-08-18Add ARM specific Jump Buffermdkinney
2009-07-28Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu2
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel
2009-05-04Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu2
2009-04-29Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu2
2009-04-23updateeric_tian
2009-01-30Split out Synchronization Library from Base Librarymdkinney
2008-12-151. Simplify the implementation of AsmReadApplicationRegister() & AsmReadContr...qhuang8
2008-12-12Fix some typo.gikidy
2008-12-12Do *not* use #elif but use seperate #define to make sure all structure can ex...klu2
2008-12-11Synchronize MdePkg h files to Library/Base* c files.gikidy
2008-12-10fixed one bug when declaring IA32_IDT_GATE_DESCRIPTOR.vanjeff
2008-12-09Correct minor commentslgao4
2008-12-09Synchronize comment of BaseLib.h and it's implementation to match the Spec.gikidy
2008-12-07Add macro comments for SWITCH_STACK_ENTRY_POINTmdkinney
2008-12-05Make comments match the Spec.gikidy
2008-12-05Update the text to use "x64" instead of "X64" in MdePkg.qhuang8
2008-12-04Remove todo comment in BaseLib.hlgao4
2008-12-04Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L...gikidy
2008-12-03Add AsmEnableCache() and AsmDisableCache() as the IA32 & x64 specific BaseLib...qhuang8
2008-12-01Split architecture judgement then doxygen can merge them into one document.klu2
2008-12-01Remove NibbleToHexChar() function from BaseLiblgao4
2008-11-271. Removal PalCallStatic APIqhuang8
2008-11-26Remove checking for overflow in several Multiple functions in BaseLib, for it...qhuang8
2008-11-25Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy
2008-11-19Detabqhuang8
2008-11-19Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang12
2008-11-18refine the commentsvanjeff
2008-11-17synchronize the MdePkg/Include/Library/BaseLib.h and the MDE_Library_Spec.gikidy
2008-11-14Synchronization of MDE Library Spec., Mde.dec, and corresponding head files i...jji4
2008-11-04Update function prototype modifier.qwang12
2008-10-27Add X64 Gate Descriptormdkinney
2008-10-11Modify MDE source code according to MDE library update.xli24
2008-09-24clean up baselib according to review comments.vanjeff
2008-09-09fix build issueeric_tian