summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-22506-0/+45626
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-01881-85362/+0
* Update the Guid Value of Ext SCSI Pass Thru Protocolqhuang82007-05-311-1/+2
* Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.qouyang2007-05-151-3/+3
* Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.qouyang2007-05-151-2/+2
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1...gtian2007-05-141-4/+4
* 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
* Fix an issue that some image tool will generate PE32+ image with PE32 magic. ...qhuang82007-04-091-1/+28
* 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULLqwang122007-04-064-11/+19
* 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-282-13/+6
* Correct some wrong usage typesqhuang82007-03-273-5/+5
* 1. Removed definition for EFI_1_1 from module ConSplittervanjeff2007-03-261-116/+94
* 1. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff2007-03-227-97/+189
* 1. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff2007-03-15106-431/+113
* Update the comments.qwang122007-03-091-2/+2
* 1. Change the protocol usage type in UefiDriverModelLibqhuang82007-03-051-4/+4
* Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang122007-02-142-0/+273
* Clean up MSA for MDE Libs:qhuang82007-02-139-34/+16
* Remove the wrong dependency on PeimEntryPointLibqhuang82007-02-131-4/+1
* 1. Add two interfaces in PeCoffGetEntryPointLib.hqhuang82007-02-135-37/+161
* Drop the support of DXE_RUNTIME_DRIVER since all combo MDE libraries are remo...qhuang82007-02-132-4/+4
* PcdLib is only referenced by IPF arch.qhuang82007-02-131-3/+3
* BaseLib is only used by IA32, X64 & IPFqhuang82007-02-131-2/+2
* Clean up MSA filesqhuang82007-02-131-35/+2
* 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-1218-3880/+6732
* updated the comment according to latest version of MWG.vanjeff2007-02-065-10/+8
* 1.Drop the support of UEFI_APPLICATION for UefiDriverLibqhuang82007-02-056-16/+10
* 1. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg.vanjeff2007-02-025-35/+62
* Fix a typo in last check in.qhuang82007-01-301-2/+2
* Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang82007-01-3040-232/+232
* Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli242007-01-261-12/+12
* removed SupModuleList firstlyvanjeff2007-01-261-1/+1
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-2561-398/+1399
* BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs f...lgao42007-01-251-1/+1
* Added DXE_RUNTIME_DRIVER in the SupModuleList since DxeStatusCode in EdkModul...jwang362007-01-241-1/+1
* add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th...vanjeff2007-01-241-3/+3
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2287 6f1...yshang12007-01-231-1/+1
* Updated the function comments in UefiDriverEntryLib to fix EDKT502.yshang12007-01-231-20/+12
* Add two useful functions in UefiLib for the implementation of Component Name,...qhuang82007-01-181-1/+125