summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)Author
2007-06-22Add UefiDriverModel.c for Installation of driver model protocols .yshang1
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang1
2007-06-22Cleanup MdePkg.dsc, UefiLib.inf and UefiLib.msavanjeff
2007-06-22Import DxeCoreHobLib, DxeHobLib, PeimEntryPoint and PeiServicesLib. vanjeff
2007-06-22Import some Pei and Dxe related instances for MdePkg.vanjeff
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-05-31Update the Guid Value of Ext SCSI Pass Thru Protocolqhuang8
2007-05-15Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.qouyang
2007-05-15Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.qouyang
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1...gtian
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2592 6f1...gtian
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2591 6f1...gtian
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2590 6f1...gtian
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2589 6f1...gtian
2007-04-09Fix an issue that some image tool will generate PE32+ image with PE32 magic. ...qhuang8
2007-04-061) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULLqwang12
2007-04-04Fixed issue for ICC, since ICC does not allow to cast data with volatile qual...yshang1
2007-04-04Update the MSA for ICC build.yshang1
2007-04-03Updated MSA file for EBC.yshang1
2007-04-03Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected o...yshang1
2007-04-02Add comments on the definition of SPIN_LOCK_RELEASED & SPIN_LOCK_ACQUIREDqhuang8
2007-03-291.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang8
2007-03-281. Removed #ifndef to enable Capsule architecture protocol on IPF.vanjeff
2007-03-27Correct some wrong usage typesqhuang8
2007-03-261. Removed definition for EFI_1_1 from module ConSplittervanjeff
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff
2007-03-09Update the comments.qwang12
2007-03-051. Change the protocol usage type in UefiDriverModelLibqhuang8
2007-02-14Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang12
2007-02-13Clean up MSA for MDE Libs:qhuang8
2007-02-13Remove the wrong dependency on PeimEntryPointLibqhuang8
2007-02-131. Add two interfaces in PeCoffGetEntryPointLib.hqhuang8
2007-02-13Drop the support of DXE_RUNTIME_DRIVER since all combo MDE libraries are remo...qhuang8
2007-02-13PcdLib is only referenced by IPF arch.qhuang8
2007-02-13BaseLib is only used by IA32, X64 & IPFqhuang8
2007-02-13Clean up MSA filesqhuang8
2007-02-13Update all String related functions in BaseLib for this change introduced in ...qwang12
2007-02-12Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli24
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang12
2007-02-06updated the comment according to latest version of MWG.vanjeff
2007-02-051.Drop the support of UEFI_APPLICATION for UefiDriverLibqhuang8
2007-02-021. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg.vanjeff
2007-01-30Fix a typo in last check in.qhuang8
2007-01-30Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang8
2007-01-26Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli24
2007-01-26removed SupModuleList firstlyvanjeff
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli24
2007-01-25BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs f...lgao4