]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Pei
Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language match...
[mirror_edk2.git] / MdeModulePkg / Core / Pei /
2009-04-08 eric_tianupdated to use the term “temporary memory” but not CAR
2009-03-12 klu2PeiInstallPeiMemory should only be called one time.
2009-03-11 qhuang8Add comments and refine code to avoid addition overflow.
2009-03-11 lgao4Add check to the allocated pool.
2009-03-10 qhuang8Fix a bug that Pages*EFI_PAGES_SIZE might be a negative...
2009-03-05 lgao4Update PeiCore to handle FvImage with PI FV extension...
2009-02-25 lgao4Correct minor comments in meta data file.
2009-02-25 lgao4Use single one PcdFrameworkCompatibilitySupport PCD...
2009-02-13 gikidyMeta-data reviewed.
2009-02-13 jji4Source level security checked
2009-02-13 jji4Source level security checked
2009-02-12 jljusten* MdeModulePkg/Core/Pei/Dependency/Dependency.h
2009-02-06 lgao4Clean up FaultTolerantWriteDxe to remove the duplicated...
2009-02-05 mdkinneyUse UEFI macros for PE/COFF image types
2009-01-20 eric_tiancoding style
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-12-16 qhuang8Clean up to update the reference of the these macros:
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-12-03 jji4Global variables have been moved backward ahead of...
2008-11-20 qwang12ECC clanup: Update the doxygen comment.
2008-11-17 lgao4Update comments for PeiCore
2008-11-13 qhuang8Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvI...
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...
next