summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Core/Pei: Improve the copy performanceLi, Zhihao2024-03-011-2/+2
* MdeModulePkg: Support customized FV Migration InformationCheng Sun2023-12-251-22/+62
* MdeModulePkg/Core/Pei: set AprioriCount=0 before walking through next FVedk2-stable202305Wendy Liao2023-05-241-0/+1
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-1/+1
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-423/+473
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-20/+17
* MdeModulePkg/Core/Pei: Fix pointer size mismatch in EvacuateTempRam()Michael Kubacki2021-09-161-2/+5
* MdeModulePkg/Core/Pei: Make migrated PEIM message verboseMichael Kubacki2021-09-161-1/+1
* MdeModulePkg/Core/Pei: Fix typo in function descriptionsMichael Kubacki2021-09-161-2/+2
* MdeModulePkg/PeiCore: Remove MigrateSecModulesInFv()Michael Kubacki2021-08-271-96/+0
* MdeModulePkg: Fix undefined reference to memcpy with XCODE5Vitaly Cheptsov2020-12-041-2/+2
* MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019...Guomin Jiang2020-07-281-0/+28
* MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki2020-07-281-3/+414
* MdeModulePkg/Core/Pei: Fix various typosAntoine Coeur2020-02-101-5/+5
* MdeModulePkg PeiCore: Improve comment semanticsMichael Kubacki2019-12-111-2/+2
* MdeModulePkg PeiCore: Fix typosMichael Kubacki2019-12-111-24/+24
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPpiSupportedStar Zeng2018-12-191-4/+4
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPeimPerFvStar Zeng2018-12-191-75/+98
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-124/+124
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-261-4/+4
* MdeModulePkg PeiCore: FvCount to be checked for the registered for shadow PEIMLiming Gao2018-05-171-1/+1
* MdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typoMarc-André Lureau2018-03-091-9/+9
* MdeModulePkg: Update PeiCore to pass XCODE tool chainLiming Gao2017-12-051-1/+2
* MdeModulePkg: Update PeiCore consumes PCD to get the init value in temp stackLiming Gao2017-11-031-6/+1
* MdeModulePkg PeiCore: More debug messages for pre-memory allocationsStar Zeng2017-09-301-1/+13
* MdeModule PeiCore: Support pre memory page allocationStar Zeng2017-09-041-8/+19
* MdeModulePkg PeiCore: Reset PeimNeedingDispatch when its security violationLiming Gao2017-02-101-1/+8
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-6/+6
* 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