summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/BaseLib.h
AgeCommit message (Expand)Author
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
2006-06-301.Updated some functions header of BaseLib with new MWG specvanjeff
2006-06-26• BaseMemoryLib:qhuang8
2006-06-201. Fixed bug for WriteUnaligned24() in Unaligned.c of BaseLibvanjeff
2006-06-101. Added AsmCpuidEx() to BaseLibbxing
2006-06-101. Updated SetJump() and LongJump() for IPFbxing
2006-05-15Updated BaseLib for THUNK functions and some CPU functionsbxing
2006-04-21Initial import.bbahnsen