summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei
AgeCommit message (Expand)AuthorFilesLines
2014-04-15MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng1-2/+17
2014-01-151. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming1-0/+5
2014-01-09Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported f...Gao, Liming1-3/+3
2014-01-02Update the heap migration logic to avoid memory overflow. Liming Gao1-1/+4
2014-01-02Correct the RemainingPages calculation in PEI AllocatePages service.Liming Gao1-2/+2
2013-12-17Fix two issues in PeiCore. Liming Gao1-6/+10
2013-11-15Add support for PI1.2.1 TempRam Done PPI.Liming Gao5-146/+303
2013-10-111. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng8-190/+611
2013-10-09Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao3-33/+65
2013-09-16MdeModulePkg: Add support for weakly aligned FVs.Star Zeng1-19/+26
2013-09-04Fixed the issue in PeiCore on Load Module At Fixed Address logicLiming Gao1-3/+3
2013-02-27In order to make sure the image is section alignment, after allocate buffer f...ydong101-3/+26
2012-11-08Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng141-13/+53
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian1-1/+2
2012-10-30Add missing status code in several modules.li-elvin1-0/+7
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian1-1/+0
2012-07-17Update HobLib and Hob Service to avoid data over flow. lgao42-4/+10
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng141-3/+13
2012-02-29Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao41-9/+27
2012-01-04Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.lgao41-2/+2
2011-11-251. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng141-2/+47
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-4/+0
2011-10-27Add core FFS3 support, PeiCore and DxeIpl.lzeng145-79/+266
2011-09-20MdeModulePkg PeiMain: Enhance the PEI Core to convert GUID/PPI pointers point...rsun31-9/+44
2011-09-15Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun34-48/+53
2011-07-12Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao41-1/+1
2011-06-16Remove the unused TimerLib from PeiCore.lgao42-4/+2
2011-06-09Add assertion in PeiAllocatePool when out of resource.niruiyu1-1/+2
2011-06-04Fix X64 clang warnings.andrewfish1-1/+1
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff1-2/+2
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao41-0/+11
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney2-1/+31
2010-09-15Refine soma code to make code run safely.ydong101-3/+3
2010-07-07Update the previous fix to only shadow the function for supported processor a...andrewfish1-8/+8
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish1-1/+6
2010-06-291) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney1-68/+85
2010-05-111) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney4-241/+256
2010-05-07Fix ICC 11.1 build breakmdkinney1-3/+3
2010-04-24Update the copyright notice formathhtian18-36/+36
2010-03-12Fixed a bug in LMFA code jchen201-1/+1
2010-03-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen201-16/+118
2010-03-09Minor update comment to remove unprintable character in source file.qhuang81-1/+1
2010-03-04Fix a bug in load modules at fixed address which may potentially impact OS S3.jchen201-1/+1
2010-03-04Fix a bug in LMFA which may potentially impact OS S3.jchen201-1/+1
2010-03-03Minor bug fix and robustness check improvement.rsun31-1/+2
2010-03-01Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispat...klu21-0/+6
2010-02-26Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a1-1/+1
2010-02-26Add parameter checking for PEI service AllocatePages(), according to PI1.2 er...xli241-12/+23
2010-02-26Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen201-7/+7
2010-02-24Avoid shadowing PE image read function on IPFjgong51-1/+1