summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/Image
Commit message (Expand)AuthorAgeFilesLines
* 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
* Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney2008-08-011-2/+2
* Fix function comment to follows doxygen format.klu22008-07-161-204/+113
* Modify all file header to follow doxygen formatklu22008-03-191-2/+2
* Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao42007-12-061-1/+1
* Add a feature flag to allow platform developer to decide if TE or PE32 sectio...qwang122007-11-151-4/+14
* Print entry point address by using 0x%10p for the above 4G address.lgao42007-11-011-2/+2
* Print real entry point for IPF image.lgao42007-10-311-4/+15
* Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao42007-10-261-0/+7
* Fix alignment requirement when Load IPF TeImage into memory.lgao42007-10-221-0/+9
* Fix the cast issue klu22007-09-281-1/+1
* Remove PeCoffLoader library class and its instances.lgao42007-09-281-2/+1
* 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao42007-09-281-176/+50