summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: DxeCore: Correct Runtime Granularity Memory TypeOliver Smith-Denny2024-03-141-1/+1
* MdeModulePkg/Core/Pei: Improve the copy performanceLi, Zhihao2024-03-011-2/+2
* MdeModulePkg: Support customized FV Migration InformationCheng Sun2023-12-254-73/+63
* 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-102-2/+2
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-0717-2148/+2303
* MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-074-8/+8
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-077-63/+55
* 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-162-3/+3
* MdeModulePkg/PeiCore: Remove MigrateSecModulesInFv()Michael Kubacki2021-08-271-96/+0
* PeiCore: Remove assertion when failing to load PE imageRay Ni2021-06-161-4/+1
* MdeModulePkg: Fix undefined reference to memcpy with XCODE5Vitaly Cheptsov2020-12-043-8/+8
* MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019...Guomin Jiang2020-07-283-0/+30
* MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki2020-07-287-9/+1099
* MdeModulePkg/Core/Pei: Fix various typosAntoine Coeur2020-02-105-11/+11
* MdeModulePkg PeiCore: Improve comment semanticsMichael Kubacki2019-12-116-27/+31
* MdeModulePkg PeiCore: Fix typosMichael Kubacki2019-12-1112-112/+112
* MdeModulePkg: PEI Core: clean up "AprioriFile" handling in FindFileEx()Laszlo Ersek2019-10-092-2/+2
* MdeModulePkg/PeiMain: PeiAllocatePool: output NULL if HOB creation failsBret Barkelew2019-06-241-1/+6
* MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-092-66/+0
* MdeModulePkg/PeiMain: Change comments of PeiResetSystem2Zhichao Gao2019-04-282-7/+3
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0920-137/+20
* MdeModulePkg/PeiCore: Ensure FfsFileHeader 8 bytes alignedStar Zeng2019-02-281-2/+2
* MdeModulePkg/PeiMain: Support EFI_PEI_CORE_FV_LOCATION_PPIChasel, Chiu2019-02-153-15/+44
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPpiSupportedStar Zeng2018-12-195-199/+254
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng2018-12-194-24/+75
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPeimPerFvStar Zeng2018-12-194-108/+136
* MdeModulePkg PeiCore: Always use PeiImageRead() function to load PEI imageLiming Gao2018-09-071-84/+1
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg: Remove trailing white spaceStar Zeng2018-09-061-2/+2
* MdeModulePkg PeiCore: Fix VS2012 build failureStar Zeng2018-09-051-0/+2
* MdeModulePkg PeiCore: Handle multiple FV images in one FV fileStar Zeng2018-09-032-124/+145
* MdeModulePkg PeiCore: Not assume PpiDescriptor and Ppi in same rangeStar Zeng2018-07-021-89/+115
* MdeModulePkg: Clean up source filesLiming Gao2018-06-2818-752/+752
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-262-13/+12
* MdeModulePkg PeiCore: Check error status when processing boot FVMarcin Wojtas2018-06-041-6/+7
* 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-094-13/+13
* MdeModulePkg PeiCore: Add error message to describe PEIM load failureLiming Gao2018-02-261-1/+6
* MdeModulePkg/PeiMain: Cleanup whitespace in Reset.cMichael D Kinney2018-02-091-21/+20
* MdeModulePkg/PeiMain: Always attempt to use Reset2 PPI firstMichael D Kinney2018-02-091-7/+19
* MdeModulePkg PeiCore: Update debug message to print FV handle correctlyLiming Gao2017-12-281-1/+1
* MdeModulePkg: Update PeiCore to pass XCODE tool chainLiming Gao2017-12-051-1/+2
* MdeModulePkg PeiCore: Support USED_SIZE FV_EXT_TYPEStar Zeng2017-12-011-3/+87
* MdeModulePkg: Update PeiCore consumes PCD to get the init value in temp stackLiming Gao2017-11-032-6/+2
* MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng2017-10-101-0/+12
* MdeModulePkg PeiCore: More debug messages for pre-memory allocationsStar Zeng2017-09-301-1/+13
* MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng2017-09-261-11/+24