summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
AgeCommit message (Expand)Author
2017-09-05Remove core packages since we can get them from edk2 repositoryGuo Mang
2015-08-25MdeModulePkg PeiCore: Recheck SwitchStackSignal after ProcessNotifyList()Star Zeng
2015-08-03MdeModulePkg PeiCore: Add PCD to specify PEIM ShadowLiming Gao
2015-03-31MdeModulePkg: Remove unused internal structure in PeiCoreLiming Gao
2015-03-13MdeModulePkg: Fix typo.Shumin Qiu
2014-08-14MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star
2014-08-12MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) shou...Star Zeng
2014-01-151. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming
2014-01-09Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported f...Gao, Liming
2014-01-02Update the heap migration logic to avoid memory overflow. Liming Gao
2013-12-17Fix two issues in PeiCore. Liming Gao
2013-11-15Add support for PI1.2.1 TempRam Done PPI.Liming Gao
2013-10-111. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng
2013-10-09Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao
2013-09-04Fixed the issue in PeiCore on Load Module At Fixed Address logicLiming Gao
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten
2011-10-27Add core FFS3 support, PeiCore and DxeIpl.lzeng14
2011-09-15Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun3
2011-07-12Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao4
2011-06-04Fix X64 clang warnings.andrewfish
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney
2010-05-111) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney
2010-04-24Update the copyright notice formathhtian
2010-03-12Fixed a bug in LMFA code jchen20
2010-03-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen20
2010-03-04Fix a bug in load modules at fixed address which may potentially impact OS S3.jchen20
2010-03-04Fix a bug in LMFA which may potentially impact OS S3.jchen20
2010-02-26Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a
2010-02-26Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen20
2010-02-11Coding style fix and minor improvements.rsun3
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen20
2010-02-05modified to pass the ICC buildjchen20
2010-02-05Enable the Load Module At fixed Address feature jchen20
2010-02-04Enable PEI core to differentiate PEIMs in performance log by passing PEIM fil...jgong5
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli24
2010-01-24Correct PeiCore not dispatch the register for shadow image without relocation.lgao4
2010-01-14Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney
2009-12-03Remove the tab characters.klu2
2009-12-03After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu2
2009-11-27The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n...klu2
2009-11-11Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu2
2009-04-08updated to use the term “temporary memory” but not CAReric_tian
2009-03-05Update PeiCore to handle FvImage with PI FV extension headerlgao4
2009-02-13Source level security checkedjji4
2009-01-15Fix a bug which print new stack size and old stack size wrongly.qwang12
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang8
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji4
2008-10-31Use #include "XXX.h" for module internal header files.qhuang8