summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/BaseLib.h
AgeCommit message (Expand)Author
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
2008-09-09Function description in baselib.h is not clear. change it to comply with Doxg...eric_tian
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff
2008-08-14Use doxygen comment style for document entity such as struct, enum, variable ...klu2
2008-07-31Remove blank for function typedef, it will break generating doxygen document.klu2
2008-07-25Code Scrub for MdePkg.yshang1
2008-07-08Code scrub:yshang1
2008-05-27De-unicode in comment for all source files.qhuang8
2008-05-231) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang12
2008-04-22Fix missing include header file and fix typo in comment.klu2
2008-04-22Fix typo in comment.klu2
2008-04-22Fix comment typoklu2
2008-02-01Adjust BASE_LIBRARY_JUMP_BUFFER_ALIGNMENT for IA32 to be 4 (nature alignment)qhuang8
2007-10-05moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal
2007-06-27Updated headers to follow coding standardAJFISH
2007-06-27Move #include <IndustryStandard/Pal.h> into IPF specific statement.yshang1
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang1
2007-06-19Import Library Class from original MDE package. Also I added the EFI_PEI_CORE...yshang1
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1...gtian
2007-05-05Update BaseLib.h to make the spaces between comments constant. Only added bla...ajfish
2007-03-291.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang8
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff
2007-02-13Update all String related functions in BaseLib for this change introduced in ...qwang12
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang12
2006-12-14Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ...lgao4
2006-11-28Declare the alignment required for jump Buffersmdkinney
2006-10-22Updated the Runtime Driver to use the MDE libs for cache flush and removed lo...ajfish
2006-10-22Removed duplicate PalCallStatic functions in different libraries. Moved ReadI...ajfish
2006-08-17Added AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.bxing
2006-07-191. added functions header for BaseUefiDecompressLivanjeff
2006-07-121. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTORbxing