summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei
AgeCommit message (Expand)AuthorFilesLines
2024-07-10MdeModulePkg: Remove PeiAllocatePool() AssertKun Qin1-2/+0
2024-06-18MdeModulePkg/Core/Pei: Install MigrateTempRamPpiZhihao Li3-3/+13
2024-03-14MdeModulePkg: DxeCore: Correct Runtime Granularity Memory TypeOliver Smith-Denny1-1/+1
2024-03-01MdeModulePkg/Core/Pei: Improve the copy performanceLi, Zhihao1-2/+2
2023-12-25MdeModulePkg: Support customized FV Migration InformationCheng Sun4-73/+63
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 Cran2-2/+2
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki17-2148/+2303
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney4-8/+8
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney7-63/+55
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 Kubacki2-3/+3
2021-08-27MdeModulePkg/PeiCore: Remove MigrateSecModulesInFv()Michael Kubacki1-96/+0
2021-06-16PeiCore: Remove assertion when failing to load PE imageRay Ni1-4/+1
2020-12-04MdeModulePkg: Fix undefined reference to memcpy with XCODE5Vitaly Cheptsov3-8/+8
2020-07-28MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019...Guomin Jiang3-0/+30
2020-07-28MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki7-9/+1099
2020-02-10MdeModulePkg/Core/Pei: Fix various typosAntoine Coeur5-11/+11
2019-12-11MdeModulePkg PeiCore: Improve comment semanticsMichael Kubacki6-27/+31
2019-12-11MdeModulePkg PeiCore: Fix typosMichael Kubacki12-112/+112
2019-10-09MdeModulePkg: PEI Core: clean up "AprioriFile" handling in FindFileEx()Laszlo Ersek2-2/+2
2019-06-24MdeModulePkg/PeiMain: PeiAllocatePool: output NULL if HOB creation failsBret Barkelew1-1/+6
2019-05-09MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2-66/+0
2019-04-28MdeModulePkg/PeiMain: Change comments of PeiResetSystem2Zhichao Gao2-7/+3
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney20-137/+20
2019-02-28MdeModulePkg/PeiCore: Ensure FfsFileHeader 8 bytes alignedStar Zeng1-2/+2
2019-02-15MdeModulePkg/PeiMain: Support EFI_PEI_CORE_FV_LOCATION_PPIChasel, Chiu3-15/+44
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPpiSupportedStar Zeng5-199/+254
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng4-24/+75
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPeimPerFvStar Zeng4-108/+136
2018-09-07MdeModulePkg PeiCore: Always use PeiImageRead() function to load PEI imageLiming Gao1-84/+1
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-09-06MdeModulePkg: Remove trailing white spaceStar Zeng1-2/+2
2018-09-05MdeModulePkg PeiCore: Fix VS2012 build failureStar Zeng1-0/+2
2018-09-03MdeModulePkg PeiCore: Handle multiple FV images in one FV fileStar Zeng2-124/+145
2018-07-02MdeModulePkg PeiCore: Not assume PpiDescriptor and Ppi in same rangeStar Zeng1-89/+115
2018-06-28MdeModulePkg: Clean up source filesLiming Gao18-752/+752
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan2-13/+12
2018-06-04MdeModulePkg PeiCore: Check error status when processing boot FVMarcin Wojtas1-6/+7
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é Lureau4-13/+13
2018-02-26MdeModulePkg PeiCore: Add error message to describe PEIM load failureLiming Gao1-1/+6
2018-02-09MdeModulePkg/PeiMain: Cleanup whitespace in Reset.cMichael D Kinney1-21/+20
2018-02-09MdeModulePkg/PeiMain: Always attempt to use Reset2 PPI firstMichael D Kinney1-7/+19
2017-12-28MdeModulePkg PeiCore: Update debug message to print FV handle correctlyLiming Gao1-1/+1
2017-12-05MdeModulePkg: Update PeiCore to pass XCODE tool chainLiming Gao1-1/+2
2017-12-01MdeModulePkg PeiCore: Support USED_SIZE FV_EXT_TYPEStar Zeng1-3/+87
2017-11-03MdeModulePkg: Update PeiCore consumes PCD to get the init value in temp stackLiming Gao2-6/+2
2017-10-10MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng1-0/+12