summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/PeiMain
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-73/+90
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-1/+1
* MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki2020-07-281-2/+20
* MdeModulePkg/Core/Pei: Fix various typosAntoine Coeur2020-02-101-1/+1
* MdeModulePkg PeiCore: Fix typosMichael Kubacki2019-12-111-1/+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-13/+40
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPpiSupportedStar Zeng2018-12-191-11/+19
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng2018-12-191-8/+8
* MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPeimPerFvStar Zeng2018-12-191-25/+23
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-16/+16
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-261-9/+8
* MdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typoMarc-André Lureau2018-03-091-1/+1
* MdeModule PeiCore: Support pre memory page allocationStar Zeng2017-09-041-1/+7
* MdeModulePkg PeiCore: Handle notification PPI from SECStar Zeng2017-08-011-4/+3
* MdeModulePkg PeiCore: Make SetPeiServicesTablePointer() early in EntryPointLiming Gao2016-11-291-9/+9
* 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/+5
* MdeModulePkg: Allow DxeIpl to load without permanent memoryCohen, Eugene2016-05-301-5/+7
* MdeModulePkg PeiCore: Add PCD to specify PEIM ShadowLiming Gao2015-08-031-1/+5
* MdeModulePkg: Add Reset2 ppi support in PEI CORE.Star Zeng2015-05-111-1/+2
* MdeModulePkg: add error handling when DXE IPL PPI is not found.Elvin Li2015-04-011-1/+12
* MdeModulePkg PeiCore: Add NULL pointer check.Star Zeng2014-08-201-0/+8
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-141-2/+40
* Add support for PI1.2.1 TempRam Done PPI.Liming Gao2013-11-151-6/+28
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-111-2/+4
* Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun32011-09-151-3/+3
* 1) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney2010-06-291-68/+85
* 1) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney2010-05-111-23/+132
* Update the copyright notice formathhtian2010-04-241-2/+2
* Coding style fix and minor improvements.rsun32010-02-111-5/+5
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-271-1/+1
* Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney2010-01-141-2/+2
* Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER...klu22010-01-041-2/+2
* Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu22009-11-111-2/+2
* ECC clanup: Update the doxygen comment.qwang122008-11-201-3/+0
* Use #include "XXX.h" for module internal header files.qhuang82008-10-311-1/+1
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-2/+2
* Measure time spent in SECmdkinney2008-10-301-0/+3
* 1. build.py's changes : include XXXEntryPointLib.h into the corresponding aut...eric_tian2008-10-281-5/+6
* 1) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang122008-10-211-1/+1
* Re-integrate patch in r5626~r5628:Enhance PeiCore dispatcher and fix a bug in...qhuang82008-08-181-13/+17
* Temporarily rollback the change from 5625 though 5628 for more investigation.qhuang82008-08-121-17/+13
* Correct more comments for PeiCore.klu22008-08-111-13/+17
* Correct comments.klu22008-08-081-2/+2
* Code scrub for PeiCore module.klu22008-07-231-5/+19
* Fix function comment to follows doxygen format.klu22008-07-161-34/+19
* Modify all file header to follow doxygen formatklu22008-03-191-2/+2
* Add comment for initialization value of CARklu22008-03-071-5/+0