summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)Author
2010-01-04check whether FvHandle is NULL for FfsGetVolumeInfo() interface.klu2
2010-01-04Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER...klu2
2009-12-25Fix ICC compiler warning.xli24
2009-12-25Add fixing for supporting third-party FV in unknown format. klu2
2009-12-23PI 1.1 SMM Feature Check-indavidhuang
2009-12-22Produce LoadPeImage protocol only in framework compatibility mode.lgao4
2009-12-03Move the Fv updating of PeiCore's internal structure PrivateData out of the i...klu2
2009-12-03Remove the tab characters.klu2
2009-12-03After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu2
2009-12-01Correct error status to EFI_NOT_FOUND when the image can't be got.lgao4
2009-11-27The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n...klu2
2009-11-26Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...lgao4
2009-11-25Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA...klu2
2009-11-17Following 3 updates are for spec update published in PI 1.2.xli24
2009-11-16Remove a typoklu2
2009-11-16Initialize the FileHandle to NULL, before search FV image file in discoveried FVklu2
2009-11-11To make backward compatiblity, if can not find corresponding the handle of FV...klu2
2009-11-11Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu2
2009-10-26Update comments on setting >= 8 bytes Fv Alignment.lgao4
2009-10-26For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImag...jchen20
2009-10-08PEI Core: Remove unused variable in PeiLoadImageLoadImage function.jljusten
2009-10-02Fix warnings generated by GCC.jljusten
2009-10-01Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...mdkinney
2009-09-21Remove the error checking for multi-instance device path since Dxecore has be...qhuang8
2009-09-21Enhance DxeCore LocateDevicePath() boot service to handle muli-instance devic...qhuang8
2009-09-17Make ASSERT statement more meaningful.lgao4
2009-09-16Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao4
2009-09-10Set correctly FV format guid when install FV INFO PPI.lgao4
2009-08-24Adjust the parameter order of debug print. Judging from the context, the firs...qhuang8
2009-08-24Make end of line consistent caused by previous check in.qhuang8
2009-08-24Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang8
2009-08-20Use .p2align directive instead of ambiguous .align directive.qhuang8
2009-08-111. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w...qhuang8
2009-08-111. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_L...qhuang8
2009-07-15Clean up PERF macro usage. The macros were being used with 0 as the first pa...darylm503
2009-07-11Correct #include statements. This is a DXE DRIVER, not a UEFI module.mdkinney
2009-05-20Replace .globl with ASM_GLOBALxli24
2009-05-11fix the typo in DxeCoreeric_tian
2009-04-28Add ASSERT when EFI decompress need to be parsed but it is not supported.lgao4
2009-04-27Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save spacejljusten
2009-04-22Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...qhuang8
2009-04-17retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...eric_tian
2009-04-16remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...eric_tian
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten
2009-04-10fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff
2009-04-08updated to use the term “temporary memory” but not CAReric_tian
2009-04-03Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.gikidy
2009-03-12PeiInstallPeiMemory should only be called one time.klu2
2009-03-11Add comments and refine code to avoid addition overflow.qhuang8
2009-03-11Add check to the allocated pool.lgao4