summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
AgeCommit message (Expand)Author
2012-12-20Check status before reporting error status code.li-elvin
2012-10-31Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao4
2012-10-30Add missing status code in several modules.li-elvin
2012-05-18Add logic to validate variable before use it.ydong10
2011-10-27Add core FFS3 support, PeiCore and DxeIpl.lzeng14
2011-05-26Add more status code in drivers.li-elvin
2010-08-26Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao2
2010-07-18Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish
2010-04-24Update the copyright notice formathhtian
2010-03-01update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPIjchen20
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli24
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun3
2009-08-111. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w...qhuang8
2009-04-28Add ASSERT when EFI decompress need to be parsed but it is not supported.lgao4
2009-04-27Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save spacejljusten
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang8
2008-12-05Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney
2008-12-05Fix the build break caused by update of FUNCTION_ENTRY_POINT macro.xli24
2008-11-27Update PEIM entry point to follow PEIM entry point.lgao4
2008-11-27Add necessary CONST modifier.xli24
2008-10-29Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo...mdkinney
2008-09-04Update prototype of DxeLoadCore().xli24
2008-08-01Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney
2008-07-19Fix the ICC waring for unreachable code.qhuang8
2008-07-19Simplify the code to use the EFI_FV_FILE_INFO structure of DxeCore to save th...qhuang8
2008-07-18Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning. qhuang8
2008-07-16Temporarily remove the immature "CONST" modifier.qhuang8
2008-07-16Code Scrub DxeIpl module.qhuang8
2008-05-29Remove ASSERT() if ReadOnlyVariable2 PPI is not present. Instead, skip varia...mdkinney
2008-05-21Update to fix minor coding style issues.qhuang8
2008-05-13Minor coding style adjustment for DxeIpl.qhuang8
2008-05-07Add doxygen style comments for functions in DxeIpl.qhuang8
2008-04-08Update all files in DxeIpl Peim to follow doxygen style header.qhuang8
2007-12-10MdeModule cleanup for PI:klu2
2007-12-06Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao4
2007-11-271) Improve the EFI Memory Map stability to improve ACPI S4 supportmdkinney
2007-11-08PI spec will be updated to make it clear that this HOB should describe the st...qhuang8
2007-11-06To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. lgao4
2007-11-01Print entry point address by using 0x%10p for the above 4G address.lgao4
2007-10-31Print real entry point for IPF image.lgao4
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang12
2007-10-22Fix alignment requirement when Load IPF TeImage into memory.lgao4
2007-10-18The BaseAddress and Length should be align PAGE according to PI specification...klu2
2007-10-100) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang12
2007-10-09Clean up Network Components to support GCC build.yshang1
2007-09-291. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao4
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao4
2007-09-28Use PeiPiLib's PeiPiLibBuildPiFvInfoPpi interface instead of installing EFI_...klu2
2007-09-27Fix wrong judgement for gInMemoryklu2