From patchwork Fri Mar 31 14:19:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 96448 Delivered-To: patch@linaro.org Received: by 10.182.246.10 with SMTP id xs10csp1252593obc; Fri, 31 Mar 2017 07:19:46 -0700 (PDT) X-Received: by 10.98.99.196 with SMTP id x187mr3217756pfb.168.1490969986264; Fri, 31 Mar 2017 07:19:46 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id s11si5386861pfi.311.2017.03.31.07.19.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Mar 2017 07:19:46 -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 7AE8821DFA7B1; Fri, 31 Mar 2017 07:19:44 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wr0-x22e.google.com (mail-wr0-x22e.google.com [IPv6:2a00:1450:400c:c0c::22e]) (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 4C3982008030A for ; Fri, 31 Mar 2017 07:19:43 -0700 (PDT) Received: by mail-wr0-x22e.google.com with SMTP id w43so108008375wrb.0 for ; Fri, 31 Mar 2017 07:19:43 -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=JdiSDQIqX+WSNxZkl8QlQML2BZUwfPHBtqA8bJF7L9g=; b=XCLB5ZJ+fbMfFgdKRn0kAYLr2pY+eO8vBL9+bx+16Gdjo4lkWBnCmFOmWF3SnDuZjT 9L0fhpeigc4iFtuU6ZVQ0CkZvW11sXeG0Eu1CYmROJMc8g1ZNBavm7GdfQnREaRslQWj x9XhtkkarDha0cO9buvEE2gDbM0/60qV5CXws= 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=JdiSDQIqX+WSNxZkl8QlQML2BZUwfPHBtqA8bJF7L9g=; b=kHGQr2WJUlq2w+nWCeA/pjlzQw3OA6iENbbkbXupZO+4vtqCyZhqS+awC945DFQe91 6MltSr/Z1YfwDVzFqV2Rq3tZfhG6+5PVsB5r20P0+Qff0OLeWA4rDv121gBMxPlQwd3B tIm5Lw+pfM44v95X3Q5EmwZt2dF9VfZ5jNmSA+FW4cVmIOjooPa0hL+KRpD5S+VTqEIQ KC/6k8pZAnxoWdNzh73scs0cFuPpT4EGdpBZVqnJuqcj/5dmVNxf+9yBYTkRdCMk7qkX 4yo3SJ2lBo4cYFmYZOHjr8OW8DG5IGS8KPUMrFGjDXal0/DBQc53valMoPxg7oaV9EEs 6xZA== X-Gm-Message-State: AFeK/H1f+PoO9kZds4hpe4mmxHGx/UHsgCi7eRx3f9hrFC/S3bOQB9xPQ1HlwiM0qnfRQWWm X-Received: by 10.28.63.22 with SMTP id m22mr3592570wma.142.1490969981872; Fri, 31 Mar 2017 07:19:41 -0700 (PDT) Received: from localhost.localdomain ([160.171.180.74]) by smtp.gmail.com with ESMTPSA id w12sm6902962wra.21.2017.03.31.07.19.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Mar 2017 07:19:41 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org Date: Fri, 31 Mar 2017 15:19:27 +0100 Message-Id: <20170331141929.21121-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170331141929.21121-1-ard.biesheuvel@linaro.org> References: <20170331141547.20987-1-ard.biesheuvel@linaro.org> <20170331141929.21121-1-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH v2 11/13] Platforms/Juno: 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: Ard Biesheuvel MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/ARM/Juno/ArmJuno.dsc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -- 2.9.3 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel diff --git a/Platforms/ARM/Juno/ArmJuno.dsc b/Platforms/ARM/Juno/ArmJuno.dsc index b7b1fb8c8935..4ff2246822e6 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