summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/Image/Image.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-08Correct some comments to add the detailed information.lgao41-61/+27
2008-08-08Synchronize the comments for PeiService.klu21-9/+9
2008-08-08Correct comments.klu21-5/+6
2008-08-01Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney1-2/+2
2008-07-16Fix function comment to follows doxygen format.klu21-204/+113
2008-03-19Modify all file header to follow doxygen formatklu21-2/+2
2007-12-06Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao41-1/+1
2007-11-15Add a feature flag to allow platform developer to decide if TE or PE32 sectio...qwang121-4/+14
2007-11-01Print entry point address by using 0x%10p for the above 4G address.lgao41-2/+2
2007-10-31Print real entry point for IPF image.lgao41-4/+15
2007-10-26Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao41-0/+7
2007-10-22Fix alignment requirement when Load IPF TeImage into memory.lgao41-0/+9
2007-09-28Fix the cast issue klu21-1/+1
2007-09-28Remove PeCoffLoader library class and its instances.lgao41-2/+1
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao41-176/+50
2007-09-24Merge branch of PI tree to main trunkklu21-46/+496
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH1-5/+0