]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Pei/Image/Image.c
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Image / Image.c
2010-04-24 hhtianUpdate the copyright notice format
2010-02-24 jgong5Avoid shadowing PE image read function on IPF
2010-02-22 jgong5Enhance memory copy logic for PEI core image read....
2010-02-10 jchen20revise the debug message to add 0x in front of the...
2010-02-05 jchen20Enable the Load Module At fixed Address feature
2010-01-26 lgao4Print the warning information for the image without...
2010-01-24 lgao4Correct PeiCore not dispatch the register for shadow...
2010-01-15 lgao4Update PeiLoadFilePpi produced by PeiCore to load only...
2009-11-16 klu2Remove a typo
2009-11-16 klu2Initialize the FileHandle to NULL, before search FV...
2009-10-26 jchen20For now PEI Core LoadImage() service to always call...
2009-10-08 jljustenPEI Core: Remove unused variable in PeiLoadImageLoadIma...
2009-10-01 mdkinneyUpdate PEI Core LoadImage() service to always call...
2009-09-17 lgao4Make ASSERT statement more meaningful.
2009-09-16 lgao4Enhance PeiCore and DxeCore check whether the image...
2009-08-11 qhuang81. Update IA32 PeiCore implementation to support load...
2009-02-05 mdkinneyUse UEFI macros for PE/COFF image types
2008-12-03 jji4Global variables have been moved backward ahead of...
2008-10-31 qhuang8Use #include "XXX.h" for module internal header files.
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-21 qwang121) Update SetPeiServicesTablePointer's prototype add...
2008-10-20 klu2Fix ECC issue.
2008-10-17 qwang12Base on PI spec, GetPeiServicesTablePointer is updated...
2008-09-04 vanjeffclean up the un-suitable ';' location when declaring...
2008-08-08 lgao4Roll back PeiImageRead to original implementation,...
2008-08-08 lgao4Correct some comments to add the detailed information.
2008-08-08 klu2Synchronize the comments for PeiService.
2008-08-08 klu2Correct comments.
2008-08-01 mdkinneyIncrease size of function addresses printed in DEBUG...
2008-07-16 klu2Fix function comment to follows doxygen format.
2008-03-19 klu2Modify all file header to follow doxygen format
2007-12-06 lgao4Enable PeiCore to dispatch the encapsulated fv images...
2007-11-15 qwang12Add a feature flag to allow platform developer to decid...
2007-11-01 lgao4Print entry point address by using 0x%10p for the above...
2007-10-31 lgao4Print real entry point for IPF image.
2007-10-26 lgao4Add one judge whether TeImage or PeImage has reloc...
2007-10-22 lgao4Fix alignment requirement when Load IPF TeImage into...
2007-09-28 klu2Fix the cast issue
2007-09-28 lgao4Remove PeCoffLoader library class and its instances.
2007-09-28 lgao41. Replace PeCoffLoader library by PeCoff lib for PeiCo...
2007-09-24 klu2Merge branch of PI tree to main trunk
2007-07-10 AJFISHRemoved CommonHeader.h from MdePkg & MdeModulePkg
2007-07-04 klu2Add PeiCore module for enabling NT32Pkg, please attenti...