summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei
AgeCommit message (Expand)AuthorFilesLines
2008-04-14Change MAX_PPI_DESCRIPTORS to FixedPcd PcdPeiCoreMaxPpiSupported, the default...lgao43-8/+7
2008-04-03Remove unused gEfiPeiSecurityPpiGuid for PeiMain and DxeIpllgao41-2/+0
2008-04-03Added necessary dependent packagesjwang361-1/+2
2008-04-03PrivateInMem->CurrentPeimCount should not be incremented when memory is disco...klu21-5/+0
2008-03-19Modify all file header to follow doxygen formatklu214-28/+28
2008-03-10Fix GCC building issue.klu23-7/+2
2008-03-07Add comment for initialization value of CARklu22-5/+3
2008-03-07For Itanium platform, the switch CAR action has been moved to SecCore accordi...klu27-361/+0
2008-03-07Correct the visit point's type, it should be UINT32 but not UINTNklu21-3/+3
2008-03-06Remove commented out code.klu21-34/+0
2008-03-06The calculating action for CAR usage should be put before calling temporary r...klu22-29/+24
2008-02-29Merge Temporary Ram support patch.klu26-320/+443
2008-02-03Fix bug in latest check-in of "Make sure the base address of stack base and b...klu21-4/+11
2008-01-31Roll back the updating of 4646 as it will cause the Richford SoftSDV boot fai...zliu31-11/+4
2008-01-31Make sure the base address of stack base and base address of hob start is in ...klu21-4/+11
2007-12-26Fixed the bug that the PPI descriptor number defined in PeiCore.h is not enou...vanjeff1-27/+27
2007-12-10MdeModule cleanup for PI:klu25-18/+20
2007-12-06Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao45-88/+339
2007-12-04Roll back wrong check in, peimain and dxe main still dependent on intelframew...klu21-1/+2
2007-12-04Remove useful dependency package's relationshipklu21-1/+0
2007-11-29remove building of EFI_SEC_PLATFORM_INFORMATION_PPI GUIDed HOB from PEI core....qwang123-36/+0
2007-11-191) Make PEI PI File system service to skip PAD fileqwang122-67/+2
2007-11-15Add a feature flag to allow platform developer to decide if TE or PE32 sectio...qwang122-6/+18
2007-11-081) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may no...qwang124-16/+19
2007-11-01Should use MaxCarTop but *not* CarTop to computer the usage of stackklu21-1/+1
2007-11-01Print entry point address by using 0x%10p for the above 4G address.lgao41-2/+2
2007-10-31Print real entry point for IPF image.lgao42-8/+21
2007-10-31Fix the issue that CAR size is shown as negative number.klu21-3/+3
2007-10-26Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao41-0/+7
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang121-1/+2
2007-10-22Fix alignment requirement when Load IPF TeImage into memory.lgao41-0/+9
2007-10-19Fix a bug which does not run PeiCore from memory after shadowing it. qwang121-1/+1
2007-10-18Fix a bug:qwang123-0/+36
2007-10-18The BaseAddress and Length should be align PAGE according to PI specification...klu21-1/+1
2007-10-16Remove comments for removed parameter.klu22-7/+0
2007-10-151) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod...qwang124-16/+18
2007-10-10Increase max FVs from 4 to 6.mdkinney1-1/+1
2007-10-100) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang121-1/+0
2007-10-09Clean up Network Components to support GCC build.yshang11-2/+2
2007-10-09PI Enabling: the address of PeiServices Pointer should be klu22-1/+7
2007-10-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4014 6f1...vprabhal1-0/+1
2007-10-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4013 6f1...vprabhal1-1/+0
2007-10-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4012 6f1...vprabhal1-1/+0
2007-10-02The functions in these deleted files are not being used and also are there in...vprabhal4-312/+0
2007-09-28Merge in bug fix from EDK1's PiPei Dispatcher.cqwang121-5/+9
2007-09-28Fix the cast issue klu21-1/+1
2007-09-28Remove PeCoffLoader library class and its instances.lgao43-6/+3
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao43-180/+51
2007-09-26Fix a typo.klu21-3/+3
2007-09-24Merge branch of PI tree to main trunkklu212-675/+1677