From nobody Sat May 4 05:43:22 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1504079101269183.9868959963934; Wed, 30 Aug 2017 00:45:01 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id A640321E95E13; Wed, 30 Aug 2017 00:42:17 -0700 (PDT) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 A4F4321E95E0F for ; Wed, 30 Aug 2017 00:42:16 -0700 (PDT) Received: by mail-wm0-x235.google.com with SMTP id u126so4503760wmg.1 for ; Wed, 30 Aug 2017 00:44:58 -0700 (PDT) Received: from localhost.localdomain ([105.133.189.215]) by smtp.gmail.com with ESMTPSA id c56sm7984175wrc.1.2017.08.30.00.44.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Aug 2017 00:44:55 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=e9lDLQArAXgevSUDLggrNvOi/b2gneAbjIRrYx+k1ek=; b=V8Y9SA/Dl+4ZL6aD3rGPb07ecKCGfDgf4UP0S7Ek9YDqoeyYfI+Tdx6KYRazHHI+m5 gMsfOXpbF0Gqq/UhRcEEUuRCcF1th+WQ7rTz5mUVFa8gwaOY/wK0z6IWnkJLe/gHvZyX i8loYELQj5T+qQdyTn2Oagmu4if/bG/h5GhQs= 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; bh=e9lDLQArAXgevSUDLggrNvOi/b2gneAbjIRrYx+k1ek=; b=LBkqvl0U0UkIncNt/dDfROsDhbbeUywA5Hhf+uU9niOSX1NCGoiG9LuNig7wAjI0wc fTD6zuM36yucKqg78+CwmL1V+PGCvXc3FXRfy3V34Qal8pQKY8yGu65i+5NAcvxpZTWC 3rVlzghjONa/oWX0Ep8S22waLjNIyobRFwmjxpB50wzFV70jdVZfSATfOaTsbGDbB+kq KhZsOvZ8mevnOxxsIRXSQf+baZLOLsIJnm26OP9SF6K57e8/v8YUfXwpfSOCbWFMNT+k Ms9Sqp6k4/4rYzh6SgyDtBNRehRebe7QoAek1YKXLXR7T+2AmxB3Pn4PNe8VjI2SqyBJ sPwg== X-Gm-Message-State: AHYfb5h+MXfV3uh8JmRy9jH6+oKhvkwmntuybyS7x6LViM2hM7hFc5FO J0qZoOMDashdVrY4VL5VOA== X-Received: by 10.28.29.130 with SMTP id d124mr806751wmd.136.1504079095993; Wed, 30 Aug 2017 00:44:55 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, lersek@redhat.com Date: Wed, 30 Aug 2017 08:44:48 +0100 Message-Id: <20170830074448.31459-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH] ArmVirtPkg: remove DmaLib library class resolution X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" The virt targets never use non-coherent DMA, so there is no point in having a shared DmaLib library class resolution pointing to ArmDmaLib. So drop it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Reviewed-by: Laszlo Ersek --- ArmVirtPkg/ArmVirt.dsc.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index 6a5544e6958d..3770b1ec7565 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -91,7 +91,6 @@ [LibraryClasses.common] DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/Def= aultExceptionHandlerLib.inf CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.= inf - DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf ArmGicArchLib|ArmVirtPkg/Library/ArmVirtGicArchLib/ArmVirtGicArchLib.inf ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatfo= rmStackLib.inf --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel