summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Remove PeiDxeExtractGuidedSectionLib instance, which is replaced by PeiExtrac...lgao42007-10-112-329/+0
* Changed to pass the build with Visual Studio 2005jwang362007-10-102-6/+6
* 0) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang122007-10-104-291/+119
* Remove assemble file for different arch, klu22007-10-105-152/+0
* Add SetPeiServicesTablePointer() interface implement in PeiServicesTablePoint...jlin162007-10-091-0/+14
* PI Enabling: the address of PeiServices Pointer should be klu22007-10-097-18/+140
* Correct ExtractGuidedSectionLib library instance for PEIM and DXE lgao42007-10-092-4/+4
* Added the "#include <Library/PalCallLib.h>" to pass build (the tracker is #592)zliu32007-10-081-0/+1
* Add BaseMemoryLib optimized for DXEmdkinney2007-10-0648-0/+3062
* Add BaseMemoryLib optimized for PEImdkinney2007-10-0648-0/+2982
* Make header consistent with other files.mdkinney2007-10-061-1/+1
* Restore original algorithm and add commentsmdkinney2007-10-061-3/+2
* Return buffer in raxmdkinney2007-10-061-4/+5
* Sync with other libsmdkinney2007-10-061-14/+10
* moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal2007-10-054-74/+0
* removed the use of PalCallStatic and changed to PalCallvprabhal2007-10-052-3/+7
* removed the use of PalCallStatic and changed to PalCallvprabhal2007-10-052-2/+3
* created a CpuLib for CpuSleep and CpuFlushTlb from BaseLib to remove circular...vprabhal2007-10-0520-0/+756
* Add two ExtractGuidedSectionLib instance separately for Pei and Dxe module. B...lgao42007-09-304-0/+715
* Work around fix to bypass to register GUID on S3 resume.qhuang82007-09-302-0/+9
* Remove CustomDecompressLib, which has replaced by ExtractGuidedSection librar...lgao42007-09-293-168/+0
* 1. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao42007-09-292-0/+320
* 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao42007-09-282-17/+54
* Fix a bug of ScsiWrite10Command() UefiScsiLib. After the SCSI WRITE command i...xli242007-09-281-1/+1
* Add SEC as a supported Module Type for all libraries that are also compatible...mdkinney2007-09-2711-11/+11
* Make the module pass CYGWIN GCC buildqwang122007-09-251-5/+7
* Merge branch of PI tree to main trunkklu22007-09-246-4/+402
* Fix one minor comment issue in last check-inqhuang82007-09-242-2/+4
* Update DevicePathLib to reflect the update of UEFI device utility protocolqhuang82007-09-242-9/+25
* Fix bug in backward copy for x64mdkinney2007-09-221-1/+1
* Fix invalid return status to sync with newest UEFI spec 2.1qhuang82007-09-201-5/+5
* Fix a bug to print correct message to ConOut and StdErr as they accept unicod...qwang122007-09-202-4/+13
* Update Mde/MdeModulePkg to support ICC build for IA32/X64.yshang12007-09-195-24/+560
* fixed one asm routinevprabhal2007-09-181-1/+9
* fixed one asm routinevprabhal2007-09-181-5/+15
* Use Device Path Macros to get Device Path Type/SubType. (Some extensions migh...qhuang82007-09-181-3/+2
* Remove OldPeiCoreEntryPoint library instance from MdePkgklu22007-09-173-168/+0
* FixedPcd macro should *not* be used in Library's inf file. klu22007-09-176-6/+6
* 1. Add EfiLibInstallDriverBindingComponentName2() to install DriverBinding Pr...qhuang82007-09-171-60/+149
* Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according...klu22007-09-076-7/+7
* Merge the PI enabling works from the branchqwang122007-09-0416-85/+370
* Fixed problem with sign extension in print lib. PrintXY could not print out F...AJFISH2007-09-011-4/+4
* 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-3012-44/+44
* Fix the invalid return code for OemHookStatusCodeLibNull library instance.klu22007-08-301-1/+1
* Add dependent packages in INF of modules.yshang12007-08-292-0/+7
* Handle case when PAL calls 13 or 14 may not be available.mdkinney2007-08-271-7/+11
* Use CopyGuid instead of CopyMem.qwang122007-08-241-2/+2
* Add in BuildFv2Hob in HobLibqwang122007-08-233-0/+86
* Use <> in #include statements instead of "" for include files from packagesmdkinney2007-08-171-1/+1