summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMdeModulePkg/Core/DxeIplPeim: Enhance Code in DxeIplFindDxeCore FunctionJason1 Lin1-3/+10
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-178/+181
2019-06-26MdeModulePkg/DxeIpl: Support Capsule On Disk.Wei6 Xu1-1/+29
2019-06-21Revert "Capsule-on-Disk entire PatchZhang, Chao B1-29/+1
2019-06-20MdeModulePkg/DxeIpl: Support Capsule On Disk.Wei6 Xu1-1/+29
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-35/+35
2018-01-19MdeModulePkg DxeIpl: remove the hard code alignment adjustment in Decompress()Liming Gao1-13/+3
2018-01-19MdeModulePkg DxeIpl: remove the hard code alignment adjustment.Liming Gao1-7/+2
2017-10-11MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang1-0/+1
2016-05-30MdeModulePkg: Allow DxeIpl to load without permanent memoryCohen, Eugene1-25/+90
2015-07-16MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob existsLiming Gao1-25/+30
2012-12-20Check status before reporting error status code.li-elvin1-9/+14
2012-10-31Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao41-19/+18
2012-10-30Add missing status code in several modules.li-elvin1-3/+27
2012-05-18Add logic to validate variable before use it.ydong101-1/+48
2011-10-27Add core FFS3 support, PeiCore and DxeIpl.lzeng141-10/+21
2011-05-26Add more status code in drivers.li-elvin1-1/+4
2010-08-26Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao21-3/+4
2010-07-18Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish1-4/+4
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-03-01update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPIjchen201-3/+3
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli241-2/+2
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun31-1/+1
2009-08-111. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w...qhuang81-99/+41
2009-04-28Add ASSERT when EFI decompress need to be parsed but it is not supported.lgao41-0/+5
2009-04-27Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save spacejljusten1-46/+50
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-1/+2
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang81-51/+51
2008-12-05Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney1-1/+1
2008-12-05Fix the build break caused by update of FUNCTION_ENTRY_POINT macro.xli241-1/+1
2008-11-27Update PEIM entry point to follow PEIM entry point.lgao41-7/+6
2008-11-27Add necessary CONST modifier.xli241-2/+2
2008-10-29Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo...mdkinney1-1/+6
2008-09-04Update prototype of DxeLoadCore().xli241-1/+1
2008-08-01Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney1-1/+1
2008-07-19Fix the ICC waring for unreachable code.qhuang81-6/+0
2008-07-19Simplify the code to use the EFI_FV_FILE_INFO structure of DxeCore to save th...qhuang81-25/+22
2008-07-18Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning. qhuang81-37/+59
2008-07-16Temporarily remove the immature "CONST" modifier.qhuang81-13/+6
2008-07-16Code Scrub DxeIpl module.qhuang81-135/+27
2008-05-29Remove ASSERT() if ReadOnlyVariable2 PPI is not present. Instead, skip varia...mdkinney1-20/+19
2008-05-21Update to fix minor coding style issues.qhuang81-3/+3
2008-05-13Minor coding style adjustment for DxeIpl.qhuang81-7/+7
2008-05-07Add doxygen style comments for functions in DxeIpl.qhuang81-27/+153
2008-04-08Update all files in DxeIpl Peim to follow doxygen style header.qhuang81-2/+2
2007-12-10MdeModule cleanup for PI:klu21-2/+1
2007-12-06Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao41-168/+43
2007-11-271) Improve the EFI Memory Map stability to improve ACPI S4 supportmdkinney1-0/+31
2007-11-08PI spec will be updated to make it clear that this HOB should describe the st...qhuang81-0/+30