]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Pei
sync comments, fix function header, rename variable name to follow coding style.
[mirror_edk2.git] / MdeModulePkg / Core / Pei /
2008-10-31 qhuang8Use #include "XXX.h" for module internal header files.
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-30 mdkinneyMeasure time spent in SEC
2008-10-29 eric_tianRemove unnessary UEFI_SPECIFICATION_VERSION and PI_SPEC...
2008-10-28 xli24Refine file header for INF files of DXE and PEI core...
2008-10-28 eric_tian1. build.py's changes : include XXXEntryPointLib.h...
2008-10-28 vanjeffclean up EBC in inf files.
2008-10-27 qwang12Make use of correct format String:
2008-10-21 qwang121) Update SetPeiServicesTablePointer's prototype add...
2008-10-20 klu2Fix ECC issue.
2008-10-17 qwang12Base on PI spec, GetPeiServicesTablePointer is updated...
2008-10-14 lgao4Correct two minor comments
2008-10-05 klu2Change PeiMain/DxeMain's base name to PeiCore/DxeCore.
2008-09-29 klu2Remove DXE CIS word
2008-09-23 lgao4Add assert check to make sure new stack size larger...
2008-09-19 lgao41. Add three sample PCD in HelloWorld application for...
2008-09-04 vanjeffclean up the un-suitable ';' location when declaring...
2008-09-03 klu2move ProcessFv() from dispatcher.c to FwVol.c
2008-09-03 klu2Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporary...
2008-09-03 klu2When new FV is installed, VerifyFv() should be invoked...
2008-08-25 lgao4remove the unused msa files in MdeModulePkg.
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 lgao4Roll back PeiImageRead to original implementation,...
2008-08-08 lgao4Correct some comments to add the detailed information.
2008-08-08 klu2Synchronize the comments for PeiService.
2008-08-08 klu2Add more comments for PeiCore.
2008-08-08 klu2Correct comments.
2008-08-08 klu2correct comments
2008-08-08 klu2correct comments
2008-08-08 klu2Correct comments.
2008-08-01 mdkinneyIncrease size of function addresses printed in DEBUG...
2008-07-23 klu2Code scrub for PeiCore module.
2008-07-21 eric_tianchange lower case to upper case to pass Unix build
2008-07-19 qhuang8Fix a bug that PeiCore might fail to fix up Ppi pointer...
2008-07-17 klu2Change first char in filename to uppercase
2008-07-17 klu2Change first char in filename to uppercase
2008-07-17 klu2Change first char in filename to uppercase
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-14 lgao4Change MAX_PPI_DESCRIPTORS to FixedPcd PcdPeiCoreMaxPpi...
2008-04-03 lgao4Remove unused gEfiPeiSecurityPpiGuid for PeiMain and...
2008-04-03 jwang36Added necessary dependent packages
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 klu2For Itanium platform, the switch CAR action has been...
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.
2008-02-03 klu2Fix bug in latest check-in of "Make sure the base addre...
2008-01-31 zliu3Roll back the updating of 4646 as it will cause the...
2008-01-31 klu2Make sure the base address of stack base and base addre...
2007-12-26 vanjeffFixed the bug that the PPI descriptor number defined...
2007-12-10 klu2MdeModule cleanup for PI:
2007-12-06 lgao4Enable PeiCore to dispatch the encapsulated fv images...
2007-12-04 klu2Roll back wrong check in, peimain and dxe main still...
2007-12-04 klu2Remove useful dependency package's relationship
2007-11-29 qwang12remove building of EFI_SEC_PLATFORM_INFORMATION_PPI...
2007-11-19 qwang121) Make PEI PI File system service to skip PAD file
2007-11-15 qwang12Add a feature flag to allow platform developer to decid...
2007-11-08 qwang121) If PeiLoadImage fails, the section extraction PPI...
2007-11-01 klu2Should use MaxCarTop but *not* CarTop to computer the...
2007-11-01 lgao4Print entry point address by using 0x%10p for the above...
2007-10-31 lgao4Print real entry point for IPF image.
2007-10-31 klu2Fix the issue that CAR size is shown as negative number.
2007-10-26 lgao4Add one judge whether TeImage or PeImage has reloc...
2007-10-24 qwang12ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)
2007-10-22 lgao4Fix alignment requirement when Load IPF TeImage into...
2007-10-19 qwang12Fix a bug which does not run PeiCore from memory after...
2007-10-18 qwang12Fix a bug:
2007-10-18 klu2The BaseAddress and Length should be align PAGE accordi...
2007-10-16 klu2Remove comments for removed parameter.
2007-10-15 qwang121) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSu...
2007-10-10 mdkinneyIncrease max FVs from 4 to 6.
2007-10-10 qwang120) Change the PEI core behavior to not install FV HOB...
2007-10-09 yshang1Clean up Network Components to support GCC build.
2007-10-09 klu2PI Enabling: the address of PeiServices Pointer should be
2007-10-02 vprabhalgit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2007-10-02 vprabhalgit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2007-10-02 vprabhalgit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2007-10-02 vprabhalThe functions in these deleted files are not being...
2007-09-28 qwang12Merge in bug fix from EDK1's PiPei Dispatcher.c
2007-09-28 klu2Fix the cast issue
2007-09-28 lgao4Remove PeCoffLoader library class and its instances.
2007-09-28 lgao41. Replace PeCoffLoader library by PeCoff lib for PeiCo...
2007-09-26 klu2Fix a typo.
2007-09-24 klu2Merge branch of PI tree to main trunk
next