summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/Image
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-308/+327
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-4/+4
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-11/+7
2021-06-16PeiCore: Remove assertion when failing to load PE imageRay Ni1-4/+1
2020-07-28MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki1-4/+126
2019-12-11MdeModulePkg PeiCore: Fix typosMichael Kubacki1-5/+5
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-07MdeModulePkg PeiCore: Always use PeiImageRead() function to load PEI imageLiming Gao1-84/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-25/+25
2018-03-09MdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typoMarc-André Lureau1-2/+2
2018-02-26MdeModulePkg PeiCore: Add error message to describe PEIM load failureLiming Gao1-1/+6
2017-03-29MdeModulePkg/PeiCore: avoid EFI_IMAGE_MACHINE_TYPE_SUPPORTED to check archArd Biesheuvel1-3/+5
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-7/+5
2017-02-28MdeModulePkg/PeiCore: allocate BootServicesCode memory for PE/COFF imagesArd Biesheuvel1-9/+14
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru1-17/+17
2016-02-29MdeModulePkg: Update PeiCore dispatcher to handle PEIM and PEI_CORE onlyLiming Gao1-3/+21
2015-08-03MdeModulePkg PeiCore: Add PCD to specify PEIM ShadowLiming Gao1-5/+28
2013-10-111. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng1-5/+9
2013-10-09Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao1-29/+61
2013-02-27In order to make sure the image is section alignment, after allocate buffer f...ydong101-3/+26
2012-02-29Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao41-9/+27
2012-01-04Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.lgao41-2/+2
2010-07-07Update the previous fix to only shadow the function for supported processor a...andrewfish1-8/+8
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish1-1/+6
2010-05-07Fix ICC 11.1 build breakmdkinney1-3/+3
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-24Avoid shadowing PE image read function on IPFjgong51-1/+1
2010-02-22Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong51-7/+43
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen201-3/+3
2010-02-05Enable the Load Module At fixed Address feature jchen201-30/+226
2010-01-26Print the warning information for the image without relocation only when load...lgao41-2/+2
2010-01-24Correct PeiCore not dispatch the register for shadow image without relocation.lgao41-8/+90
2010-01-15Update PeiLoadFilePpi produced by PeiCore to load only images with relocation...lgao41-1/+1
2009-11-16Remove a typoklu21-1/+1
2009-11-16Initialize the FileHandle to NULL, before search FV image file in discoveried FVklu21-0/+1
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-01Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...mdkinney1-49/+55
2009-09-17Make ASSERT statement more meaningful.lgao41-4/+4
2009-09-16Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao41-0/+7
2009-08-111. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_L...qhuang81-15/+5
2009-02-05Use UEFI macros for PE/COFF image typesmdkinney1-1/+1
2008-12-03Global variables have been moved backward ahead of functions.jji41-23/+0
2008-10-31Use #include "XXX.h" for module internal header files.qhuang81-1/+1
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-2/+2
2008-10-211) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang121-1/+1
2008-10-20Fix ECC issue.klu21-1/+1
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang121-1/+1
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff1-2/+1
2008-08-08Roll back PeiImageRead to original implementation, this function will be shad...lgao41-1/+11