summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2009-12-25Add fixing for supporting third-party FV in unknown format. klu23-21/+293
2009-12-23PI 1.1 SMM Feature Check-indavidhuang3-4/+51
2009-12-22Produce LoadPeImage protocol only in framework compatibility mode.lgao42-10/+17
2009-12-03Move the Fv updating of PeiCore's internal structure PrivateData out of the i...klu21-65/+83
2009-12-03Remove the tab characters.klu22-33/+33
2009-12-03After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu23-0/+63
2009-12-01Correct error status to EFI_NOT_FOUND when the image can't be got.lgao41-1/+1
2009-11-27The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n...klu21-1/+1
2009-11-26Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...lgao45-557/+105
2009-11-25Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA...klu21-0/+4
2009-11-17Following 3 updates are for spec update published in PI 1.2.xli241-5/+12
2009-11-16Remove a typoklu21-1/+1
2009-11-16Initialize the FileHandle to NULL, before search FV image file in discoveried FVklu22-0/+3
2009-11-11To make backward compatiblity, if can not find corresponding the handle of FV...klu21-0/+9
2009-11-11Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu26-464/+1116
2009-10-26Update comments on setting >= 8 bytes Fv Alignment.lgao43-2/+8
2009-10-26For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImag...jchen201-3/+3
2009-10-08PEI Core: Remove unused variable in PeiLoadImageLoadImage function.jljusten1-3/+0
2009-10-02Fix warnings generated by GCC.jljusten1-0/+3
2009-10-01Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...mdkinney1-49/+55
2009-09-21Remove the error checking for multi-instance device path since Dxecore has be...qhuang81-8/+0
2009-09-21Enhance DxeCore LocateDevicePath() boot service to handle muli-instance devic...qhuang81-3/+15
2009-09-17Make ASSERT statement more meaningful.lgao42-8/+8
2009-09-16Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao42-0/+15
2009-09-10Set correctly FV format guid when install FV INFO PPI.lgao41-3/+1
2009-08-24Adjust the parameter order of debug print. Judging from the context, the firs...qhuang81-3/+3
2009-08-24Make end of line consistent caused by previous check in.qhuang83-1017/+1017
2009-08-24Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang83-117/+210
2009-08-20Use .p2align directive instead of ambiguous .align directive.qhuang81-2/+2
2009-08-111. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w...qhuang85-265/+49
2009-08-111. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_L...qhuang81-15/+5
2009-07-15Clean up PERF macro usage. The macros were being used with 0 as the first pa...darylm5031-807/+807
2009-07-11Correct #include statements. This is a DXE DRIVER, not a UEFI module.mdkinney1-1/+1
2009-05-20Replace .globl with ASM_GLOBALxli241-2/+2
2009-05-11fix the typo in DxeCoreeric_tian2-4/+4
2009-04-28Add ASSERT when EFI decompress need to be parsed but it is not supported.lgao41-0/+5
2009-04-27Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save spacejljusten2-46/+53
2009-04-22Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...qhuang83-0/+25
2009-04-17retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...eric_tian4-5/+173
2009-04-16remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...eric_tian4-173/+5
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten3-3/+7
2009-04-10fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff1-4/+4
2009-04-08updated to use the term “temporary memory” but not CAReric_tian4-12/+12
2009-04-03Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.gikidy3-0/+49
2009-03-12PeiInstallPeiMemory should only be called one time.klu21-0/+11
2009-03-11Add comments and refine code to avoid addition overflow.qhuang81-1/+5
2009-03-11Add check to the allocated pool.lgao42-1/+9
2009-03-11Fix build error caused by the unused local variablelgao41-1/+0
2009-03-11Fix build error caused by the unused local variablelgao41-6/+0
2009-03-10Cleanup to Remove default PCD value and extra build option.qhuang81-9/+6