]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/DxeIplPeim
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim /
2011-03-14 ydong10Enhance inf and dec file to follow specs.
2011-03-14 erictianadd gEfiPeiMasterBootModeGuid dependency for getting...
2010-08-26 pgao2Avoid DxeCore to reclaim PEI stack as IDT may be on...
2010-07-18 andrewfishFix 64-bit bug in DxeIpl. You can't cast an & UINT64...
2010-04-24 hhtianUpdate the copyright notice format
2010-03-11 vanjeffroll back IDT_ENTRY counter to 32
2010-03-01 jchen20update DxeIpl to use EFI_S3_RESUME2_PPI instead of...
2010-02-27 vanjeff1. Refine debug agent library.
2010-02-24 vanjeffroll back changing on save and restore interrupt status...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-11 rsun3Coding style fix and minor improvements.
2010-02-10 vanjeffa)Save and disable CPU interrupt before calling AsmWrit...
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-14 rsun3Fix the issue in MdeModulePkg that mismatch between...
2009-08-24 qhuang8Make end of line consistent caused by previous check in.
2009-08-24 qhuang8Integrate the patch contributed by Andrew Fish to port...
2009-08-20 qhuang8Use .p2align directive instead of ambiguous .align...
2009-08-11 qhuang81. Update DxeIpl PEIM to not use PeCoffLoaderLib to...
2009-05-20 xli24Replace .globl with ASM_GLOBAL
2009-04-28 lgao4Add ASSERT when EFI decompress need to be parsed but...
2009-04-27 jljustenAdd PcdDxeIplSupportUefiDecompress usage into DxeIpl...
2009-04-10 jljustenFix various 'EFIAPI' inconsistencies found while buildi...
2009-02-24 qhuang81. Remove feature flag PcdDxeIplEnableIdt entries
2009-01-21 lgao4Correct FeatureFlagExpress PCD format based on INF...
2009-01-20 gikidyMeta-data review.
2008-12-23 qhuang8Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib...
2008-12-12 jji4INF head modified
2008-12-05 mdkinneySimplify call to FUNCTION_ENTRY_POINT() based on update...
2008-12-05 xli24Fix the build break caused by update of FUNCTION_ENTRY_...
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-11-27 lgao4Update PEIM entry point to follow PEIM entry point.
2008-11-27 xli24Add necessary CONST modifier.
2008-11-19 qhuang8Split Ebc from x64 implementation since x64 version...
2008-11-15 mdkinneyCreate X64 mode page tables in memory even when PEI...
2008-11-05 klu2Remove over specific library class
2008-11-05 klu2Remove over specific library class
2008-10-29 mdkinneyImages loaded by the DXE IPL should allocate memory...
2008-10-28 vanjeffclean up EBC in inf files.
2008-09-04 xli24Update prototype of DxeLoadCore().
2008-08-25 lgao4remove the unused msa files in MdeModulePkg.
2008-08-01 mdkinneyIncrease size of function addresses printed in DEBUG...
2008-07-28 lgao4Add comments to MdeModulePkg.dec, Correct minor comment...
2008-07-19 qhuang8Fix the ICC waring for unreachable code.
2008-07-19 qhuang8Simplify the code to use the EFI_FV_FILE_INFO structure...
2008-07-18 qhuang8Code scrub DxeIpl to add back the CONST modifier and...
2008-07-16 qhuang8Temporarily remove the immature "CONST" modifier.
2008-07-16 qhuang8Code Scrub DxeIpl module.
2008-07-08 lgao4Code scrube for MdeModule Definitions.
2008-06-30 eric_tianmake change to support UnixPkg build. The changes are...
2008-05-29 mdkinneyRemove ASSERT() if ReadOnlyVariable2 PPI is not present...
2008-05-21 qhuang8Update to fix minor coding style issues.
2008-05-13 qhuang8Minor coding style adjustment for DxeIpl.
2008-05-07 qhuang8Add doxygen style comments for functions in DxeIpl.
2008-04-08 qhuang8Update the file description to be more descriptive.
2008-04-08 qhuang8Update all files in DxeIpl Peim to follow doxygen style...
2008-04-03 lgao4Remove unused gEfiPeiSecurityPpiGuid for PeiMain and...
2008-04-03 jwang36Added necessary dependent packages
2007-12-10 klu2MdeModule cleanup for PI:
2007-12-06 lgao4Enable PeiCore to dispatch the encapsulated fv images...
2007-11-27 mdkinney1) Improve the EFI Memory Map stability to improve...
2007-11-08 qhuang8Fix build break for X64 cpu architecture.
2007-11-08 qhuang8PI spec will be updated to make it clear that this...
2007-11-06 lgao4To find DxeCore by PE32 section is enough, DxeCore...
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-24 qwang12ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)
2007-10-22 lgao4Fix alignment requirement when Load IPF TeImage into...
2007-10-18 klu2The BaseAddress and Length should be align PAGE accordi...
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-09-29 qhuang8Use RShiftU64() from base lib to handle 64-bit right...
2007-09-29 lgao41. Add ExtractGuidedSectionLib library to replace custo...
2007-09-28 lgao4Remove PeCoffLoader library class and its instances.
2007-09-28 yshang1Enable the 0-31 temporary IDT entries prior to activate...
2007-09-28 lgao41. Replace PeCoffLoader library by PeCoff lib for PeiCo...
2007-09-28 klu2Use PeiPiLib's PeiPiLibBuildPiFvInfoPpi interface inste...
2007-09-27 klu2Fix wrong judgement for gInMemory
2007-09-27 klu2Remove unnecesssary PPI from DxeIpl.inf
2007-09-27 klu2Change the function name.
2007-09-26 klu21) Add library classes of S3Lib and RecoveryLib in...
2007-09-24 klu2Merge branch of PI tree to main trunk
2007-09-04 qwang12Merge the PI enabling works from the branch
2007-08-30 qhuang8Update all INF, DEC and DSC file to confirm to newest...
2007-08-30 jwang36Removed the duplicated dependent package
2007-08-30 jwang36Added missing dependent package
2007-08-29 yshang1Add dependent packages in INF of modules.
2007-08-13 klu2Add missing definition EFI_PEIM_ENTRY_POINT to IntelFra...
2007-08-13 qwang12Change the behavior of DxeIplLoadFile to load EFI_SECTI...
2007-08-08 lgao4Correct parameter UINTN to UINT32. Fix UINTN conver...
2007-08-08 lgao4Correct parameter UINTN to UINT32. Fix UINTN conver...
2007-08-08 lgao4Correct parameter UINTN to UINT32. Fix UINTN conver...
2007-08-08 lgao4Update CustomDecompress library to support algorithm...
2007-08-07 zliu3Using CopyMem service to replace the "while" loop for...
2007-08-06 yshang1Fix bug in PciCfg to support PCI express address.
2007-07-25 yshang1Remove the unused reference of CommonHeader.h in DxeIpl.inf
2007-07-24 yshang1Retire the "Include/Common" of MdeModulePkg.
2007-07-24 qwang12remove dxs files.
2007-07-20 yshang1Remove Ppi/LoadFile.h and Ppi/FindFv.h from MdeModulePkg.
2007-07-20 vanjeffremove some comments introduced by tools.
2007-07-10 AJFISHRemoved CommonHeader.h from MdePkg & MdeModulePkg
next