summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)Author
2007-10-06Add BaseMemoryLib optimized for DXEmdkinney
2007-10-06Add BaseMemoryLib optimized for PEImdkinney
2007-10-06Make header consistent with other files.mdkinney
2007-10-06Restore original algorithm and add commentsmdkinney
2007-10-06Return buffer in raxmdkinney
2007-10-06Sync with other libsmdkinney
2007-10-05moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal
2007-10-05removed the use of PalCallStatic and changed to PalCallvprabhal
2007-10-05removed the use of PalCallStatic and changed to PalCallvprabhal
2007-10-05created a CpuLib for CpuSleep and CpuFlushTlb from BaseLib to remove circular...vprabhal
2007-09-30Add two ExtractGuidedSectionLib instance separately for Pei and Dxe module. B...lgao4
2007-09-30Work around fix to bypass to register GUID on S3 resume.qhuang8
2007-09-29Remove CustomDecompressLib, which has replaced by ExtractGuidedSection librar...lgao4
2007-09-291. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao4
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao4
2007-09-28Fix a bug of ScsiWrite10Command() UefiScsiLib. After the SCSI WRITE command i...xli24
2007-09-27Add SEC as a supported Module Type for all libraries that are also compatible...mdkinney
2007-09-25Make the module pass CYGWIN GCC buildqwang12
2007-09-24Merge branch of PI tree to main trunkklu2
2007-09-24Fix one minor comment issue in last check-inqhuang8
2007-09-24Update DevicePathLib to reflect the update of UEFI device utility protocolqhuang8
2007-09-22Fix bug in backward copy for x64mdkinney
2007-09-20Fix invalid return status to sync with newest UEFI spec 2.1qhuang8
2007-09-20Fix a bug to print correct message to ConOut and StdErr as they accept unicod...qwang12
2007-09-19Update Mde/MdeModulePkg to support ICC build for IA32/X64.yshang1
2007-09-18fixed one asm routinevprabhal
2007-09-18fixed one asm routinevprabhal
2007-09-18Use Device Path Macros to get Device Path Type/SubType. (Some extensions migh...qhuang8
2007-09-17Remove OldPeiCoreEntryPoint library instance from MdePkgklu2
2007-09-17FixedPcd macro should *not* be used in Library's inf file. klu2
2007-09-171. Add EfiLibInstallDriverBindingComponentName2() to install DriverBinding Pr...qhuang8
2007-09-07Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according...klu2
2007-09-04Merge the PI enabling works from the branchqwang12
2007-09-01Fixed problem with sign extension in print lib. PrintXY could not print out F...AJFISH
2007-08-30Update for ICC 10mdkinney
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...qhuang8
2007-08-30Fix the invalid return code for OemHookStatusCodeLibNull library instance.klu2
2007-08-29Add dependent packages in INF of modules.yshang1
2007-08-27Handle case when PAL calls 13 or 14 may not be available.mdkinney
2007-08-24Use CopyGuid instead of CopyMem.qwang12
2007-08-23Add in BuildFv2Hob in HobLibqwang12
2007-08-17Use <> in #include statements instead of "" for include files from packagesmdkinney
2007-08-151) Add type casting for argument "a" in EFI_ERROR(a), since if compare two co...yshang1
2007-08-14Add debugLib for this instance.lgao4
2007-08-14Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao4
2007-08-09Added DXE_CORE in the supported module type listjwang36
2007-08-08Change EfiConvertPointer() and EfiSetVirtualAddressMap() to use gRT instead o...mdkinney
2007-08-08Correct parameter UINTN to UINT32lgao4
2007-08-08Update CustomDecompress library to support algorithm guid and Update DxeIpl a...lgao4
2007-08-08Changed the class name to OldPeiCoreEntryPointjwang36