From patchwork Tue Apr 11 09:48:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 97232 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp1727956qgd; Tue, 11 Apr 2017 02:48:48 -0700 (PDT) X-Received: by 10.36.78.76 with SMTP id r73mr10023675ita.48.1491904128162; Tue, 11 Apr 2017 02:48:48 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id x9si1396922itf.60.2017.04.11.02.48.47; Tue, 11 Apr 2017 02:48: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 8FD4D63E63; Tue, 11 Apr 2017 09:48:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 7D07463E63; Tue, 11 Apr 2017 09:48:45 +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 927F463E67; Tue, 11 Apr 2017 09:48:43 +0000 (UTC) Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com [209.85.128.172]) by lists.linaro.org (Postfix) with ESMTPS id 595C3635DF for ; Tue, 11 Apr 2017 09:48:41 +0000 (UTC) Received: by mail-wr0-f172.google.com with SMTP id o21so136757469wrb.2 for ; Tue, 11 Apr 2017 02:48:41 -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=a0hAVyql08BQpQ5R4nLqLrjjyW6dwLrulMyI62MjPRI=; b=KDUd2ISalaOd/pHkNOqn5wOT/Hzq5G+T6+oBwzQgE7U6II0o9MmoijFG+SteNBgblr PG+T3h280L7qfL70tC/ShzluBw5FT38dcJXqpI4kMqejMlapzCUSunynMJ2rh/BET9wf WabZTTSokCf/x70h5w++sIXOB9Ds2ZXGiNzv7v3nkig4T7UoEaAXWp/9yPIbOUnMDLZv fwaT/K3Rr7ins38cj6LHA5+8iLncRTuqewkJHIpGZifNSN0woIWGxVAgiVr+0hNifkKv M7hR9HMFz3bXvCUD5ybwHn1h9Sk2C9J7HFAciZmjQJwZxYajE1SbW1STX9cLeobK/Eu1 b4MQ== X-Gm-Message-State: AFeK/H2j5l+t7O7/PTA+VtdKR+fmEHt8dQSuXmwzFJN8rpHWVqcosyvIvt9ctqEwunNLE6s3Il4= X-Received: by 10.223.166.108 with SMTP id k99mr27155948wrc.139.1491904120472; Tue, 11 Apr 2017 02:48:40 -0700 (PDT) Received: from localhost.localdomain ([196.85.182.219]) by smtp.gmail.com with ESMTPSA id g63sm1771984wme.11.2017.04.11.02.48.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Apr 2017 02:48:39 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Tue, 11 Apr 2017 10:48:32 +0100 Message-Id: <20170411094832.8056-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170411094832.8056-1-ard.biesheuvel@linaro.org> References: <20170411094832.8056-1-ard.biesheuvel@linaro.org> Cc: chenhui.sun@linaro.org Subject: [Linaro-uefi] [PATCH 2/2] Chips/HiSilcon: remove ARM BdsLib resolution 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" The EBL shell nog longer depends on the deprecated ARM BdsLib, so remove the library class resolution for it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Chips/Hisilicon/Hisilicon.dsc.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/Chips/Hisilicon/Hisilicon.dsc.inc b/Chips/Hisilicon/Hisilicon.dsc.inc index 716900874274..b13be3143cd5 100644 --- a/Chips/Hisilicon/Hisilicon.dsc.inc +++ b/Chips/Hisilicon/Hisilicon.dsc.inc @@ -106,7 +106,6 @@ AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf # BDS Libraries - BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf UefiDevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf