summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib
Commit message (Expand)AuthorAgeFilesLines
* Update the Guid Value of Ext SCSI Pass Thru Protocolqhuang82007-05-311-1/+2
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2592 6f1...gtian2007-05-141-2/+11
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2591 6f1...gtian2007-05-141-216/+232
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2590 6f1...gtian2007-05-144-26/+264
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2589 6f1...gtian2007-05-147-0/+1614
* Fixed issue for ICC, since ICC does not allow to cast data with volatile qual...yshang12007-04-041-2/+2
* Update the MSA for ICC build.yshang12007-04-041-1/+1
* Updated MSA file for EBC.yshang12007-04-034-8/+383
* Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected o...yshang12007-04-033-19/+392
* Add comments on the definition of SPIN_LOCK_RELEASED & SPIN_LOCK_ACQUIREDqhuang82007-04-021-0/+4
* 1.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang82007-03-291-4/+4
* 1. Removed #ifndef to enable Capsule architecture protocol on IPF.vanjeff2007-03-281-1/+4
* 1. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff2007-03-227-97/+189
* 1. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff2007-03-15103-419/+107
* Update all String related functions in BaseLib for this change introduced in ...qwang122007-02-132-15/+23
* Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli242007-02-122-5/+7
* 1) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang122007-02-124-2346/+3848
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-2512-173/+291
* Mark some .c files as MSFT only.bbahnsen2007-01-101-5/+5
* 1. Added comments to ASM filesbxing2007-01-1045-77/+184
* Use ASM_PFX to optionnaly set the underscore prefixtgingold2007-01-0696-206/+206
* Fixed tracker EDKT395bxing2006-12-291-7/+105
* Add volatile to modify LockValue in ReleaseSpinLock().xli242006-11-241-1/+1
* To Fix PVCS 429.yshang12006-11-231-2/+9
* Add volatile to modify LockValue in AcquireLockOrFail().xli242006-11-231-1/+1
* Add Thunk16.S -- needs to be ported from masm.bbahnsen2006-11-171-0/+0
* Add gnu x86 assembly sources.bbahnsen2006-11-171-1/+86
* Add an underscore for gcc.bbahnsen2006-11-171-1/+1
* Initial port to x86_64 gnu assembly.bbahnsen2006-11-1683-0/+3120
* Enabled 4G+ memory in thunk.bxing2006-11-151-16/+22
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...xli242006-11-131-2/+12
* Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc an...xli242006-11-061-1/+1
* Did not check in new files correctly the first time!ajfish2006-10-232-0/+122
* Updated the Runtime Driver to use the MDE libs for cache flush and removed lo...ajfish2006-10-221-1/+1
* Removed duplicate PalCallStatic functions in different libraries. Moved ReadI...ajfish2006-10-222-16/+3
* Fix a bug in InternalMathDivRemU64x64(). The bug is that the 64-bit divisor i...rsun32006-10-091-0/+1
* Optimized HighBitSetXX() functionsbxing2006-10-082-7/+19
* Use intrinsicmdkinney2006-10-041-0/+33
* Use intrinsicmdkinney2006-10-046-0/+218
* Use intrinsicmdkinney2006-10-041-3/+8
* Fix GCC build issuemdkinney2006-10-041-200/+214
* Remove the duplicated Copy Right in msa header.lgao42006-09-271-10/+0
* 1.Fix .global issue in GAS (EdkT207).qhuang82006-09-2596-109/+109
* Optimize the size of the Base Library for the MSFT 32-bit tool chains by taki...mdkinney2006-09-1995-94/+3115
* Added an extra GDT entry to the GDT used by thunk code. SS register will alwa...bxing2006-09-141-24/+40
* 1. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() ...bxing2006-08-212-0/+54
* Added AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.bxing2006-08-171-122/+50
* Fix a typo.qhuang82006-08-021-1/+1
* 1. cleanup functions header in PeCoffLoaderEx.cvanjeff2006-08-021-1/+4
* Added a 64-bit version of EnablePaging64() on X64. AsmEnablePaging64() is the...bxing2006-07-253-43/+62