summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib
AgeCommit message (Expand)Author
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-05-31Update the Guid Value of Ext SCSI Pass Thru Protocolqhuang8
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2592 6f1...gtian
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2591 6f1...gtian
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2590 6f1...gtian
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2589 6f1...gtian
2007-04-04Fixed issue for ICC, since ICC does not allow to cast data with volatile qual...yshang1
2007-04-04Update the MSA for ICC build.yshang1
2007-04-03Updated MSA file for EBC.yshang1
2007-04-03Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected o...yshang1
2007-04-02Add comments on the definition of SPIN_LOCK_RELEASED & SPIN_LOCK_ACQUIREDqhuang8
2007-03-291.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang8
2007-03-281. Removed #ifndef to enable Capsule architecture protocol on IPF.vanjeff
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff
2007-02-13Update all String related functions in BaseLib for this change introduced in ...qwang12
2007-02-12Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli24
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang12
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli24
2007-01-10Mark some .c files as MSFT only.bbahnsen
2007-01-101. Added comments to ASM filesbxing
2007-01-06Use ASM_PFX to optionnaly set the underscore prefixtgingold
2006-12-29Fixed tracker EDKT395bxing
2006-11-24Add volatile to modify LockValue in ReleaseSpinLock().xli24
2006-11-23To Fix PVCS 429.yshang1
2006-11-23Add volatile to modify LockValue in AcquireLockOrFail().xli24
2006-11-17Add Thunk16.S -- needs to be ported from masm.bbahnsen
2006-11-17Add gnu x86 assembly sources.bbahnsen
2006-11-17Add an underscore for gcc.bbahnsen
2006-11-16Initial port to x86_64 gnu assembly.bbahnsen
2006-11-15Enabled 4G+ memory in thunk.bxing
2006-11-13git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...xli24
2006-11-06Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc an...xli24
2006-10-23Did not check in new files correctly the first time!ajfish
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-10-09Fix a bug in InternalMathDivRemU64x64(). The bug is that the 64-bit divisor i...rsun3
2006-10-08Optimized HighBitSetXX() functionsbxing
2006-10-04Use intrinsicmdkinney
2006-10-04Use intrinsicmdkinney
2006-10-04Use intrinsicmdkinney
2006-10-04Fix GCC build issuemdkinney
2006-09-27Remove the duplicated Copy Right in msa header.lgao4
2006-09-251.Fix .global issue in GAS (EdkT207).qhuang8
2006-09-19Optimize the size of the Base Library for the MSFT 32-bit tool chains by taki...mdkinney
2006-09-14Added an extra GDT entry to the GDT used by thunk code. SS register will alwa...bxing
2006-08-211. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() ...bxing
2006-08-17Added AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.bxing
2006-08-02Fix a typo.qhuang8