summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib
Commit message (Expand)AuthorAgeFilesLines
* 1. Port X64, IPF and EBC arch for BaseLibvanjeff2007-07-02303-798/+11076
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-29154-191/+178
* removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH2007-06-291-10/+0
* 1. Added depex file generationjwang362007-06-281-3/+3
* Fixed IPF and X64 like IA-32 for compiler intrinsicsAJFISH2007-06-271-6/+6
* Updated to support compiler intrinsics properly. I had to comment out some of...AJFISH2007-06-271-3/+3
* Updated headers to follow coding standardAJFISH2007-06-271-2/+0
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-22345-0/+22754
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-01549-31653/+0
* 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