edk2/MdePkg/Library/BasePeCoffLib
Ard Biesheuvel 3600675368 MdePkg/BasePeCoffLib: Remove DEBUG() statements from runtime code
PeCoffLoaderRelocateImageForRuntime() executes after boot services, and
so it should not use DEBUG() prints at all, given that these may rely on
MMIO mappings or other boot time facilities that are no longer
available.

So revert the changes in aedcaa3df8 ("MdePkg: Fix overflow issue in
PeCoffLoaderRelocateImageForRuntime") that replaced code comments with
DBEUG() statements.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
2025-01-29 18:42:13 +00:00
..
Arm MdePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
LoongArch MdePkg: Allows loading X64 and ARM64 OPROM images on LoongArch64 2024-12-12 04:57:03 +00:00
RiscV MdePkg: BasePeCoffLib: Allow AArch64 and x64 images in ImageFormatSupported 2023-03-08 18:10:34 +00:00
BasePeCoff.c MdePkg/BasePeCoffLib: Remove DEBUG() statements from runtime code 2025-01-29 18:42:13 +00:00
BasePeCoffLib.inf MdePkg: Fix overflow issue in PeCoffLoaderRelocateImageForRuntime 2025-01-26 17:15:56 +00:00
BasePeCoffLib.uni MdePkg/BasePeCoff: Add LoongArch PE/Coff related code. 2022-10-14 02:16:33 +00:00
BasePeCoffLibInternals.h MdePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PeCoffLoaderEx.c MdePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00