summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/Image
AgeCommit message (Expand)Author
2010-07-07Update the previous fix to only shadow the function for supported processor a...andrewfish
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish
2010-05-07Fix ICC 11.1 build breakmdkinney
2010-04-24Update the copyright notice formathhtian
2010-02-24Avoid shadowing PE image read function on IPFjgong5
2010-02-22Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong5
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen20
2010-02-05Enable the Load Module At fixed Address feature jchen20
2010-01-26Print the warning information for the image without relocation only when load...lgao4
2010-01-24Correct PeiCore not dispatch the register for shadow image without relocation.lgao4
2010-01-15Update PeiLoadFilePpi produced by PeiCore to load only images with relocation...lgao4
2009-11-16Remove a typoklu2
2009-11-16Initialize the FileHandle to NULL, before search FV image file in discoveried FVklu2
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-01Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...mdkinney
2009-09-17Make ASSERT statement more meaningful.lgao4
2009-09-16Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao4
2009-08-111. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_L...qhuang8
2009-02-05Use UEFI macros for PE/COFF image typesmdkinney
2008-12-03Global variables have been moved backward ahead of functions.jji4
2008-10-31Use #include "XXX.h" for module internal header files.qhuang8
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji4
2008-10-211) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang12
2008-10-20Fix ECC issue.klu2
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang12
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff
2008-08-08Roll back PeiImageRead to original implementation, this function will be shad...lgao4
2008-08-08Correct some comments to add the detailed information.lgao4
2008-08-08Synchronize the comments for PeiService.klu2
2008-08-08Correct comments.klu2
2008-08-01Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney
2008-07-16Fix function comment to follows doxygen format.klu2
2008-03-19Modify all file header to follow doxygen formatklu2
2007-12-06Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao4
2007-11-15Add a feature flag to allow platform developer to decide if TE or PE32 sectio...qwang12
2007-11-01Print entry point address by using 0x%10p for the above 4G address.lgao4
2007-10-31Print real entry point for IPF image.lgao4
2007-10-26Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao4
2007-10-22Fix alignment requirement when Load IPF TeImage into memory.lgao4
2007-09-28Fix the cast issue klu2
2007-09-28Remove PeCoffLoader library class and its instances.lgao4
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao4
2007-09-24Merge branch of PI tree to main trunkklu2
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH
2007-07-04Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does f...klu2