summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/PeiMain.h
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Fix undefined reference to memcpy with XCODE5Vitaly Cheptsov2020-12-041-1/+1
* MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019...Guomin Jiang2020-07-281-0/+1
* MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki2020-07-281-0/+169
* MdeModulePkg/Core/Pei: Fix various typosAntoine Coeur2020-02-101-2/+2
* MdeModulePkg PeiCore: Improve comment semanticsMichael Kubacki2019-12-111-5/+6
* MdeModulePkg PeiCore: Fix typosMichael Kubacki2019-12-111-20/+20
* MdeModulePkg/PeiMain: Change comments of PeiResetSystem2Zhichao Gao2019-04-281-3/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/PeiMain: Support EFI_PEI_CORE_FV_LOCATION_PPIChasel, Chiu2019-02-151-1/+2
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPpiSupportedStar Zeng2018-12-191-18/+41
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng2018-12-191-2/+13
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPeimPerFvStar Zeng2018-12-191-7/+15
* MdeModulePkg PeiCore: Handle multiple FV images in one FV fileStar Zeng2018-09-031-1/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-102/+102
* MdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typoMarc-André Lureau2018-03-091-1/+1
* MdeModule PeiCore: Support pre memory page allocationStar Zeng2017-09-041-17/+72
* MdeModulePkg PeiCore: Install SEC HOB dataStar Zeng2017-08-041-0/+17
* MdeModulePkg PeiCore: Handle notification PPI from SECStar Zeng2017-08-011-0/+14
* MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2Star Zeng2017-06-301-2/+2
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-2/+2
* MdeModulePkg: Remove NORETURN for PeiCore() and DxeMain() functionLiming Gao2016-06-231-1/+0
* MdeModulePkg/Core: Decorate phase-transition functions with NORETURN.Marvin H?user2016-06-221-0/+1
* MdeModulePkg: Add Reset2 ppi support in PEI CORE.Star Zeng2015-05-111-1/+26
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-141-9/+34
* Add support for PI1.2.1 TempRam Done PPI.Liming Gao2013-11-151-0/+14
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-111-6/+56
* Add core FFS3 support, PeiCore and DxeIpl.lzeng142011-10-271-0/+1
* Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun32011-09-151-14/+7
* Remove the unused TimerLib from PeiCore.lgao42011-06-161-2/+1
* 1) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney2010-05-111-27/+35
* Update the copyright notice formathhtian2010-04-241-2/+2
* Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52010-02-221-0/+4
* Coding style fix and minor improvements.rsun32010-02-111-3/+3
* Enable the Load Module At fixed Address feature jchen202010-02-051-0/+12
* Correct PeiCore not dispatch the register for shadow image without relocation.lgao42010-01-241-1/+3
* Fix some coding style issues in MdeModulePkg.rsun32010-01-151-4/+4
* Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER...klu22010-01-041-0/+521
* Add fixing for supporting third-party FV in unknown format. klu22009-12-251-1/+10
* After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu22009-12-031-0/+13
* Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu22009-11-111-92/+92
* updated to use the term “temporary memory” but not CAReric_tian2009-04-081-2/+2
* Update PeiCore to handle FvImage with PI FV extension headerlgao42009-03-051-2/+4
* Clean up FaultTolerantWriteDxe to remove the duplicated definition.lgao42009-02-061-2/+0
* coding styleeric_tian2009-01-201-9/+9
* Clean up to update the reference of the these macros:qhuang82008-12-161-1/+1
* Global variables have been moved backward ahead of functions.jji42008-12-031-2/+45
* Update comments for PeiCorelgao42008-11-171-13/+9
* Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove th...qhuang82008-11-131-1/+0
* 1. build.py's changes : include XXXEntryPointLib.h into the corresponding aut...eric_tian2008-10-281-1/+1
* 1) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang122008-10-211-4/+4