summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/Dispatcher
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/PeiCore: Fix the debug info of PEI temp heap lengthCinnamon Shia2016-01-281-1/+2
* MdeModulePkg: PeiCore fix Xcode -Wempty-body warningAndrew Fish2015-12-181-9/+9
* MdeModulePkg PeiCore: PEI dispatcher need retry to process NOT_DISPATCHED FVStar Zeng2015-11-131-4/+11
* MdeModulePkg PeiCore: Recheck SwitchStackSignal after ProcessNotifyList()Star Zeng2015-08-251-263/+293
* MdeModulePkg PeiCore: Add PCD to specify PEIM ShadowLiming Gao2015-08-031-3/+18
* MdeModulePkg: Remove unused internal structure in PeiCoreLiming Gao2015-03-311-12/+4
* MdeModulePkg: Fix typo.Shumin Qiu2015-03-131-4/+4
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-141-12/+13
* MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) shou...Star Zeng2014-08-121-3/+5
* 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming2014-01-151-0/+5
* Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported f...Gao, Liming2014-01-091-3/+3
* Update the heap migration logic to avoid memory overflow. Liming Gao2014-01-021-1/+4
* Fix two issues in PeiCore. Liming Gao2013-12-171-6/+10
* Add support for PI1.2.1 TempRam Done PPI.Liming Gao2013-11-151-32/+154
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-111-35/+36
* Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao2013-10-091-2/+2
* Fixed the issue in PeiCore on Load Module At Fixed Address logicLiming Gao2013-09-041-3/+3
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-4/+0
* Add core FFS3 support, PeiCore and DxeIpl.lzeng142011-10-271-5/+9
* Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun32011-09-151-0/+2
* Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao42011-07-121-1/+1
* Fix X64 clang warnings.andrewfish2011-06-041-1/+1
* Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff2011-03-141-2/+2
* Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney2010-12-041-0/+10
* 1) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney2010-05-111-187/+70
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fixed a bug in LMFA code jchen202010-03-121-1/+1
* The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen202010-03-101-16/+118
* Fix a bug in load modules at fixed address which may potentially impact OS S3.jchen202010-03-041-1/+1
* Fix a bug in LMFA which may potentially impact OS S3.jchen202010-03-041-1/+1
* Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a2010-02-261-1/+1
* Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen202010-02-261-7/+7
* Coding style fix and minor improvements.rsun32010-02-111-10/+10
* revise the debug message to add 0x in front of the HEX number for consistencyjchen202010-02-101-14/+14
* modified to pass the ICC buildjchen202010-02-051-6/+6
* Enable the Load Module At fixed Address feature jchen202010-02-051-0/+340
* Enable PEI core to differentiate PEIMs in performance log by passing PEIM fil...jgong52010-02-041-4/+4
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-291-4/+4
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-271-2/+2
* Correct PeiCore not dispatch the register for shadow image without relocation.lgao42010-01-241-0/+4
* Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney2010-01-141-5/+5
* Remove the tab characters.klu22009-12-031-1/+1
* After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu22009-12-031-0/+2
* The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n...klu22009-11-271-1/+1
* Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu22009-11-111-31/+42
* updated to use the term “temporary memory” but not CAReric_tian2009-04-081-7/+7
* Update PeiCore to handle FvImage with PI FV extension headerlgao42009-03-051-1/+7
* Source level security checkedjji42009-02-131-0/+1
* Fix a bug which print new stack size and old stack size wrongly.qwang122009-01-151-2/+2
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-231-0/+1