audk/MdeModulePkg/Core/Pei
jchen20 b7250b714a Fixed a bug in LMFA code
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10233 6f19259b-4bc3-4df7-8a09-765794883524
2010-03-12 04:35:00 +00:00
..
BootMode Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_ARCHITECTURES in inf files with DSC file. 2008-12-03 09:08:05 +00:00
CpuIo Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SERVICES_TABLE. 2010-01-04 04:36:37 +00:00
Dependency * MdeModulePkg/Core/Pei/Dependency/Dependency.h 2009-02-12 17:15:08 +00:00
Dispatcher Fixed a bug in LMFA code 2010-03-12 04:35:00 +00:00
FwVol Minor update comment to remove unprintable character in source file. 2010-03-09 05:58:00 +00:00
Hob Use #include "XXX.h" for module internal header files. 2008-10-31 04:35:02 +00:00
Image Avoid shadowing PE image read function on IPF 2010-02-24 07:00:37 +00:00
Memory Add parameter checking for PEI service AllocatePages(), according to PI1.2 errata A. 2010-02-26 09:26:52 +00:00
PciCfg2 Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SERVICES_TABLE. 2010-01-04 04:36:37 +00:00
PeiMain Coding style fix and minor improvements. 2010-02-11 02:33:16 +00:00
Ppi Coding style fix and minor improvements. 2010-02-11 02:33:16 +00:00
Reset Use #include "XXX.h" for module internal header files. 2008-10-31 04:35:02 +00:00
Security Coding style fix and minor improvements. 2010-02-11 02:33:16 +00:00
StatusCode Use #include "XXX.h" for module internal header files. 2008-10-31 04:35:02 +00:00
PeiMain.h Enhance memory copy logic for PEI core image read. The change uses CopyMem() library function for unshadowed version and uses inline implementation for a shadowed version. This reduces PE image reading time to 1/5 - 1/10 when code cache is disabled. The change also fixed a memory leak when allocating shadow space for image read function. 2010-02-22 05:48:06 +00:00
PeiMain.inf 1. Correct File header to ## @file 2010-02-24 00:21:16 +00:00