From patchwork Wed Apr 5 13:53:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 96863 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp274000qgd; Wed, 5 Apr 2017 06:53:32 -0700 (PDT) X-Received: by 10.98.201.77 with SMTP id k74mr28827926pfg.74.1491400412726; Wed, 05 Apr 2017 06:53:32 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id f70si20738803pfa.18.2017.04.05.06.53.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 06:53:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) client-ip=198.145.21.10; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 812EE20080933; Wed, 5 Apr 2017 06:53:30 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wr0-x235.google.com (mail-wr0-x235.google.com [IPv6:2a00:1450:400c:c0c::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 5B09B21DFA917 for ; Wed, 5 Apr 2017 06:53:29 -0700 (PDT) Received: by mail-wr0-x235.google.com with SMTP id w43so15147917wrb.0 for ; Wed, 05 Apr 2017 06:53:29 -0700 (PDT) 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=VqCa2xn5gBcKNw9IVdAoHqPOtmi8oBUeBiSWWoPiIN0=; b=IFbDPlGVEH80Jba+8HSW403d/fiGRvAQV9E+btNo/871PWAd1pS+Oan6KTNpxbwoJg wkU0c4wekO4ULZpGyRFF0hsiaq8IVPYTc+EC9Akc+vY6fa9gxCDxjv0rYQqkuM3h4Va4 yI/QwU/+i0qeopTfGdBuBryrzHIkqojqYBdZY= 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=VqCa2xn5gBcKNw9IVdAoHqPOtmi8oBUeBiSWWoPiIN0=; b=XfWWMa1mMto/hac1bnwg5ydXllbbZRzXpY/Oh8JEnPHJzepbzakd7ZeTaWJN5oF0T1 1VGNg+orUHKktA6qRSzw+BcuGHpAulaiBXqAXVBUrnnUtt00BCQWbAnPtbyMZdPrNtwi aMFPgV8vetFsq7nauezba4/Zh7dGmGZlfObUBnjT7zL3xxCQ1MXjTeiAFGMYchdGuz5E CKGbd8Yuta2snNKrER3yPxtk6P08kKTZvLMriL+/n5RoVfy1e2I1Un03uSKTTJxnfFsD mLskTbTOUBwCZxebGJFSh4TAMLj+DYvl+mRRcJp+QhzhRw4imptpR4A72ZYCFdvhT22Y ALDQ== X-Gm-Message-State: AFeK/H37a5l+mXhVG5TuO4NOvOTP6xQhVukll99dcP1BGuXUQRb/HUQH Nsr+sAA1ngVmLESr X-Received: by 10.28.136.81 with SMTP id k78mr19357354wmd.36.1491400407642; Wed, 05 Apr 2017 06:53:27 -0700 (PDT) Received: from localhost.localdomain ([160.163.145.113]) by smtp.gmail.com with ESMTPSA id y29sm18881023wmh.3.2017.04.05.06.53.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 06:53:26 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Date: Wed, 5 Apr 2017 14:53:07 +0100 Message-Id: <20170405135311.26798-3-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170405135311.26798-1-ard.biesheuvel@linaro.org> References: <20170405135311.26798-1-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH v4 2/6] ArmPlatformPkg/ArmJunoDxe: remove BdsLib 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: ryan.harkin@linaro.org, leif.lindholm@linaro.org, Ard Biesheuvel MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" The ArmJunoDxe driver does not actually depend on the deprecated BdsLib so remove the dependency declaration from the INF file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 1 - 1 file changed, 1 deletion(-) -- 2.9.3 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf index a2617982b259..168070c6add4 100644 --- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf +++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf @@ -38,7 +38,6 @@ [LibraryClasses] ArmLib ArmShellCmdRunAxfLib BaseMemoryLib - BdsLib DebugLib DmaLib DxeServicesTableLib