summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/PeiMain.h
Commit message (Expand)AuthorAgeFilesLines
* Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu22009-11-111-92/+92
* updated to use the term “temporary memory” but not CAReric_tian2009-04-081-2/+2
* Update PeiCore to handle FvImage with PI FV extension headerlgao42009-03-051-2/+4
* Clean up FaultTolerantWriteDxe to remove the duplicated definition.lgao42009-02-061-2/+0
* coding styleeric_tian2009-01-201-9/+9
* Clean up to update the reference of the these macros:qhuang82008-12-161-1/+1
* Global variables have been moved backward ahead of functions.jji42008-12-031-2/+45
* Update comments for PeiCorelgao42008-11-171-13/+9
* Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove th...qhuang82008-11-131-1/+0
* 1. build.py's changes : include XXXEntryPointLib.h into the corresponding aut...eric_tian2008-10-281-1/+1
* 1) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang122008-10-211-4/+4
* Fix ECC issue.klu22008-10-201-7/+4
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-041-78/+39
* Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsR...klu22008-09-031-5/+0
* Re-integrate patch in r5626~r5628:Enhance PeiCore dispatcher and fix a bug in...qhuang82008-08-181-0/+3
* Temporarily rollback the change from 5625 though 5628 for more investigation.qhuang82008-08-121-3/+0
* Add PeimDispatcherReenter to fix bug of PeiDispatch can not be quit correctly.klu22008-08-121-0/+1
* Enhance PeiCore's dispatcher, move PeimDispatchOnThisPass and PeimNeedingDisp...klu22008-08-111-0/+2
* Add more comments for PeiCore.klu22008-08-081-16/+15
* Correct comments.klu22008-08-081-32/+48
* Correct comments.klu22008-08-081-76/+90
* Code scrub for PeiCore module.klu22008-07-231-20/+18
* Fix a bug that PeiCore might fail to fix up Ppi pointer in CAR. qhuang82008-07-191-3/+4
* Fix function comment to follows doxygen format.klu22008-07-161-742/+410
* Change MAX_PPI_DESCRIPTORS to FixedPcd PcdPeiCoreMaxPpiSupported, the default...lgao42008-04-141-3/+1
* Modify all file header to follow doxygen formatklu22008-03-191-2/+2
* For Itanium platform, the switch CAR action has been moved to SecCore accordi...klu22008-03-071-64/+0
* Merge Temporary Ram support patch.klu22008-02-291-8/+43
* Fixed the bug that the PPI descriptor number defined in PeiCore.h is not enou...vanjeff2007-12-261-27/+27
* MdeModule cleanup for PI:klu22007-12-101-2/+0
* Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao42007-12-061-0/+30
* remove building of EFI_SEC_PLATFORM_INFORMATION_PPI GUIDed HOB from PEI core....qwang122007-11-291-1/+0
* 1) Make PEI PI File system service to skip PAD fileqwang122007-11-191-29/+0
* Fix a bug:qwang122007-10-181-0/+1
* Remove comments for removed parameter.klu22007-10-161-3/+0
* 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod...qwang122007-10-151-8/+6
* Increase max FVs from 4 to 6.mdkinney2007-10-101-1/+1
* Remove PeCoffLoader library class and its instances.lgao42007-09-281-3/+2
* 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao42007-09-281-2/+0
* Merge branch of PI tree to main trunkklu22007-09-241-38/+233
* Add InvokePeiCore function to invoke the PeiCore in new stack.klu22007-09-141-3/+10
* PI Enable: klu22007-09-121-5/+7
* Merge the PI enabling works from the branchqwang122007-09-041-28/+28
* [PI compatible enabling] Add PeiRegisterForShadow interface for PEI_SERVICEklu22007-08-301-0/+19
* Add some definitions which will be used for future PI enabling.klu22007-08-301-0/+32
* Add missing definition EFI_PEIM_ENTRY_POINT to IntelFrameworkPkg and rename o...klu22007-08-131-1/+1
* 1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_...klu22007-08-101-1/+2
* Remove Ppi/LoadFile.h and Ppi/FindFv.h from MdeModulePkg.yshang12007-07-201-1/+1
* Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH2007-07-101-4/+20
* Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does f...klu22007-07-041-0/+1147