]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeLoad.c
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2018-01-19 Liming GaoMdeModulePkg DxeIpl: remove the hard code alignment...
2018-01-19 Liming GaoMdeModulePkg DxeIpl: remove the hard code alignment...
2017-10-11 Jian J WangMdeModulePkg/DxeIpl: Implement NULL pointer detection
2016-05-30 Cohen, EugeneMdeModulePkg: Allow DxeIpl to load without permanent...
2015-07-16 Liming GaoMdeModulePkg DxeIpl: Skip install MemoryInfoHob if...
2012-12-20 li-elvinCheck status before reporting error status code.
2012-10-31 lgao4Install CustomGuidedSectionExtractionPpi for Tiano...
2012-10-30 li-elvinAdd missing status code in several modules.
2012-05-18 ydong10Add logic to validate variable before use it.
2011-10-27 lzeng14Add core FFS3 support, PeiCore and DxeIpl.
2011-05-26 li-elvinAdd more status code in drivers.
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-01 jchen20update DxeIpl to use EFI_S3_RESUME2_PPI instead of...
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-11 qhuang81. Update DxeIpl PEIM to not use PeCoffLoaderLib to...
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...
2008-12-23 qhuang8Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib...
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-11-27 lgao4Update PEIM entry point to follow PEIM entry point.
2008-11-27 xli24Add necessary CONST modifier.
2008-10-29 mdkinneyImages loaded by the DXE IPL should allocate memory...
2008-09-04 xli24Update prototype of DxeLoadCore().
2008-08-01 mdkinneyIncrease size of function addresses printed in DEBUG...
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-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 all files in DxeIpl Peim to follow doxygen style...
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 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 lgao41. Add ExtractGuidedSectionLib library to replace custo...
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 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-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-07-24 yshang1Retire the "Include/Common" of MdeModulePkg.
2007-07-10 AJFISHRemoved CommonHeader.h from MdePkg & MdeModulePkg
2007-07-05 xgu3Check in following modules,