summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2007-07-03Removed IntelframeworkPkg contamination from MdeModulePkg modules.AJFISH1-9/+0
2007-07-03Add BaseCustomDecompressLibNull, DxeDebugLibSerialPort and UefiUsbLib library...lgao413-0/+1976
2007-07-03Update EFI_CAPSULE_HEADER definition.yshang11-11/+11
2007-07-02Support DxeMemoryLib building.yshang18-0/+117
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 BaseLibvanjeff370-2201/+13457
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH272-782/+325
2007-06-29Ported SerialPortLib to support base type.AJFISH3-5/+3
2007-06-29removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH44-429/+0
2007-06-29Add two gEfiComponentName2ProtocolGuid and gEfiDriverDiagnostics2ProtocolGuid...qhuang81-0/+3
2007-06-29Import PeiDxePostCodeLibReportStatusCode.yshang12-0/+206
2007-06-29git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2888 6f1...vanjeff3-0/+184
2007-06-29Import BaseMemoryLibMmx;yshang144-111/+4789
2007-06-291) Modify ScsiIo protocol according to UEFI specificationklu23-0/+799
2007-06-281. Added depex file generationjwang361-3/+3
2007-06-28Add in BasePeCoff library instance.qwang129-0/+2352
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...AJFISH2-7/+7
2007-06-27Updated headers to follow coding standardAJFISH11-77/+47
2007-06-27Add exit boot service event registry.yshang11-11/+16
2007-06-27Add missing filesklu22-0/+133
2007-06-27Convert msa to inf for UefiRuntimeLibklu21-0/+5
2007-06-27Import UefiRuntimeLib in MdePkgyshang11-1/+0
2007-06-27Import the UefiRuntimeLib in MdePkg.yshang14-0/+720
2007-06-271) Porting the original WinNtStuff Peim to new Nt32Pkgklu23-0/+723
2007-06-26Fixed build issues for DxeCoreHobLib and BaseUefiDecompressLib.vanjeff3-27/+22
2007-06-22Add UefiDriverModel.c for Installation of driver model protocols .yshang11-0/+581
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang1109-1114/+844
2007-06-22Cleanup MdePkg.dsc, UefiLib.inf and UefiLib.msavanjeff2-8/+4
2007-06-22Import DxeCoreHobLib, DxeHobLib, PeimEntryPoint and PeiServicesLib. vanjeff17-0/+2112
2007-06-22Import some Pei and Dxe related instances for MdePkg.vanjeff82-0/+12352
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff506-0/+45626
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch881-85362/+0
2007-05-31Update the Guid Value of Ext SCSI Pass Thru Protocolqhuang81-1/+2
2007-05-15Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.qouyang1-3/+3
2007-05-15Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.qouyang1-2/+2
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