summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Image
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx2-1980/+1980
2024-02-02MdeModulePkg: Dxe: add LOONGARCH64 to mMachineTypeInfoDongyan Qian1-6/+7
2024-01-30MdeModulePkg/Core/Dxe: Initialize GCD before RT memory allocationsMichael D Kinney1-7/+6
2023-10-31MdeModulePkg/DxeCore: Allow relocation of images with large addressJeff Brasen1-1/+3
2023-04-07MdeModulePkg: Enable forward edge CFI in mem attributes tableArd Biesheuvel1-0/+10
2023-03-08MdeModulePkg: Dxe: add RISCV64 to mMachineTypeInfoAndrei Warkentin1-1/+2
2022-09-09MdeModulePkg: Fix imbalanced debug macrosMichael Kubacki1-1/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki2-414/+448
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-4/+4
2021-05-17MdeModulePkg: Fix various typosRebecca Cran1-1/+1
2020-03-04MdeModulePkg/DxeCore: defer PE/COFF emulator registration to StartImageArd Biesheuvel1-11/+13
2019-05-09MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2-215/+2
2019-04-28MdeModulePkg/DxeCore: Please static checker for false reportHao Wu1-9/+14
2019-04-15MdeModulePkg/DxeCore: remove explicit EBC handlingArd Biesheuvel1-50/+3
2019-04-15MdeModulePkg/DxeCore: invoke the emulator protocol for foreign imagesArd Biesheuvel1-11/+160
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2-14/+2
2018-06-28MdeModulePkg: Clean up source filesLiming Gao2-52/+52
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan1-23/+7
2017-11-13MdeModulePkg/Core/Dxe: Remove extra connects for UEFI ApplicationsMichael D Kinney1-2/+10
2017-08-14MdeModulePkg DxeCore: Fix double free pages on LoadImage failure pathStar Zeng1-0/+2
2017-04-13MdeModulePkg/Dxe/Image: Restore mCurrentImage on all pathsHao Wu1-0/+6
2017-03-29MdeModulePkg/DxeCore: add missing id-to-string mapping for AARCH64Ard Biesheuvel1-1/+2
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-8/+6
2017-02-22MdeModulePkg/DxeCore: Add UEFI image protection.Jiewen Yao1-1/+6
2016-10-27MdeModulePkg/Core: Fix typos in commentsGary Lin1-2/+2
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru1-8/+8
2015-07-02MdeModulePkg: Update DxeCore to handle LoadFile DevicePathLiming Gao1-20/+41
2015-06-09MdeModulePkg DxeCore: Call UnregisterMemoryProfileImage correctly.Star Zeng1-2/+5
2015-06-05Add UEFI 2.5 properties table support in DXE core.Yao, Jiewen1-0/+2
2014-11-12MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng2-50/+2
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-1/+4
2012-09-07Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng141-5/+7
2012-09-06Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng141-1/+4
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42-18/+66
2012-05-30Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record ...lzeng141-7/+43
2012-05-08Fix the potential issue that NULL pointer may be referred in LoadImage().lgao41-2/+11
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong101-1/+9
2011-09-27Fix ICC9 build break. lgao41-2/+4
2011-09-26Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage.lgao41-1/+47
2011-06-10Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu1-1/+7
2011-02-12Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao42-3/+35
2010-08-07Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney1-13/+5
2010-08-03Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney1-0/+10
2010-04-24Update the copyright notice formathhtian2-4/+4
2010-03-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen201-1/+1
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun31-7/+8
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen201-3/+3
2010-02-09change the GetPcd64 to FixedGetPcd64 to pass ECC jchen201-1/+1
2010-02-08format uniform: move tab to blank.erictian1-43/+43
2010-02-05Enable the Load Module At fixed Address feature jchen201-20/+209