summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-273-6/+4
* Print the warning information for the image without relocation only when load...lgao42010-01-261-2/+2
* Remove ASSERT() to make AllocatePool() service match PI spec.klu22010-01-261-2/+5
* Fix the issue that accessing for unaligned address break IPFklu22010-01-251-3/+5
* Correct PeiCore not dispatch the register for shadow image without relocation.lgao42010-01-243-9/+97
* Update PeiLoadFilePpi produced by PeiCore to load only images with relocation...lgao42010-01-151-1/+1
* Fix some coding style issues in MdeModulePkg.rsun32010-01-152-5/+5
* When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy...klu22010-01-141-1/+2
* Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney2010-01-143-11/+13
* Cleanup INF file for PEI Core mdkinney2010-01-141-11/+4
* check whether FvHandle is NULL for FfsGetVolumeInfo() interface.klu22010-01-041-2/+2
* Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER...klu22010-01-045-5/+1199
* Fix ICC compiler warning.xli242009-12-251-4/+0
* Add fixing for supporting third-party FV in unknown format. klu22009-12-253-21/+293
* Move the Fv updating of PeiCore's internal structure PrivateData out of the i...klu22009-12-031-65/+83
* Remove the tab characters.klu22009-12-032-33/+33
* After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu22009-12-033-0/+63
* The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n...klu22009-11-271-1/+1
* Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA...klu22009-11-251-0/+4
* Following 3 updates are for spec update published in PI 1.2.xli242009-11-171-5/+12
* Remove a typoklu22009-11-161-1/+1
* Initialize the FileHandle to NULL, before search FV image file in discoveried FVklu22009-11-162-0/+3
* To make backward compatiblity, if can not find corresponding the handle of FV...klu22009-11-111-0/+9
* Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu22009-11-116-464/+1116
* Update comments on setting >= 8 bytes Fv Alignment.lgao42009-10-261-1/+1
* For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImag...jchen202009-10-261-3/+3
* PEI Core: Remove unused variable in PeiLoadImageLoadImage function.jljusten2009-10-081-3/+0
* Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...mdkinney2009-10-011-49/+55
* Make ASSERT statement more meaningful.lgao42009-09-171-4/+4
* Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao42009-09-161-0/+7
* Set correctly FV format guid when install FV INFO PPI.lgao42009-09-101-3/+1
* 1. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_L...qhuang82009-08-111-15/+5
* updated to use the term “temporary memory” but not CAReric_tian2009-04-084-12/+12