summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib
Commit message (Expand)AuthorAgeFilesLines
* Fix the asserting error for SetJump().qhuang82008-02-011-1/+1
* Fix the issues about the loop count for checksum 16,32,64. The input paramete...qhuang82008-02-011-5/+9
* Update Thunk16.S of X64 for BaseLib.xli242008-01-241-10/+18
* Check in implementation in GNU assembly for Thunk16.S in BaseLib.xli242008-01-221-0/+290
* Fix bugs in GNU assembly files for writing CR and DR registers.xli242008-01-214-4/+4
* Fix timeout logic in AcquireSpinLock(). It could fail if the end time comput...mdkinney2007-11-303-48/+141
* MdePkg/Library/BaseLib/ChkStkGcc.c:jljusten2007-10-302-0/+25
* add in include for header file to get value for MACRO THUNK_ATTRIBUTE_DISABLE...qwang122007-10-161-0/+2
* these files have moved to cpulibvprabhal2007-10-116-237/+0
* moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal2007-10-054-74/+0
* Update Mde/MdeModulePkg to support ICC build for IA32/X64.yshang12007-09-191-14/+120
* fixed one asm routinevprabhal2007-09-181-1/+9
* fixed one asm routinevprabhal2007-09-181-5/+15
* FixedPcd macro should *not* be used in Library's inf file. klu22007-09-171-1/+1
* Update for ICC 10mdkinney2007-08-303-9/+122
* Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...qhuang82007-08-301-5/+5
* Use <> in #include statements instead of "" for include files from packagesmdkinney2007-08-171-1/+1
* 1. Generated new build.exe from new tools codejwang362007-08-011-290/+290
* remove some comments introduced by tools.vanjeff2007-07-201-1/+1
* Remove unused comments in MdePkg.yshang12007-07-191-34/+0
* Added tool chain family modifier for source files used only for GCC jwang362007-07-181-281/+281
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-1239-76/+0
* add in proper include for this file.qwang122007-07-061-0/+2
* add internal command header referencevanjeff2007-07-023-4/+16
* Applied tool chain family constraints for file Synchronization.c, Synchroniza...jwang362007-07-021-6/+6
* 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