summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01MdeModulePkg/Core/Pei: Improve the copy performanceLi, Zhihao1-2/+2
2023-12-25MdeModulePkg: Support customized FV Migration InformationCheng Sun1-22/+62
2023-05-24MdeModulePkg/Core/Pei: set AprioriCount=0 before walking through next FVedk2-stable202305Wendy Liao1-0/+1
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-423/+473
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-20/+17
2021-09-16MdeModulePkg/Core/Pei: Fix pointer size mismatch in EvacuateTempRam()Michael Kubacki1-2/+5
2021-09-16MdeModulePkg/Core/Pei: Make migrated PEIM message verboseMichael Kubacki1-1/+1
2021-09-16MdeModulePkg/Core/Pei: Fix typo in function descriptionsMichael Kubacki1-2/+2
2021-08-27MdeModulePkg/PeiCore: Remove MigrateSecModulesInFv()Michael Kubacki1-96/+0
2020-12-04MdeModulePkg: Fix undefined reference to memcpy with XCODE5Vitaly Cheptsov1-2/+2
2020-07-28MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019...Guomin Jiang1-0/+28
2020-07-28MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki1-3/+414
2020-02-10MdeModulePkg/Core/Pei: Fix various typosAntoine Coeur1-5/+5
2019-12-11MdeModulePkg PeiCore: Improve comment semanticsMichael Kubacki1-2/+2
2019-12-11MdeModulePkg PeiCore: Fix typosMichael Kubacki1-24/+24
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPpiSupportedStar Zeng1-4/+4
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPeimPerFvStar Zeng1-75/+98
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-124/+124
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan1-4/+4
2018-05-17MdeModulePkg PeiCore: FvCount to be checked for the registered for shadow PEIMLiming Gao1-1/+1
2018-03-09MdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typoMarc-André Lureau1-9/+9
2017-12-05MdeModulePkg: Update PeiCore to pass XCODE tool chainLiming Gao1-1/+2
2017-11-03MdeModulePkg: Update PeiCore consumes PCD to get the init value in temp stackLiming Gao1-6/+1
2017-09-30MdeModulePkg PeiCore: More debug messages for pre-memory allocationsStar Zeng1-1/+13
2017-09-04MdeModule PeiCore: Support pre memory page allocationStar Zeng1-8/+19
2017-02-10MdeModulePkg PeiCore: Reset PeimNeedingDispatch when its security violationLiming Gao1-1/+8
2016-10-27MdeModulePkg/Core: Fix typos in commentsGary Lin1-6/+6
2016-01-28MdeModulePkg/PeiCore: Fix the debug info of PEI temp heap lengthCinnamon Shia1-1/+2
2015-12-18MdeModulePkg: PeiCore fix Xcode -Wempty-body warningAndrew Fish1-9/+9
2015-11-13MdeModulePkg PeiCore: PEI dispatcher need retry to process NOT_DISPATCHED FVStar Zeng1-4/+11
2015-08-25MdeModulePkg PeiCore: Recheck SwitchStackSignal after ProcessNotifyList()Star Zeng1-263/+293
2015-08-03MdeModulePkg PeiCore: Add PCD to specify PEIM ShadowLiming Gao1-3/+18
2015-03-31MdeModulePkg: Remove unused internal structure in PeiCoreLiming Gao1-12/+4
2015-03-13MdeModulePkg: Fix typo.Shumin Qiu1-4/+4
2014-08-14MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star1-12/+13
2014-08-12MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) shou...Star Zeng1-3/+5
2014-01-151. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming1-0/+5
2014-01-09Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported f...Gao, Liming1-3/+3
2014-01-02Update the heap migration logic to avoid memory overflow. Liming Gao1-1/+4
2013-12-17Fix two issues in PeiCore. Liming Gao1-6/+10
2013-11-15Add support for PI1.2.1 TempRam Done PPI.Liming Gao1-32/+154
2013-10-111. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng1-35/+36
2013-10-09Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao1-2/+2
2013-09-04Fixed the issue in PeiCore on Load Module At Fixed Address logicLiming Gao1-3/+3
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-4/+0
2011-10-27Add core FFS3 support, PeiCore and DxeIpl.lzeng141-5/+9
2011-09-15Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun31-0/+2
2011-07-12Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao41-1/+1