]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtPkg: switch to DXE runtime version of DebugLib where appropriate
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 20 Feb 2018 10:58:31 +0000 (10:58 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Sat, 24 Feb 2018 13:58:53 +0000 (13:58 +0000)
Switch all users of ArmVirt.dsc.inc to the new DebugLib implementation
that was created especially for DXE_RUNTIME_DRIVER modules, ensuring
that DEBUG() calls do not touch the UART at runtime.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/ArmVirt.dsc.inc

index 0cb48f08e9bf658d9fd55a70ef58e72c29611e28..cde514958da235776dcab623c90d822855dab931 100644 (file)
 [LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
   MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
   CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
+!if $(TARGET) != RELEASE\r
+  DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf\r
+!endif\r
 \r
 !if $(SECURE_BOOT_ENABLE) == TRUE\r
   BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r