From patchwork Wed May 11 16:00:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 67600 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp309908qge; Wed, 11 May 2016 09:18:21 -0700 (PDT) X-Received: by 10.140.202.213 with SMTP id x204mr4706580qha.50.1462983501497; Wed, 11 May 2016 09:18:21 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id l50si5692853qge.67.2016.05.11.09.18.21; Wed, 11 May 2016 09:18:21 -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 dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 062CA61099; Wed, 11 May 2016 16:18:21 +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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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 74EE561661; Wed, 11 May 2016 16:04:32 +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 8BA76616AF; Wed, 11 May 2016 16:04:26 +0000 (UTC) Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by lists.linaro.org (Postfix) with ESMTPS id 6BF5461661 for ; Wed, 11 May 2016 16:01:17 +0000 (UTC) Received: by mail-wm0-f47.google.com with SMTP id e201so225174681wme.0 for ; Wed, 11 May 2016 09:01:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=JwyA2n6+PkF/Fhg5oyYpxvq6LuTSx48Vp+59l0b/XNI=; b=DLeufgisl9KcJU2QnnjhY94xj7+CDNRf+GQQxg9j4jNR05TeC3u0RSXi6AQ8IgwnYL qtNAtHkCLBJgdahg3pKCxKYB/6eMqAaiUYmLJuzpmMOFIvfp5FHa7PKLuHdvDYF0UftY vbS4dgEo+zeny2OaK0OxkWami6zb8XO0tNYuFLng8hHDv1uZex95dooK94XwI83l1pNj xkEsuHMQ7f5y8eN2H5m8wFW2CpjX91Z0Wh2P59NFZ3vaqXDQgF+DpJb6+R7n5FFESbDv hl3yvdhiuhNZItyWyO7iGIJIQ7yXqjKGmg9mZayKVbatg71UHLwcM+dgxCXZu39Ewsjz eZ/w== X-Gm-Message-State: AOPr4FXRnUrMKgOfb8hWvpfLOUdQzrbJfOEVRiuxUD8YlBIFpnzl1M79AcmBIfRg4NICdeZVL/I= X-Received: by 10.28.109.86 with SMTP id i83mr912132wmc.75.1462982476651; Wed, 11 May 2016 09:01:16 -0700 (PDT) Received: from localhost.localdomain ([195.55.142.58]) by smtp.gmail.com with ESMTPSA id f11sm36699133wmf.22.2016.05.11.09.01.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 May 2016 09:01:15 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Wed, 11 May 2016 18:00:46 +0200 Message-Id: <1462982452-1316-6-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1462982452-1316-1-git-send-email-ard.biesheuvel@linaro.org> References: <1462982452-1316-1-git-send-email-ard.biesheuvel@linaro.org> Cc: leo.duran@amd.com Subject: [Linaro-uefi] [PATCH 05/11] Platforms/AMD/Styx/CelloBoard: remove BdsLib library class 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" BdsLib is part of the old ARM BDS implementation, and should not be used. So remove it from the .DSC Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc | 3 --- 1 file changed, 3 deletions(-) diff --git a/Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc b/Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc index 167ed90a1bdc..8e448c7e3d39 100644 --- a/Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc +++ b/Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc @@ -149,9 +149,6 @@ DEFINE TRANS_CODE = $(EL3_TO_EL2) DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf - # BDS Libraries - BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf - [LibraryClasses.common.SEC] HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf