summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library
AgeCommit message (Expand)AuthorFilesLines
2007-10-11Add BasePalCallLibNull instance in MdePkg. It is useful when building IPF com...yshang11-1/+1
2007-10-100) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang122-145/+34
2007-10-09PI Enabling: the address of PeiServices Pointer should be klu21-0/+18
2007-10-09Correct ExtractGuidedSectionLib library instance for PEIM and DXE lgao41-1/+1
2007-10-05created a new library instance with CpuSleep and CpuFlushTlbvprabhal1-0/+42
2007-10-05moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal1-28/+0
2007-09-30Add two ExtractGuidedSectionLib instance separately for Pei and Dxe module. B...lgao41-1/+3
2007-09-29Remove CustomDecompressLib, which has replaced by ExtractGuidedSection librar...lgao41-77/+0
2007-09-291. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao41-0/+166
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao41-0/+17
2007-09-24Merge branch of PI tree to main trunkklu25-0/+318
2007-09-24Fix one minor comment issue in last check-inqhuang81-1/+2
2007-09-24Update DevicePathLib to reflect the update of UEFI device utility protocolqhuang81-4/+7
2007-09-20Fix invalid return status to sync with newest UEFI spec 2.1qhuang81-5/+5
2007-09-17Remove OldPeiCoreEntryPoint library instance from MdePkgklu21-93/+0
2007-09-171. Add EfiLibInstallDriverBindingComponentName2() to install DriverBinding Pr...qhuang81-73/+82
2007-09-07Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according...klu22-6/+6
2007-09-04Merge the PI enabling works from the branchqwang122-9/+89
2007-08-22Update the code to match spec for EfiFvbSetVolumeAttributes API.qwang121-2/+2
2007-08-14gEfiCallerIdGuid is defined in Autogen.hqwang121-5/+0
2007-08-14Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao42-23/+7
2007-08-101) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_...klu21-0/+1
2007-08-08Correct parameter UINTN to UINT32lgao41-3/+2
2007-08-08Update CustomDecompress library to support algorithm guid and Update DxeIpl a...lgao41-3/+45
2007-07-30add EFIAPI to the library functions.qwang121-0/+18
2007-07-17Move some definitions defined in USB spec and HID Spec from Library/Usblib.h ...vanjeff1-188/+0
2007-07-13Add necessary macro definitions in PalCallLib.h of MdePkg.xli241-2/+16
2007-07-13Fixed comments to follow coding standard. AJFISH4-485/+459
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH11-26/+0
2007-07-121. Import UsbKbDxe and UsbMouseDxe into MdeModulePkgvanjeff1-50/+65
2007-07-06Enable Intel IPF compilation for MdePkg.qwang121-0/+138
2007-07-06Check in library class of SalLib.xli241-0/+61
2007-07-06Update PalCallLib.hyshang11-1/+0
2007-07-06Checked in PalCallLib.h. The patch does not remove the "/IndustryStandard/Pal...yshang11-6/+4002
2007-07-05GraphicsLib depends on GraphicsOutput protocol definitions so I added include...AJFISH1-2/+4
2007-07-05Enable Nt32 platform boot to DXE phase.klu21-0/+93
2007-07-03add in GraphicsLib.hqwang121-0/+185
2007-07-03Update EFI_CAPSULE_HEADER definition.vanjeff1-39/+39
2007-06-29Ported SerialPortLib to support base type.AJFISH1-3/+3
2007-06-29add a error macro to prevent this file from included for now #error "UEFI 2.1...qwang122-0/+4
2007-06-29add SerialPortLib.hvanjeff1-0/+76
2007-06-27Updated headers to follow coding standardAJFISH27-137/+57
2007-06-27Move #include <IndustryStandard/Pal.h> into IPF specific statement.yshang11-2/+2
2007-06-27Add new Library Class: CustomDecompressLib qhuang81-0/+42
2007-06-26Fixed build issues for DxeCoreHobLib and BaseUefiDecompressLib.vanjeff1-11/+11
2007-06-26Remove prefix EFI_ from some TPL macros reference in some commentsvanjeff1-1/+1
2007-06-25Fixed typo in function headerAJFISH1-3/+0
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang17-160/+164
2007-06-22Fixed typo in PiPeiCis.h.yshang12-2/+49
2007-06-19Import Library Class from original MDE package. Also I added the EFI_PEI_CORE...yshang143-0/+23697