summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Image/Image.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Core/Dxe: Initialize GCD before RT memory allocationsMichael D Kinney2024-01-301-7/+6
* MdeModulePkg/DxeCore: Allow relocation of images with large addressJeff Brasen2023-10-311-1/+3
* MdeModulePkg: Enable forward edge CFI in mem attributes tableArd Biesheuvel2023-04-071-0/+10
* MdeModulePkg: Dxe: add RISCV64 to mMachineTypeInfoAndrei Warkentin2023-03-081-1/+2
* MdeModulePkg: Fix imbalanced debug macrosMichael Kubacki2022-09-091-1/+1
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-408/+443
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-4/+4
* MdeModulePkg: Fix various typosRebecca Cran2021-05-171-1/+1
* MdeModulePkg/DxeCore: defer PE/COFF emulator registration to StartImageArd Biesheuvel2020-03-041-11/+13
* MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-091-131/+1
* MdeModulePkg/DxeCore: Please static checker for false reportHao Wu2019-04-281-9/+14
* MdeModulePkg/DxeCore: remove explicit EBC handlingArd Biesheuvel2019-04-141-50/+3
* MdeModulePkg/DxeCore: invoke the emulator protocol for foreign imagesArd Biesheuvel2019-04-141-11/+160
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-47/+47
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-261-23/+7
* MdeModulePkg/Core/Dxe: Remove extra connects for UEFI ApplicationsMichael D Kinney2017-11-131-2/+10
* MdeModulePkg DxeCore: Fix double free pages on LoadImage failure pathStar Zeng2017-08-141-0/+2
* MdeModulePkg/Dxe/Image: Restore mCurrentImage on all pathsHao Wu2017-04-131-0/+6
* MdeModulePkg/DxeCore: add missing id-to-string mapping for AARCH64Ard Biesheuvel2017-03-291-1/+2
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-8/+6
* MdeModulePkg/DxeCore: Add UEFI image protection.Jiewen Yao2017-02-221-1/+6
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-2/+2
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-8/+8
* MdeModulePkg: Update DxeCore to handle LoadFile DevicePathLiming Gao2015-07-021-20/+41
* MdeModulePkg DxeCore: Call UnregisterMemoryProfileImage correctly.Star Zeng2015-06-091-2/+5
* Add UEFI 2.5 properties table support in DXE core.Yao, Jiewen2015-06-051-0/+2
* MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng2014-11-121-0/+2
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+4
* Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng142012-09-071-5/+7
* Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng142012-09-061-1/+4
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-221-17/+64
* Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record ...lzeng142012-05-301-7/+43
* Fix the potential issue that NULL pointer may be referred in LoadImage().lgao42012-05-081-2/+11
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-1/+9
* Fix ICC9 build break. lgao42011-09-271-2/+4
* Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage.lgao42011-09-261-1/+47
* Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu2011-06-101-1/+7
* Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao42011-02-121-2/+26
* Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney2010-08-061-13/+5
* Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney2010-08-031-0/+10
* Update the copyright notice formathhtian2010-04-241-2/+2
* The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen202010-03-101-1/+1
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-261-7/+8
* revise the debug message to add 0x in front of the HEX number for consistencyjchen202010-02-101-3/+3
* change the GetPcd64 to FixedGetPcd64 to pass ECC jchen202010-02-091-1/+1
* Enable the Load Module At fixed Address feature jchen202010-02-051-20/+209
* Produce LoadPeImage protocol only in framework compatibility mode.lgao42009-12-221-9/+13
* Correct error status to EFI_NOT_FOUND when the image can't be got.lgao42009-12-011-1/+1
* Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...lgao42009-11-261-13/+100