summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1...gtian1-4/+4
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-09Fix an issue that some image tool will generate PE32+ image with PE32 magic. ...qhuang81-1/+28
2007-04-061) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULLqwang124-11/+19
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.vanjeff2-13/+6
2007-03-27Correct some wrong usage typesqhuang83-5/+5
2007-03-261. Removed definition for EFI_1_1 from module ConSplittervanjeff1-116/+94
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff7-97/+189
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff106-431/+113
2007-03-09Update the comments.qwang121-2/+2
2007-03-051. Change the protocol usage type in UefiDriverModelLibqhuang81-4/+4
2007-02-14Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang122-0/+273
2007-02-13Clean up MSA for MDE Libs:qhuang89-34/+16
2007-02-13Remove the wrong dependency on PeimEntryPointLibqhuang81-4/+1
2007-02-131. Add two interfaces in PeCoffGetEntryPointLib.hqhuang85-37/+161
2007-02-13Drop the support of DXE_RUNTIME_DRIVER since all combo MDE libraries are remo...qhuang82-4/+4
2007-02-13PcdLib is only referenced by IPF arch.qhuang81-3/+3
2007-02-13BaseLib is only used by IA32, X64 & IPFqhuang81-2/+2
2007-02-13Clean up MSA filesqhuang81-35/+2
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 qwang1218-3880/+6732
2007-02-06updated the comment according to latest version of MWG.vanjeff5-10/+8
2007-02-051.Drop the support of UEFI_APPLICATION for UefiDriverLibqhuang86-16/+10
2007-02-021. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg.vanjeff5-35/+62
2007-01-30Fix a typo in last check in.qhuang81-2/+2
2007-01-30Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang840-232/+232
2007-01-26Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli241-12/+12
2007-01-26removed SupModuleList firstlyvanjeff1-1/+1
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli2461-398/+1399
2007-01-25BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs f...lgao41-1/+1
2007-01-24Added DXE_RUNTIME_DRIVER in the SupModuleList since DxeStatusCode in EdkModul...jwang361-1/+1
2007-01-24add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th...vanjeff1-3/+3
2007-01-23git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2287 6f1...yshang11-1/+1
2007-01-23Updated the function comments in UefiDriverEntryLib to fix EDKT502.yshang11-20/+12
2007-01-18Add two useful functions in UefiLib for the implementation of Component Name,...qhuang81-1/+125
2007-01-17supmodulelist not supported by now, i remove it firstly.vanjeff1-1/+1
2007-01-16Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao41-2/+2
2007-01-15Correct TeImage Header based on PeiCis spec.lgao41-1/+1
2007-01-15Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao41-2/+5
2007-01-12Correctly skip debug entry.lgao41-5/+4