summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei
AgeCommit message (Expand)Author
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao4
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney
2010-09-15Refine soma code to make code run safely.ydong10
2010-07-07Update the previous fix to only shadow the function for supported processor a...andrewfish
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish
2010-06-291) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney
2010-05-111) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney
2010-05-07Fix ICC 11.1 build breakmdkinney
2010-04-24Update the copyright notice formathhtian
2010-03-12Fixed a bug in LMFA code jchen20
2010-03-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen20
2010-03-09Minor update comment to remove unprintable character in source file.qhuang8
2010-03-04Fix a bug in load modules at fixed address which may potentially impact OS S3.jchen20
2010-03-04Fix a bug in LMFA which may potentially impact OS S3.jchen20
2010-03-03Minor bug fix and robustness check improvement.rsun3
2010-03-01Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispat...klu2
2010-02-26Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a
2010-02-26Add parameter checking for PEI service AllocatePages(), according to PI1.2 er...xli24
2010-02-26Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen20
2010-02-24Avoid shadowing PE image read function on IPFjgong5
2010-02-241. Correct File header to ## @filelgao4
2010-02-22Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong5
2010-02-11Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu2
2010-02-11Coding style fix and minor improvements.rsun3
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen20
2010-02-05modified to pass the ICC buildjchen20
2010-02-05Enable the Load Module At fixed Address feature jchen20
2010-02-04Enable PEI core to differentiate PEIMs in performance log by passing PEIM fil...jgong5
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli24
2010-01-26Print the warning information for the image without relocation only when load...lgao4
2010-01-26Remove ASSERT() to make AllocatePool() service match PI spec.klu2
2010-01-25Fix the issue that accessing for unaligned address break IPFklu2
2010-01-24Correct PeiCore not dispatch the register for shadow image without relocation.lgao4
2010-01-15Update PeiLoadFilePpi produced by PeiCore to load only images with relocation...lgao4
2010-01-15Fix some coding style issues in MdeModulePkg.rsun3
2010-01-14When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy...klu2
2010-01-14Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney
2010-01-14Cleanup INF file for PEI Core mdkinney
2010-01-04check whether FvHandle is NULL for FfsGetVolumeInfo() interface.klu2
2010-01-04Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER...klu2
2009-12-25Fix ICC compiler warning.xli24
2009-12-25Add fixing for supporting third-party FV in unknown format. klu2
2009-12-03Move the Fv updating of PeiCore's internal structure PrivateData out of the i...klu2
2009-12-03Remove the tab characters.klu2
2009-12-03After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs...klu2
2009-11-27The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n...klu2
2009-11-25Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA...klu2
2009-11-17Following 3 updates are for spec update published in PI 1.2.xli24