summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/Image
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch of PI tree to main trunkklu22007-09-241-46/+496
* Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH2007-07-101-5/+0
* Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does f...klu22007-07-041-0/+272