]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Pei/Image
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Image /
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change OPTIONAL keyword usage style
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2021-06-16 Ray NiPeiCore: Remove assertion when failing to load PE image
2020-07-28 Michael KubackiMdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCor...
2019-12-11 Michael KubackiMdeModulePkg PeiCore: Fix typos
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-09-07 Liming GaoMdeModulePkg PeiCore: Always use PeiImageRead() functio...
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2018-03-09 Marc-André LureauMdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typo
2018-02-26 Liming GaoMdeModulePkg PeiCore: Add error message to describe...
2017-03-29 Ard BiesheuvelMdeModulePkg/PeiCore: avoid EFI_IMAGE_MACHINE_TYPE_SUPP...
2017-03-06 Hao WuMdeModulePkg: Refine casting expression result to bigge...
2017-02-28 Ard BiesheuvelMdeModulePkg/PeiCore: allocate BootServicesCode memory...
2016-07-11 Giri P MudusuruMdeModulePkg: Fix typos in comments and variables
2016-02-29 Liming GaoMdeModulePkg: Update PeiCore dispatcher to handle PEIM...
2015-08-03 Liming GaoMdeModulePkg PeiCore: Add PCD to specify PEIM Shadow
2013-10-11 Star Zeng1. Enable use-cases in PEI using SecurityPPI co-equal...
2013-10-09 Liming GaoUpdate PeiCore to support load PEIM into memory on...
2013-02-27 ydong10In order to make sure the image is section alignment...
2012-02-29 lgao4Fix the issue in PeiCore to support PDB file path witho...
2012-01-04 lgao4Fix the issue in PeiCore that doesn’t handle Unix style...
2010-07-07 andrewfishUpdate the previous fix to only shadow the function...
2010-07-07 andrewfishFix issue with ARM port. Image.c shadow code is not...
2010-05-07 mdkinneyFix ICC 11.1 build break
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...