summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/Image/Image.c
Commit message (Expand)AuthorAgeFilesLines
* PeiCore: Remove assertion when failing to load PE imageRay Ni2021-06-161-4/+1
* MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki2020-07-281-4/+126
* MdeModulePkg PeiCore: Fix typosMichael Kubacki2019-12-111-5/+5
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg PeiCore: Always use PeiImageRead() function to load PEI imageLiming Gao2018-09-071-84/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-25/+25
* MdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typoMarc-André Lureau2018-03-091-2/+2
* MdeModulePkg PeiCore: Add error message to describe PEIM load failureLiming Gao2018-02-261-1/+6
* MdeModulePkg/PeiCore: avoid EFI_IMAGE_MACHINE_TYPE_SUPPORTED to check archArd Biesheuvel2017-03-291-3/+5
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-7/+5
* MdeModulePkg/PeiCore: allocate BootServicesCode memory for PE/COFF imagesArd Biesheuvel2017-02-281-9/+14
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-17/+17
* MdeModulePkg: Update PeiCore dispatcher to handle PEIM and PEI_CORE onlyLiming Gao2016-02-291-3/+21
* MdeModulePkg PeiCore: Add PCD to specify PEIM ShadowLiming Gao2015-08-031-5/+28
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-111-5/+9
* Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao2013-10-091-29/+61
* In order to make sure the image is section alignment, after allocate buffer f...ydong102013-02-271-3/+26
* Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao42012-02-291-9/+27
* Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.lgao42012-01-041-2/+2
* Update the previous fix to only shadow the function for supported processor a...andrewfish2010-07-071-8/+8
* Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish2010-07-071-1/+6
* Fix ICC 11.1 build breakmdkinney2010-05-071-3/+3
* Update the copyright notice formathhtian2010-04-241-2/+2
* Avoid shadowing PE image read function on IPFjgong52010-02-241-1/+1
* Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52010-02-221-7/+43
* revise the debug message to add 0x in front of the HEX number for consistencyjchen202010-02-101-3/+3
* Enable the Load Module At fixed Address feature jchen202010-02-051-30/+226
* Print the warning information for the image without relocation only when load...lgao42010-01-261-2/+2
* Correct PeiCore not dispatch the register for shadow image without relocation.lgao42010-01-241-8/+90
* Update PeiLoadFilePpi produced by PeiCore to load only images with relocation...lgao42010-01-151-1/+1
* Remove a typoklu22009-11-161-1/+1
* Initialize the FileHandle to NULL, before search FV image file in discoveried FVklu22009-11-161-0/+1
* For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImag...jchen202009-10-261-3/+3
* PEI Core: Remove unused variable in PeiLoadImageLoadImage function.jljusten2009-10-081-3/+0
* Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...mdkinney2009-10-011-49/+55
* Make ASSERT statement more meaningful.lgao42009-09-171-4/+4
* Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao42009-09-161-0/+7
* 1. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_L...qhuang82009-08-111-15/+5
* Use UEFI macros for PE/COFF image typesmdkinney2009-02-051-1/+1
* Global variables have been moved backward ahead of functions.jji42008-12-031-23/+0
* Use #include "XXX.h" for module internal header files.qhuang82008-10-311-1/+1
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-2/+2
* 1) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang122008-10-211-1/+1
* Fix ECC issue.klu22008-10-201-1/+1
* Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang122008-10-171-1/+1
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-041-2/+1
* Roll back PeiImageRead to original implementation, this function will be shad...lgao42008-08-081-1/+11
* Correct some comments to add the detailed information.lgao42008-08-081-61/+27
* Synchronize the comments for PeiService.klu22008-08-081-9/+9
* Correct comments.klu22008-08-081-5/+6