]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
revise the debug message to add 0x in front of the HEX number for consistency
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Dispatcher / Dispatcher.c
2010-02-10 jchen20revise the debug message to add 0x in front of the...
2010-02-05 jchen20modified to pass the ICC build
2010-02-05 jchen20Enable the Load Module At fixed Address feature
2010-02-04 jgong5Enable PEI core to differentiate PEIMs in performance...
2010-01-29 mdkinneyRemove unnecessary use of FixedPcdxxx() functions and...
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-24 lgao4Correct PeiCore not dispatch the register for shadow...
2010-01-14 mdkinneyUpdate INF file to properly declare which PCDs must...
2009-12-03 klu2Remove the tab characters.
2009-12-03 klu2After PeiCore is shadowed into permanent memory, the...
2009-11-27 klu2The FV size in EFI_FV_INFO has been excluded the length...
2009-11-11 klu2Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by...
2009-04-08 eric_tianupdated to use the term “temporary memory” but not CAR
2009-03-05 lgao4Update PeiCore to handle FvImage with PI FV extension...
2009-02-13 jji4Source level security checked
2009-01-15 qwang12Fix a bug which print new stack size and old stack...
2008-12-23 qhuang8Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib...
2008-12-18 jji4check the usage of %d,%x,%ld,%lx and so on in debug...
2008-10-31 qhuang8Use #include "XXX.h" for module internal header files.
2008-10-21 qwang121) Update SetPeiServicesTablePointer's prototype add...
2008-10-20 klu2Fix ECC issue.
2008-09-23 lgao4Add assert check to make sure new stack size larger...
2008-09-03 klu2move ProcessFv() from dispatcher.c to FwVol.c
2008-09-03 klu2Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporary...
2008-08-21 lgao4Fix ICC build error for the inconsistent PeiService...
2008-08-21 lgao4Add compatibility logic to handle framework fvhob and...
2008-08-18 qhuang8Re-integrate patch in r5626~r5628:Enhance PeiCore dispa...
2008-08-12 qhuang8Re-integrate patch in r5625: "Only build FvHob for...
2008-08-12 qhuang8Temporarily rollback the change from 5625 though 5628...
2008-08-12 klu2Add PeimDispatcherReenter to fix bug of PeiDispatch...
2008-08-11 klu2Correct more comments for PeiCore.
2008-08-11 klu2Enhance PeiCore's dispatcher, move PeimDispatchOnThisPa...
2008-08-11 lgao4Only build FvHob for the extracted FvImage those parent...
2008-08-08 klu2Synchronize the comments for PeiService.
2008-07-23 klu2Code scrub for PeiCore module.
2008-07-19 qhuang8Fix a bug that PeiCore might fail to fix up Ppi pointer...
2008-07-16 klu2Fix function comment to follows doxygen format.
2008-07-14 klu2TempRamSupportPpi is architectural required for IA32...
2008-07-08 klu2Remove window EOL
2008-07-08 klu2PeiCore should fixup heap/stack pointer according to...
2008-05-29 mdkinneyIf the last PEIM dispatched in Pre-Memory PEI is the...
2008-04-03 klu2PrivateInMem->CurrentPeimCount should not be incremente...
2008-03-19 klu2Modify all file header to follow doxygen format
2008-03-10 klu2Fix GCC building issue.
2008-03-07 klu2Add comment for initialization value of CAR
2008-03-07 klu2Correct the visit point's type, it should be UINT32...
2008-03-06 klu2Remove commented out code.
2008-03-06 klu2The calculating action for CAR usage should be put...
2008-02-29 klu2Merge Temporary Ram support patch.
2007-12-10 klu2MdeModule cleanup for PI:
2007-12-06 lgao4Enable PeiCore to dispatch the encapsulated fv images...
2007-11-08 qwang121) If PeiLoadImage fails, the section extraction PPI...
2007-10-24 qwang12ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)
2007-10-19 qwang12Fix a bug which does not run PeiCore from memory after...
2007-10-15 qwang121) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSu...
2007-10-09 klu2PI Enabling: the address of PeiServices Pointer should be
2007-09-28 qwang12Merge in bug fix from EDK1's PiPei Dispatcher.c
2007-09-24 klu2Merge branch of PI tree to main trunk
2007-09-14 klu2Add InvokePeiCore function to invoke the PeiCore in...
2007-09-12 klu2PI Enable:
2007-08-30 klu2[PI compatible enabling] Add PeiRegisterForShadow inter...
2007-07-10 AJFISHRemoved CommonHeader.h from MdePkg & MdeModulePkg
2007-07-04 klu2Add PeiCore module for enabling NT32Pkg, please attenti...