summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/Dispatcher
AgeCommit message (Expand)Author
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney
2010-05-111) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney
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-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-02-26Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a
2010-02-26Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen20
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-24Correct PeiCore not dispatch the register for shadow image without relocation.lgao4
2010-01-14Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney
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-11Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2.klu2
2009-04-08updated to use the term “temporary memory” but not CAReric_tian
2009-03-05Update PeiCore to handle FvImage with PI FV extension headerlgao4
2009-02-13Source level security checkedjji4
2009-01-15Fix a bug which print new stack size and old stack size wrongly.qwang12
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang8
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji4
2008-10-31Use #include "XXX.h" for module internal header files.qhuang8
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