From patchwork Wed Apr 5 14:00:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 96877 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp277245qgd; Wed, 5 Apr 2017 07:01:16 -0700 (PDT) X-Received: by 10.99.63.68 with SMTP id m65mr29777222pga.17.1491400876704; Wed, 05 Apr 2017 07:01:16 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id z193si20717148pgd.261.2017.04.05.07.01.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 07:01:16 -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 293DF20D77DB7; Wed, 5 Apr 2017 07:01:14 -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 04E9621A04811 for ; Wed, 5 Apr 2017 07:01:13 -0700 (PDT) Received: by mail-wr0-x22e.google.com with SMTP id w11so15087589wrc.3 for ; Wed, 05 Apr 2017 07:01:12 -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=ZxlMZIAM+Jme4PR5KkDuoM0NPJ8Go4ZBNikLtIt5jzs=; b=YXA72BefLohDYVfdDkl3mojtsRGCQ1tMvC2SZf2Wq0RULPx22QN7fMcf//7DKIyR1h 6y7Jh9WtC3kAPKPeykFfQVC5EWn4U4WADLRctUTeBKfmpVER4AWXuXHKtepTajRwTsLN pL7ywYNmOVGnWJoTKorzNxmgZ9+kFWZg0rhG8= 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=ZxlMZIAM+Jme4PR5KkDuoM0NPJ8Go4ZBNikLtIt5jzs=; b=tX5M8PhfoDA6V4VPydhAMxv9UlHjZSkCHWrDn2ndZo/tas7ERtFpoAitDIEFCkQKlo BpRiU57cNs21rKKrDzfQqzNe0TYzALcC9zMfTa4Sgy3M+6qJcr0g3y9RMH2WbeXXipcc 4CplevJ28iDCvVnPJ8c67jDJReSwyAyjBclPL5LgqQlSWeXle1S9p+CBSD6mANgpE4q9 VxVhMso6Cwm+gQxIe6dyAvdQhIRys1V5OOq10hPSnXh0kWsxeRV0BgtXXlFIms/K3d6m 89ypvGVTb+A4zdkwDu2OikGLC/U+Br2c7Fs+SU5OuW6Ut1fnLbSN1+0blK55wuUig1tw a5aw== X-Gm-Message-State: AFeK/H1nUcCv7OynycV7ggwSGUcUBbhHdPgYBJzH13pdvEynVkU2D3CRP+64l3ACSAOcOYDc X-Received: by 10.28.139.195 with SMTP id n186mr20544275wmd.139.1491400869821; Wed, 05 Apr 2017 07:01:09 -0700 (PDT) Received: from localhost.localdomain ([160.163.145.113]) by smtp.gmail.com with ESMTPSA id s27sm21659755wra.69.2017.04.05.07.01.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 07:01:09 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Date: Wed, 5 Apr 2017 15:00:55 +0100 Message-Id: <20170405140055.28937-5-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170405140055.28937-1-ard.biesheuvel@linaro.org> References: <20170405140055.28937-1-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH v4 4/4] 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: 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" ArmJunoDxe no longer depends on BdsLib so we no longer have to specify a library class resolution for it. 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(-) -- 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 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