From patchwork Tue Apr 4 12:31:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 96724 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp171801qgd; Tue, 4 Apr 2017 05:33:48 -0700 (PDT) X-Received: by 10.55.101.129 with SMTP id z123mr13807809qkb.146.1491309228076; Tue, 04 Apr 2017 05:33:48 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id k66si14873228qkb.260.2017.04.04.05.33.47; Tue, 04 Apr 2017 05:33:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id BC7756352C; Tue, 4 Apr 2017 12:33:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id CB64063F1D; Tue, 4 Apr 2017 12:32:13 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 1403063F1D; Tue, 4 Apr 2017 12:32:10 +0000 (UTC) Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by lists.linaro.org (Postfix) with ESMTPS id 80C4062D3D for ; Tue, 4 Apr 2017 12:31:39 +0000 (UTC) Received: by mail-wr0-f177.google.com with SMTP id k6so208562010wre.2 for ; Tue, 04 Apr 2017 05:31:39 -0700 (PDT) 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=cbL9wZhV0738IkjzXwqZXcA8jLkHJxcXhwD8d6FP/Zs=; b=RRPNpSsERFlLTp9WYNF1FwvThDJE2XVVZ+vQk3xj6ffh7cavfHfBIjYUYZf99jPp/D 76jGEqKiCrew+Yio34T3l5aVJKaOGTojZ/jLr3Pv5I55HE4na9R6p2/y1gZ24QfSfwaB f22yw7a/1KYFyqhlS9Kb4VFbDZ1gdEoA+NXgRHXwygGXtsuPm8eaxhSoeGSkh/f5v/Nk 6vfmRY92ISgnAC+rLnkNxLh3hv2OyJ9AL3I1QOvlPQkseLWl2BUHnm4/V0FNdE1J0vcD GMNj9HdEEmLxZcWA8/3Rqf33nQnhp1RsDVOyQ0ww+h6f0yG8socZ64zNkZKEuY7T7zOj ZRDg== X-Gm-Message-State: AFeK/H2N5udS/XqZbDznq/3UXmcy93TTD3/gYvU3anKaoDNLlPk4cafn kseGOVyRMGpT4rWDByMmE6nC X-Received: by 10.28.111.151 with SMTP id c23mr14234521wmi.17.1491309098345; Tue, 04 Apr 2017 05:31:38 -0700 (PDT) Received: from localhost.localdomain ([160.163.145.113]) by smtp.gmail.com with ESMTPSA id p7sm22147110wrc.19.2017.04.04.05.31.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Apr 2017 05:31:37 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org Date: Tue, 4 Apr 2017 13:31:23 +0100 Message-Id: <20170404123123.11928-5-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170404123123.11928-1-ard.biesheuvel@linaro.org> References: <20170404123123.11928-1-ard.biesheuvel@linaro.org> Subject: [Linaro-uefi] [PATCH v3 4/4] Platforms/Juno: remove BdsLib dependency X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platforms/ARM/Juno/ArmJuno.dsc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Platforms/ARM/Juno/ArmJuno.dsc b/Platforms/ARM/Juno/ArmJuno.dsc index a9524be86dbc..6adb33c76087 100644 --- a/Platforms/ARM/Juno/ArmJuno.dsc +++ b/Platforms/ARM/Juno/ArmJuno.dsc @@ -318,10 +318,7 @@ # # Juno platform driver # - ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf { - - BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf - } + ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf # # SMBIOS/DMI