summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei
AgeCommit message (Expand)AuthorFilesLines
2010-02-241. Correct File header to ## @filelgao41-2/+2
2010-02-22Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52-7/+47
2010-02-11Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu21-1/+22
2010-02-11Coding style fix and minor improvements.rsun37-33/+33
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen203-19/+19
2010-02-05modified to pass the ICC buildjchen201-6/+6
2010-02-05Enable the Load Module At fixed Address feature jchen204-33/+585
2010-02-04Enable PEI core to differentiate PEIMs in performance log by passing PEIM fil...jgong51-4/+4
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney3-15/+15
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli243-6/+4
2010-01-26Print the warning information for the image without relocation only when load...lgao41-2/+2
2010-01-26Remove ASSERT() to make AllocatePool() service match PI spec.klu21-2/+5
2010-01-25Fix the issue that accessing for unaligned address break IPFklu21-3/+5
2010-01-24Correct PeiCore not dispatch the register for shadow image without relocation.lgao43-9/+97
2010-01-15Update PeiLoadFilePpi produced by PeiCore to load only images with relocation...lgao41-1/+1
2010-01-15Fix some coding style issues in MdeModulePkg.rsun32-5/+5
2010-01-14When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy...klu21-1/+2
2010-01-14Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney3-11/+13
2010-01-14Cleanup INF file for PEI Core mdkinney1-11/+4
2010-01-04check whether FvHandle is NULL for FfsGetVolumeInfo() interface.klu21-2/+2
2010-01-04Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER...klu25-5/+1199
2009-12-25Fix ICC compiler warning.xli241-4/+0
2009-12-25Add fixing for supporting third-party FV in unknown format. klu23-21/+293
2009-12-03Move the Fv updating of PeiCore's internal structure PrivateData out of the i...klu21-65/+83
2009-12-03Remove the tab characters.klu22-33/+33
2009-12-03After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu23-0/+63
2009-11-27The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n...klu21-1/+1
2009-11-25Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA...klu21-0/+4
2009-11-17Following 3 updates are for spec update published in PI 1.2.xli241-5/+12
2009-11-16Remove a typoklu21-1/+1
2009-11-16Initialize the FileHandle to NULL, before search FV image file in discoveried FVklu22-0/+3
2009-11-11To make backward compatiblity, if can not find corresponding the handle of FV...klu21-0/+9
2009-11-11Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu26-464/+1116
2009-10-26Update comments on setting >= 8 bytes Fv Alignment.lgao41-1/+1
2009-10-26For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImag...jchen201-3/+3
2009-10-08PEI Core: Remove unused variable in PeiLoadImageLoadImage function.jljusten1-3/+0
2009-10-01Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...mdkinney1-49/+55
2009-09-17Make ASSERT statement more meaningful.lgao41-4/+4
2009-09-16Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao41-0/+7
2009-09-10Set correctly FV format guid when install FV INFO PPI.lgao41-3/+1
2009-08-111. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_L...qhuang81-15/+5
2009-04-08updated to use the term “temporary memory” but not CAReric_tian4-12/+12
2009-03-12PeiInstallPeiMemory should only be called one time.klu21-0/+11
2009-03-11Add comments and refine code to avoid addition overflow.qhuang81-1/+5
2009-03-11Add check to the allocated pool.lgao41-1/+1
2009-03-10Fix a bug that Pages*EFI_PAGES_SIZE might be a negative number.qhuang81-5/+5
2009-03-05Update PeiCore to handle FvImage with PI FV extension headerlgao45-23/+41
2009-02-25Correct minor comments in meta data file.lgao41-12/+12
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42-2/+2
2009-02-13Meta-data reviewed.gikidy1-19/+19