summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/Dispatcher
AgeCommit message (Expand)Author
2008-10-211) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang12
2008-10-20Fix ECC issue.klu2
2008-09-23Add assert check to make sure new stack size larger than old stack size.lgao4
2008-09-03move ProcessFv() from dispatcher.c to FwVol.cklu2
2008-09-03Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsR...klu2
2008-08-21Fix ICC build error for the inconsistent PeiService pointer date type.lgao4
2008-08-21Add compatibility logic to handle framework fvhob and install FvInfo ppi. And...lgao4
2008-08-18Re-integrate patch in r5626~r5628:Enhance PeiCore dispatcher and fix a bug in...qhuang8
2008-08-12Re-integrate patch in r5625: "Only build FvHob for the extracted FvImage thos...qhuang8
2008-08-12Temporarily rollback the change from 5625 though 5628 for more investigation.qhuang8
2008-08-12Add PeimDispatcherReenter to fix bug of PeiDispatch can not be quit correctly.klu2
2008-08-11Correct more comments for PeiCore.klu2
2008-08-11Enhance PeiCore's dispatcher, move PeimDispatchOnThisPass and PeimNeedingDisp...klu2
2008-08-11Only build FvHob for the extracted FvImage those parent Fv image has FvHob.lgao4
2008-08-08Synchronize the comments for PeiService.klu2
2008-07-23Code scrub for PeiCore module.klu2
2008-07-19Fix a bug that PeiCore might fail to fix up Ppi pointer in CAR. qhuang8
2008-07-16Fix function comment to follows doxygen format.klu2
2008-07-14TempRamSupportPpi is architectural required for IA32/x64/IPF.klu2
2008-07-08Remove window EOLklu2
2008-07-08PeiCore should fixup heap/stack pointer according to heap's/stack's base addr...klu2
2008-05-29If the last PEIM dispatched in Pre-Memory PEI is the last PEIM in the BFV, th...mdkinney
2008-04-03PrivateInMem->CurrentPeimCount should not be incremented when memory is disco...klu2
2008-03-19Modify all file header to follow doxygen formatklu2
2008-03-10Fix GCC building issue.klu2
2008-03-07Add comment for initialization value of CARklu2
2008-03-07For Itanium platform, the switch CAR action has been moved to SecCore accordi...klu2
2008-03-07Correct the visit point's type, it should be UINT32 but not UINTNklu2
2008-03-06Remove commented out code.klu2
2008-03-06The calculating action for CAR usage should be put before calling temporary r...klu2
2008-02-29Merge Temporary Ram support patch.klu2
2007-12-10MdeModule cleanup for PI:klu2
2007-12-06Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao4
2007-11-081) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may no...qwang12
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang12
2007-10-19Fix a bug which does not run PeiCore from memory after shadowing it. qwang12
2007-10-151) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod...qwang12
2007-10-09PI Enabling: the address of PeiServices Pointer should be klu2
2007-09-28Merge in bug fix from EDK1's PiPei Dispatcher.cqwang12
2007-09-24Merge branch of PI tree to main trunkklu2
2007-09-14Add InvokePeiCore function to invoke the PeiCore in new stack.klu2
2007-09-12PI Enable: klu2
2007-08-30[PI compatible enabling] Add PeiRegisterForShadow interface for PEI_SERVICEklu2
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH
2007-07-04Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does f...klu2