]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Pei
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / MdeModulePkg / Core / Pei /
2011-03-14 vanjeffChanged TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_...
2011-02-23 lgao4Update PeiCore and DxeCore to verify FFS data checksum.
2010-12-04 mdkinneyUpdate PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG...
2010-09-15 ydong10Refine soma code to make code run safely.
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-06-29 mdkinney1) Call ProcessNotifyList() to process all Dispatch...
2010-05-11 mdkinney1) Fix IPF ICC 11.1 issue when /Ox is used related...
2010-05-07 mdkinneyFix ICC 11.1 build break
2010-04-24 hhtianUpdate the copyright notice format
2010-03-12 jchen20Fixed a bug in LMFA code
2010-03-10 jchen20The patch attached is to fix the issue that LMFA featur...
2010-03-09 qhuang8Minor update comment to remove unprintable character...
2010-03-04 jchen20Fix a bug in load modules at fixed address which may...
2010-03-04 jchen20Fix a bug in LMFA which may potentially impact OS S3.
2010-03-03 rsun3Minor bug fix and robustness check improvement.
2010-03-01 klu2Add checking whether FvCount is overflow when new unkno...
2010-02-26 geekboy15aFixed GCC build issue caused by converting a pointer...
2010-02-26 xli24Add parameter checking for PEI service AllocatePages...
2010-02-26 jchen20Fix a bug in "Load module At fixed address" to enable...
2010-02-24 jgong5Avoid shadowing PE image read function on IPF
2010-02-24 lgao41. Correct File header to ## @file
2010-02-22 jgong5Enhance memory copy logic for PEI core image read....
2010-02-11 klu2Fix the issue that unknown format FV in Fvhob is instal...
2010-02-11 rsun3Coding style fix and minor improvements.
2010-02-10 jchen20revise the debug message to add 0x in front of the...
2010-02-05 jchen20modified to pass the ICC build
2010-02-05 jchen20Enable the Load Module At fixed Address feature
2010-02-04 jgong5Enable PEI core to differentiate PEIMs in performance...
2010-01-29 mdkinneyRemove unnecessary use of FixedPcdxxx() functions and...
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-26 lgao4Print the warning information for the image without...
2010-01-26 klu2Remove ASSERT() to make AllocatePool() service match...
2010-01-25 klu2Fix the issue that accessing for unaligned address...
2010-01-24 lgao4Correct PeiCore not dispatch the register for shadow...
2010-01-15 lgao4Update PeiLoadFilePpi produced by PeiCore to load only...
2010-01-15 rsun3Fix some coding style issues in MdeModulePkg.
2010-01-14 klu2When found the file according to given file name guid...
2010-01-14 mdkinneyUpdate INF file to properly declare which PCDs must...
2010-01-14 mdkinneyCleanup INF file for PEI Core
2010-01-04 klu2check whether FvHandle is NULL for FfsGetVolumeInfo...
2010-01-04 klu2Add default implementation of EFI_CPU_IO_PPI and EFI_PC...
2009-12-25 xli24Fix ICC compiler warning.
2009-12-25 klu2Add fixing for supporting third-party FV in unknown...
2009-12-03 klu2Move the Fv updating of PeiCore's internal structure...
2009-12-03 klu2Remove the tab characters.
2009-12-03 klu2After PeiCore is shadowed into permanent memory, the...
2009-11-27 klu2The FV size in EFI_FV_INFO has been excluded the length...
2009-11-25 klu2Add checking for VolumeHandle, if VolumeHandle is NULL...
2009-11-17 xli24Following 3 updates are for spec update published in...
2009-11-16 klu2Remove a typo
2009-11-16 klu2Initialize the FileHandle to NULL, before search FV...
2009-11-11 klu2To make backward compatiblity, if can not find correspo...
2009-11-11 klu2Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by...
2009-10-26 lgao4Update comments on setting >= 8 bytes Fv Alignment.
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-09-10 lgao4Set correctly FV format guid when install FV INFO PPI.
2009-08-11 qhuang81. Update IA32 PeiCore implementation to support load...
2009-04-08 eric_tianupdated to use the term “temporary memory” but not CAR
2009-03-12 klu2PeiInstallPeiMemory should only be called one time.
2009-03-11 qhuang8Add comments and refine code to avoid addition overflow.
2009-03-11 lgao4Add check to the allocated pool.
2009-03-10 qhuang8Fix a bug that Pages*EFI_PAGES_SIZE might be a negative...
2009-03-05 lgao4Update PeiCore to handle FvImage with PI FV extension...
2009-02-25 lgao4Correct minor comments in meta data file.
2009-02-25 lgao4Use single one PcdFrameworkCompatibilitySupport PCD...
2009-02-13 gikidyMeta-data reviewed.
2009-02-13 jji4Source level security checked
2009-02-13 jji4Source level security checked
2009-02-12 jljusten* MdeModulePkg/Core/Pei/Dependency/Dependency.h
2009-02-06 lgao4Clean up FaultTolerantWriteDxe to remove the duplicated...
2009-02-05 mdkinneyUse UEFI macros for PE/COFF image types
2009-01-20 eric_tiancoding style
2009-01-15 qwang12Fix a bug which print new stack size and old stack...
2008-12-23 qhuang8Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib...
2008-12-18 jji4check the usage of %d,%x,%ld,%lx and so on in debug...
2008-12-16 qhuang8Clean up to update the reference of the these macros:
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-12-03 jji4Global variables have been moved backward ahead of...
2008-11-20 qwang12ECC clanup: Update the doxygen comment.
2008-11-17 lgao4Update comments for PeiCore
2008-11-13 qhuang8Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvI...
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-30 mdkinneyMeasure time spent in SEC
2008-10-29 eric_tianRemove unnessary UEFI_SPECIFICATION_VERSION and PI_SPEC...
2008-10-28 xli24Refine file header for INF files of DXE and PEI core...
2008-10-28 eric_tian1. build.py's changes : include XXXEntryPointLib.h...
2008-10-28 vanjeffclean up EBC in inf files.
2008-10-27 qwang12Make use of correct format String:
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-10-14 lgao4Correct two minor comments
2008-10-05 klu2Change PeiMain/DxeMain's base name to PeiCore/DxeCore.
2008-09-29 klu2Remove DXE CIS word
next