summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.lgao42012-01-041-2/+2
* 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng142011-11-251-2/+47
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-4/+0
* Add core FFS3 support, PeiCore and DxeIpl.lzeng142011-10-275-79/+266
* MdeModulePkg PeiMain: Enhance the PEI Core to convert GUID/PPI pointers point...rsun32011-09-201-9/+44
* Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun32011-09-154-48/+53
* Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao42011-07-121-1/+1
* Remove the unused TimerLib from PeiCore.lgao42011-06-162-4/+2
* Add assertion in PeiAllocatePool when out of resource.niruiyu2011-06-091-1/+2
* Fix X64 clang warnings.andrewfish2011-06-041-1/+1
* Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff2011-03-141-2/+2
* Update PeiCore and DxeCore to verify FFS data checksum.lgao42011-02-231-0/+11
* Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney2010-12-042-1/+31
* Refine soma code to make code run safely.ydong102010-09-151-3/+3
* Update the previous fix to only shadow the function for supported processor a...andrewfish2010-07-071-8/+8
* Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish2010-07-071-1/+6
* 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-114-241/+256
* Fix ICC 11.1 build breakmdkinney2010-05-071-3/+3
* Update the copyright notice formathhtian2010-04-2418-36/+36
* Fixed a bug in LMFA code jchen202010-03-121-1/+1
* The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen202010-03-101-16/+118
* Minor update comment to remove unprintable character in source file.qhuang82010-03-091-1/+1
* Fix a bug in load modules at fixed address which may potentially impact OS S3.jchen202010-03-041-1/+1
* Fix a bug in LMFA which may potentially impact OS S3.jchen202010-03-041-1/+1
* Minor bug fix and robustness check improvement.rsun32010-03-031-1/+2
* Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispat...klu22010-03-011-0/+6
* Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a2010-02-261-1/+1
* Add parameter checking for PEI service AllocatePages(), according to PI1.2 er...xli242010-02-261-12/+23
* Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen202010-02-261-7/+7
* Avoid shadowing PE image read function on IPFjgong52010-02-241-1/+1
* 1. Correct File header to ## @filelgao42010-02-241-2/+2
* Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52010-02-222-7/+47
* Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu22010-02-111-1/+22
* Coding style fix and minor improvements.rsun32010-02-117-33/+33
* revise the debug message to add 0x in front of the HEX number for consistencyjchen202010-02-103-19/+19
* modified to pass the ICC buildjchen202010-02-051-6/+6
* Enable the Load Module At fixed Address feature jchen202010-02-054-33/+585
* Enable PEI core to differentiate PEIMs in performance log by passing PEIM fil...jgong52010-02-041-4/+4
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-293-15/+15