summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-178/+181
* MdeModulePkg/DxeIpl: Support Capsule On Disk.Wei6 Xu2019-06-261-1/+29
* Revert "Capsule-on-Disk entire PatchZhang, Chao B2019-06-211-29/+1
* MdeModulePkg/DxeIpl: Support Capsule On Disk.Wei6 Xu2019-06-201-1/+29
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-35/+35
* MdeModulePkg DxeIpl: remove the hard code alignment adjustment in Decompress()Liming Gao2018-01-191-13/+3
* MdeModulePkg DxeIpl: remove the hard code alignment adjustment.Liming Gao2018-01-191-7/+2
* MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang2017-10-111-0/+1
* MdeModulePkg: Allow DxeIpl to load without permanent memoryCohen, Eugene2016-05-301-25/+90
* MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob existsLiming Gao2015-07-161-25/+30
* Check status before reporting error status code.li-elvin2012-12-201-9/+14
* Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao42012-10-311-19/+18
* Add missing status code in several modules.li-elvin2012-10-301-3/+27
* Add logic to validate variable before use it.ydong102012-05-181-1/+48
* Add core FFS3 support, PeiCore and DxeIpl.lzeng142011-10-271-10/+21
* Add more status code in drivers.li-elvin2011-05-261-1/+4
* Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao22010-08-261-3/+4
* Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish2010-07-181-4/+4
* Update the copyright notice formathhtian2010-04-241-2/+2
* update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPIjchen202010-03-011-3/+3
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-271-2/+2
* Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32010-01-141-1/+1
* 1. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w...qhuang82009-08-111-99/+41
* Add ASSERT when EFI decompress need to be parsed but it is not supported.lgao42009-04-281-0/+5
* Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save spacejljusten2009-04-271-46/+50
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-101-1/+2
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-231-51/+51
* Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney2008-12-051-1/+1
* Fix the build break caused by update of FUNCTION_ENTRY_POINT macro.xli242008-12-051-1/+1
* Update PEIM entry point to follow PEIM entry point.lgao42008-11-271-7/+6
* Add necessary CONST modifier.xli242008-11-271-2/+2
* Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo...mdkinney2008-10-291-1/+6
* Update prototype of DxeLoadCore().xli242008-09-041-1/+1
* Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney2008-08-011-1/+1
* Fix the ICC waring for unreachable code.qhuang82008-07-191-6/+0
* Simplify the code to use the EFI_FV_FILE_INFO structure of DxeCore to save th...qhuang82008-07-191-25/+22
* Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning. qhuang82008-07-181-37/+59
* Temporarily remove the immature "CONST" modifier.qhuang82008-07-161-13/+6
* Code Scrub DxeIpl module.qhuang82008-07-161-135/+27
* Remove ASSERT() if ReadOnlyVariable2 PPI is not present. Instead, skip varia...mdkinney2008-05-291-20/+19
* Update to fix minor coding style issues.qhuang82008-05-211-3/+3
* Minor coding style adjustment for DxeIpl.qhuang82008-05-131-7/+7
* Add doxygen style comments for functions in DxeIpl.qhuang82008-05-071-27/+153
* Update all files in DxeIpl Peim to follow doxygen style header.qhuang82008-04-081-2/+2
* MdeModule cleanup for PI:klu22007-12-101-2/+1
* Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao42007-12-061-168/+43
* 1) Improve the EFI Memory Map stability to improve ACPI S4 supportmdkinney2007-11-271-0/+31
* PI spec will be updated to make it clear that this HOB should describe the st...qhuang82007-11-081-0/+30
* To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. lgao42007-11-061-19/+2