summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib
AgeCommit message (Expand)AuthorFilesLines
2007-08-17Use <> in #include statements instead of "" for include files from packagesmdkinney1-1/+1
2007-08-011. Generated new build.exe from new tools codejwang361-290/+290
2007-07-20remove some comments introduced by tools.vanjeff1-1/+1
2007-07-19Remove unused comments in MdePkg.yshang11-34/+0
2007-07-18Added tool chain family modifier for source files used only for GCC jwang361-281/+281
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH39-76/+0
2007-07-06add in proper include for this file.qwang121-0/+2
2007-07-02add internal command header referencevanjeff3-4/+16
2007-07-02Applied tool chain family constraints for file Synchronization.c, Synchroniza...jwang361-6/+6
2007-07-021. Port X64, IPF and EBC arch for BaseLibvanjeff303-798/+11076
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH154-191/+178
2007-06-29removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH1-10/+0
2007-06-281. Added depex file generationjwang361-3/+3
2007-06-27Fixed IPF and X64 like IA-32 for compiler intrinsicsAJFISH1-6/+6
2007-06-27Updated to support compiler intrinsics properly. I had to comment out some of...AJFISH1-3/+3
2007-06-27Updated headers to follow coding standardAJFISH1-2/+0
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff345-0/+22754
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch549-31653/+0
2007-05-31Update the Guid Value of Ext SCSI Pass Thru Protocolqhuang81-1/+2
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2592 6f1...gtian1-2/+11
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2591 6f1...gtian1-216/+232
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2590 6f1...gtian4-26/+264
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2589 6f1...gtian7-0/+1614
2007-04-04Fixed issue for ICC, since ICC does not allow to cast data with volatile qual...yshang11-2/+2
2007-04-04Update the MSA for ICC build.yshang11-1/+1
2007-04-03Updated MSA file for EBC.yshang14-8/+383
2007-04-03Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected o...yshang13-19/+392
2007-04-02Add comments on the definition of SPIN_LOCK_RELEASED & SPIN_LOCK_ACQUIREDqhuang81-0/+4
2007-03-291.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang81-4/+4
2007-03-281. Removed #ifndef to enable Capsule architecture protocol on IPF.vanjeff1-1/+4
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff7-97/+189
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff103-419/+107
2007-02-13Update all String related functions in BaseLib for this change introduced in ...qwang122-15/+23
2007-02-12Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli242-5/+7
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang124-2346/+3848
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli2412-173/+291
2007-01-10Mark some .c files as MSFT only.bbahnsen1-5/+5
2007-01-101. Added comments to ASM filesbxing45-77/+184
2007-01-06Use ASM_PFX to optionnaly set the underscore prefixtgingold96-206/+206
2006-12-29Fixed tracker EDKT395bxing1-7/+105
2006-11-24Add volatile to modify LockValue in ReleaseSpinLock().xli241-1/+1
2006-11-23To Fix PVCS 429.yshang11-2/+9
2006-11-23Add volatile to modify LockValue in AcquireLockOrFail().xli241-1/+1
2006-11-17Add Thunk16.S -- needs to be ported from masm.bbahnsen1-0/+0
2006-11-17Add gnu x86 assembly sources.bbahnsen1-1/+86
2006-11-17Add an underscore for gcc.bbahnsen1-1/+1
2006-11-16Initial port to x86_64 gnu assembly.bbahnsen83-0/+3120
2006-11-15Enabled 4G+ memory in thunk.bxing1-16/+22
2006-11-13git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...xli241-2/+12
2006-11-06Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc an...xli241-1/+1