summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei
Commit message (Expand)AuthorAgeFilesLines
* 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
* PeiInstallPeiMemory should only be called one time.klu22009-03-121-0/+11
* Add comments and refine code to avoid addition overflow.qhuang82009-03-111-1/+5
* Add check to the allocated pool.lgao42009-03-111-1/+1
* Fix a bug that Pages*EFI_PAGES_SIZE might be a negative number.qhuang82009-03-101-5/+5
* Update PeiCore to handle FvImage with PI FV extension headerlgao42009-03-055-23/+41
* Correct minor comments in meta data file.lgao42009-02-251-12/+12
* Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42009-02-252-2/+2
* Meta-data reviewed.gikidy2009-02-131-19/+19
* Source level security checkedjji42009-02-131-1/+1
* Source level security checkedjji42009-02-132-0/+2
* * MdeModulePkg/Core/Pei/Dependency/Dependency.hjljusten2009-02-121-1/+1
* Clean up FaultTolerantWriteDxe to remove the duplicated definition.lgao42009-02-061-2/+0
* Use UEFI macros for PE/COFF image typesmdkinney2009-02-051-1/+1
* coding styleeric_tian2009-01-201-9/+9
* Fix a bug which print new stack size and old stack size wrongly.qwang122009-01-151-2/+2
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-231-0/+1
* check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42008-12-182-5/+5
* Clean up to update the reference of the these macros:qhuang82008-12-161-1/+1
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-032-2/+1
* Global variables have been moved backward ahead of functions.jji42008-12-033-43/+45
* ECC clanup: Update the doxygen comment.qwang122008-11-201-3/+0