]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Pei/Dispatcher
MdeModulePkg: Fix use-after-free error in InstallConfigurationTable()
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Dispatcher /
2017-02-10 Liming GaoMdeModulePkg PeiCore: Reset PeimNeedingDispatch when...
2016-10-27 Gary LinMdeModulePkg/Core: Fix typos in comments
2016-01-28 Cinnamon ShiaMdeModulePkg/PeiCore: Fix the debug info of PEI temp...
2015-12-18 Andrew FishMdeModulePkg: PeiCore fix Xcode -Wempty-body warning
2015-11-13 Star ZengMdeModulePkg PeiCore: PEI dispatcher need retry to...
2015-08-25 Star ZengMdeModulePkg PeiCore: Recheck SwitchStackSignal after...
2015-08-03 Liming GaoMdeModulePkg PeiCore: Add PCD to specify PEIM Shadow
2015-03-31 Liming GaoMdeModulePkg: Remove unused internal structure in PeiCore
2015-03-13 Shumin QiuMdeModulePkg: Fix typo.
2014-08-14 Zeng, StarMdeModulePkg/IntelFrameworkModulePkg: Update PeiCore...
2014-08-12 Star ZengMdeModulePkg PeiCore: The DEBUG message (for HeapOffset...
2014-01-15 Gao, Liming1. Add new API MigratePeiServicesTablePointer() in...
2014-01-09 Gao, LimingClarify PcdPeiCoreMaxPeimPerFv description that means...
2014-01-02 Liming GaoUpdate the heap migration logic to avoid memory overflow.
2013-12-17 Liming GaoFix two issues in PeiCore.
2013-11-15 Liming GaoAdd support for PI1.2.1 TempRam Done PPI.
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-09-04 Liming GaoFixed the issue in PeiCore on Load Module At Fixed...
2011-10-31 jljustenMdeModulePkg: Remove variables that are set, but not...
2011-10-27 lzeng14Add core FFS3 support, PeiCore and DxeIpl.
2011-09-15 rsun3Enhance the PEI Core to convert pointers pointing to...
2011-07-12 lgao4Correct the status code value to EFI_SW_PC_INIT_END...
2011-06-04 andrewfishFix X64 clang warnings.
2011-03-14 vanjeffChanged TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_...
2010-12-04 mdkinneyUpdate PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG...
2010-05-11 mdkinney1) Fix IPF ICC 11.1 issue when /Ox is used related...
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-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-02-26 geekboy15aFixed GCC build issue caused by converting a pointer...
2010-02-26 jchen20Fix a bug in "Load module At fixed address" to enable...
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-24 lgao4Correct PeiCore not dispatch the register for shadow...
2010-01-14 mdkinneyUpdate INF file to properly declare which PCDs must...
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-11 klu2Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by...
2009-04-08 eric_tianupdated to use the term “temporary memory” but not CAR
2009-03-05 lgao4Update PeiCore to handle FvImage with PI FV extension...
2009-02-13 jji4Source level security checked
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-10-31 qhuang8Use #include "XXX.h" for module internal header files.
2008-10-21 qwang121) Update SetPeiServicesTablePointer's prototype add...
2008-10-20 klu2Fix ECC issue.
2008-09-23 lgao4Add assert check to make sure new stack size larger...
2008-09-03 klu2move ProcessFv() from dispatcher.c to FwVol.c
2008-09-03 klu2Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporary...
2008-08-21 lgao4Fix ICC build error for the inconsistent PeiService...
2008-08-21 lgao4Add compatibility logic to handle framework fvhob and...
2008-08-18 qhuang8Re-integrate patch in r5626~r5628:Enhance PeiCore dispa...
2008-08-12 qhuang8Re-integrate patch in r5625: "Only build FvHob for...
2008-08-12 qhuang8Temporarily rollback the change from 5625 though 5628...
2008-08-12 klu2Add PeimDispatcherReenter to fix bug of PeiDispatch...
2008-08-11 klu2Correct more comments for PeiCore.
2008-08-11 klu2Enhance PeiCore's dispatcher, move PeimDispatchOnThisPa...
2008-08-11 lgao4Only build FvHob for the extracted FvImage those parent...
2008-08-08 klu2Synchronize the comments for PeiService.
2008-07-23 klu2Code scrub for PeiCore module.
2008-07-19 qhuang8Fix a bug that PeiCore might fail to fix up Ppi pointer...
2008-07-16 klu2Fix function comment to follows doxygen format.
2008-07-14 klu2TempRamSupportPpi is architectural required for IA32...
2008-07-08 klu2Remove window EOL
2008-07-08 klu2PeiCore should fixup heap/stack pointer according to...
2008-05-29 mdkinneyIf the last PEIM dispatched in Pre-Memory PEI is the...
2008-04-03 klu2PrivateInMem->CurrentPeimCount should not be incremente...
2008-03-19 klu2Modify all file header to follow doxygen format
2008-03-10 klu2Fix GCC building issue.
2008-03-07 klu2Add comment for initialization value of CAR
2008-03-07 klu2For Itanium platform, the switch CAR action has been...
2008-03-07 klu2Correct the visit point's type, it should be UINT32...
2008-03-06 klu2Remove commented out code.
2008-03-06 klu2The calculating action for CAR usage should be put...
2008-02-29 klu2Merge Temporary Ram support patch.
2007-12-10 klu2MdeModule cleanup for PI:
2007-12-06 lgao4Enable PeiCore to dispatch the encapsulated fv images...
2007-11-08 qwang121) If PeiLoadImage fails, the section extraction PPI...
2007-10-24 qwang12ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)
2007-10-19 qwang12Fix a bug which does not run PeiCore from memory after...
2007-10-15 qwang121) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSu...
2007-10-09 klu2PI Enabling: the address of PeiServices Pointer should be
2007-09-28 qwang12Merge in bug fix from EDK1's PiPei Dispatcher.c
2007-09-24 klu2Merge branch of PI tree to main trunk
2007-09-14 klu2Add InvokePeiCore function to invoke the PeiCore in...
2007-09-12 klu2PI Enable:
2007-08-30 klu2[PI compatible enabling] Add PeiRegisterForShadow inter...
2007-07-10 AJFISHRemoved CommonHeader.h from MdePkg & MdeModulePkg
2007-07-04 klu2Add PeiCore module for enabling NT32Pkg, please attenti...