From nobody Mon Apr 29 20:21:48 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 1504085424662103.62102925419026; Wed, 30 Aug 2017 02:30:24 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 09ADC21E95E1A; Wed, 30 Aug 2017 02:27:41 -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 8622F21E95E15 for ; Wed, 30 Aug 2017 02:27:39 -0700 (PDT) Received: by mail-wm0-x235.google.com with SMTP id u126so6100949wmg.1 for ; Wed, 30 Aug 2017 02:30:21 -0700 (PDT) Received: from localhost.localdomain ([105.133.189.215]) by smtp.gmail.com with ESMTPSA id 26sm433492wrx.43.2017.08.30.02.30.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Aug 2017 02:30:18 -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=FX9t7fquvyZ7BybP1cqomEJVo0C1+W9lAZa9t2yHm1s=; b=F2faJxxVB7JgtRf872YJtoEAnQrWkZJwttkUs1qxBuemCfpZUSo0YxKa9iyu+C5uHM Hn5ubu03D0ov8zamoELej176Y+rK23hGV967u+fXFH+GWm92xXYm9QqWMBsTaI9euGVM luJ9gTEleejI33IB/Vo1tjSmQhi12efdyZppQ= 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=FX9t7fquvyZ7BybP1cqomEJVo0C1+W9lAZa9t2yHm1s=; b=PYpCxTEpt5wz5o2McptrHrIkRwfapuyj2NMioB6LOvtjhyCqPTZz3wtRWgouo1+UvI DwbwoEUcYHMhGgU7mRnQ7ec/i7DtkO1UGbBiEV726Q7FMlxoEUcrEPU5jHlPPrNhN7fh kwCZ6UYL0Kv1FaMYgisU0CuOwPaKYbgu7+b5R8ytmv0ZEe6b0vk5stbRU6xYI7H9vX69 PfwpBEBAAyzMx6PiEyedl5tXtrX99+VZPE+OsZ04/iNzIWombYk66CCBkD2AIK1d3kjK cdPHMfF374J82JZ3jkXmTftzD4bB3LwxkZWBrZw4fTtDJg7XSe3WopY4YBAbekLikrkp OLUQ== X-Gm-Message-State: AHYfb5hjvgtitjb4s/qOn5EDyONEQgAJtE0RRFMxMAGNPWU9lL2nceEO uRPvHLNU68s+kCymrmqbYw== X-Received: by 10.28.26.69 with SMTP id a66mr817304wma.27.1504085419422; Wed, 30 Aug 2017 02:30:19 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Date: Wed, 30 Aug 2017 10:30:12 +0100 Message-Id: <20170830093012.22651-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH] ArmPlatformPkg/ArmJunoDxe: remove bogus DmaLib dependency 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" This driver does not support on DmaLib, so don't declare it as a dependency. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf b/= ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf index 6719d0adcc87..0fc8bd88c6ce 100644 --- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf +++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf @@ -37,7 +37,6 @@ [LibraryClasses] ArmShellCmdRunAxfLib BaseMemoryLib DebugLib - DmaLib DxeServicesTableLib IoLib NonDiscoverableDeviceRegistrationLib --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel