From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::243; helo=mail-wr0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D5F072034D8C0 for ; Thu, 22 Feb 2018 10:09:22 -0800 (PST) Received: by mail-wr0-x243.google.com with SMTP id n7so11543068wrn.5 for ; Thu, 22 Feb 2018 10:15:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=cvMTjgZGSz6IjFwJzTXruH7M4yz4o4rO/2h8Mubh5Sg=; b=XvSgiQJsWX8TzdhmOM2+CbJEhGeq92yEWYSeMXKhkRm61OYRYPuk1goPLz7poyohBh h5ZnyWeDy+9OFp16von348YsOZU9hyhBGrlgYQdTPJGAUrDfuREBg5LkP1a7daY8LQJD PoqBQXcurX9HK9+Rz4OSKCR8Q2nSqm4/hYmnE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=cvMTjgZGSz6IjFwJzTXruH7M4yz4o4rO/2h8Mubh5Sg=; b=SvsDOGLv5ktxLye5zX0MbMFJ/kyZ2nWZGZ89zLks/hQzTtLDa88TY9cZsMUfy0+PhH /jKdumKVkeBEk6yQtJ2dUa1UNIkdL45CQ2MOwQbw7yEWlz3zRMEzjV8g8NxLCdX9IBVz 0ZQy37h6BgPOVje2laTrvfxbZuDdhshLx9QwRyKUCZTPq6WbEjxd7tORzJSoTKehiPvc osa5olsPimuiW4UkDN8n2awMlSI5Uxn459iqnyPHR7bq5PZLBU3n9jApTpLC/LXRexrl 57pGTR/V5q8WNYEouuUJHsAYvh+MrAzujvFxbkOjOOz5rCjM7gGshzv5T6ea0SIsvnZV AJMw== X-Gm-Message-State: APf1xPCljldgukBWeh57IOpgttJdQLCU5+NHmtlsMPTf0F4leGNk8Twr rS9iJ2mFR+4q2h1UNmjPXr0tLRl+PqM= X-Google-Smtp-Source: AH8x225laYbgNx/yTEGMEBw+d3syRahv31+Hqt9db/1cvZ+ltBWdCzJnOiQc3lXU7xNZFAUMkzr/lw== X-Received: by 10.223.156.145 with SMTP id d17mr2193196wre.1.1519323321860; Thu, 22 Feb 2018 10:15:21 -0800 (PST) Received: from localhost.localdomain ([196.90.4.100]) by smtp.gmail.com with ESMTPSA id 2sm9004wmk.47.2018.02.22.10.15.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Feb 2018 10:15:19 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, lersek@redhat.com, liming.gao@intel.com, michael.d.kinney@intel.com, afish@apple.com, star.zeng@intel.com, ruiyu.ni@intel.com, Ard Biesheuvel Date: Thu, 22 Feb 2018 18:15:05 +0000 Message-Id: <20180222181505.28192-3-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180222181505.28192-1-ard.biesheuvel@linaro.org> References: <20180222181505.28192-1-ard.biesheuvel@linaro.org> Subject: [PATCH v3 2/2] ArmVirtPkg: switch to DXE runtime version of DebugLib where appropriate X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 18:09:23 -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 Reviewed-by: Laszlo Ersek --- ArmVirtPkg/ArmVirt.dsc.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index 0cb48f08e9bf..cde514958da2 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -231,6 +231,9 @@ [LibraryClasses.common.UEFI_DRIVER] [LibraryClasses.common.DXE_RUNTIME_DRIVER] MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf +!if $(TARGET) != RELEASE + DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf +!endif !if $(SECURE_BOOT_ENABLE) == TRUE BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf -- 2.11.0