summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Update ExtractGuidedSectionLib instance to cover the same handler is register...lgao42007-10-192-0/+40
* Make GuidedSection library instance to follow the value of GuidedSectionExtra...lgao42007-10-182-16/+16
* The BaseAddress and Length should be align PAGE according to PI specification...klu22007-10-181-1/+13
* add in include for header file to get value for MACRO THUNK_ATTRIBUTE_DISABLE...qwang122007-10-161-0/+2
* Remove library instance of PeiServicesTablePointerLibMm7klu22007-10-153-207/+0
* 1. Update internal EfiPrint protocol to contain all print interfaces provided...lgao42007-10-121-1/+1
* Fix ICC build error lgao42007-10-121-3/+2
* Updating for pass building: Remove the "#include <ItaniumFamilyCpuPeim.h>" fo...zliu32007-10-121-1/+0
* moved the PeiPalCallLib from ItaniumFamilyCpuPkg to MdePkgvprabhal2007-10-113-0/+209
* these files have moved to cpulibvprabhal2007-10-116-237/+0
* Add BasePalCallLibNull instance in MdePkg. It is useful when building IPF com...yshang12007-10-114-5/+105
* 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