summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg/PeiCore: Fix ConverSinglePpiPointer () typo.Marvin Haeuser2016-08-151-4/+4
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-17/+17
* MdeModulePkg: Remove NORETURN for PeiCore() and DxeMain() functionLiming Gao2016-06-232-2/+0
* MdeModulePkg/Core: Decorate phase-transition functions with NORETURN.Marvin H?user2016-06-222-0/+6
* MdeModulePkg: Allow DxeIpl to load without permanent memoryCohen, Eugene2016-05-301-5/+7
* MdeModulePkg: PeiCore: Fix PEI Multiple Sub-FV Support issueZhang, Chao B2016-05-191-9/+13
* MdeModulePkg: Update PeiCore dispatcher to handle PEIM and PEI_CORE onlyLiming Gao2016-02-291-3/+21
* MdeModulePkg/PeiCore: Fix the debug info of PEI temp heap lengthCinnamon Shia2016-01-281-1/+2
* MdeModulePkg: PeiCore fix Xcode -Wempty-body warningAndrew Fish2015-12-181-9/+9
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg PeiCore: PeiInstallPeiMemory improper ASSERT test on second callStar Zeng2015-11-181-1/+1
* MdeModulePkg PeiCore: PEI dispatcher need retry to process NOT_DISPATCHED FVStar Zeng2015-11-131-4/+11
* MdeModulePkg PeiCore: Fix issue AuthenticationStatus is not propagated correctlyEugene Cohen2015-11-101-7/+10
* MdeModulePkg PeiCore: Recheck SwitchStackSignal after ProcessNotifyList()Star Zeng2015-08-251-263/+293
* MdeModulePkg PeiCore: Add PCD to specify PEIM ShadowLiming Gao2015-08-034-9/+52
* MdeModulePkg: Update PeiCore to handle specific child FVLiming Gao2015-06-251-2/+20
* MdeModulePkg: Update implementation of PeiAllocatePages() to allow EfiReserve...Star Zeng2015-05-111-2/+3
* MdeModulePkg: Add Reset2 ppi support in PEI CORE.Star Zeng2015-05-114-3/+78
* MdeModulePkg: add error handling when DXE IPL PPI is not found.Elvin Li2015-04-011-1/+12
* MdeModulePkg: Remove unused internal structure in PeiCoreLiming Gao2015-03-311-12/+4
* MdeModulePkg: Fix typo.Shumin Qiu2015-03-131-4/+4
* MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issueLiming Gao2014-12-151-6/+6
* MdeModulePkg PeiCore: Update the code of PeiAllocatePages() to correctly cons...Star Zeng2014-10-141-6/+10
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-22/+53
* MdeModulePkg PeiCore: Add NULL pointer check.Star Zeng2014-08-201-0/+8
* Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract...Gao, Liming2014-08-182-5/+30
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-146-42/+104
* MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) shou...Star Zeng2014-08-121-3/+5
* Refine code to make it more safely.Eric Dong2014-06-261-2/+2
* MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng2014-04-151-2/+17
* 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming2014-01-151-0/+5
* Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported f...Gao, Liming2014-01-091-3/+3
* Update the heap migration logic to avoid memory overflow. Liming Gao2014-01-021-1/+4
* Correct the RemainingPages calculation in PEI AllocatePages service.Liming Gao2014-01-021-2/+2
* Fix two issues in PeiCore. Liming Gao2013-12-171-6/+10
* Add support for PI1.2.1 TempRam Done PPI.Liming Gao2013-11-155-146/+303
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-118-190/+611
* Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao2013-10-093-33/+65
* MdeModulePkg: Add support for weakly aligned FVs.Star Zeng2013-09-161-19/+26
* Fixed the issue in PeiCore on Load Module At Fixed Address logicLiming Gao2013-09-041-3/+3
* In order to make sure the image is section alignment, after allocate buffer f...ydong102013-02-271-3/+26
* Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142012-11-081-13/+53
* MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2012-11-011-1/+2
* Add missing status code in several modules.li-elvin2012-10-301-0/+7
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-291-1/+0
* Update HobLib and Hob Service to avoid data over flow. lgao42012-07-172-4/+10
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-271-3/+13
* Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao42012-02-291-9/+27