From patchwork Wed Sep 21 08:23:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 76673 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp1923423qgf; Wed, 21 Sep 2016 01:24:57 -0700 (PDT) X-Received: by 10.200.53.59 with SMTP id y56mr28742419qtb.74.1474446297387; Wed, 21 Sep 2016 01:24:57 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id f126si27418290qke.149.2016.09.21.01.24.57; Wed, 21 Sep 2016 01:24:57 -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 106C861650; Wed, 21 Sep 2016 08:24:57 +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 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 70A8D61698; Wed, 21 Sep 2016 08:24:12 +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 D946E615CE; Wed, 21 Sep 2016 08:24:03 +0000 (UTC) Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by lists.linaro.org (Postfix) with ESMTPS id 375C1615E2 for ; Wed, 21 Sep 2016 08:23:48 +0000 (UTC) Received: by mail-wm0-f41.google.com with SMTP id b130so77670123wmc.0 for ; Wed, 21 Sep 2016 01:23:48 -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=zQLgMElzU63MWkSJUFlCfjGA4tHUZoYrOUeWkQDJh+U=; b=lqpxi/plceG21I4yQpwNTXbk/umfrkSYEdWRGINaLL5F16SfZvVW4KIqzV9lIRkMZA Tit8Jyz2ByXsARZSgioszkgdzjsk3VQcLgdbHYkiMlgQGf3/+AKpPdJcdKiK2V5PcJDR TNKtM8vXhB1iwBzHPLvz3A8W6aU75eseLk+FnbYXCM6lCdyVNwm2najvQAAKgdRAeu9h iN+EXYtFplHzr3TUOurqciX56ZKRdKdamTUb4IiKTONfq6qhC6jLQm2NC4C+XWsgVNd0 pczFr0UX3yvlSUFsPs2eBdYWxR1qccAjRGij0CKi2pbrYbL9fp6nro3aWECeZstFZrT0 YCSQ== X-Gm-Message-State: AE9vXwMekHZb8pv7RoP2sD2Uei7CVZjSBO2+6JX1gvCfBhVUq8DwI+CzQBvL+i63lWu4M3VzPas= X-Received: by 10.28.1.85 with SMTP id 82mr2136851wmb.11.1474446227121; Wed, 21 Sep 2016 01:23:47 -0700 (PDT) Received: from localhost.localdomain ([160.164.113.123]) by smtp.gmail.com with ESMTPSA id vh6sm32329929wjb.0.2016.09.21.01.23.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 21 Sep 2016 01:23:46 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org, heyi.guo@linaro.org Date: Wed, 21 Sep 2016 09:23:30 +0100 Message-Id: <1474446210-337-6-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1474446210-337-1-git-send-email-ard.biesheuvel@linaro.org> References: <1474446210-337-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [Linaro-uefi] [PATCH 5/5] Platforms/TI/BeagleBoard: remove dependency on ArmPkg/BaseMemoryLibStm 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 library BaseMemoryLibStm in ArmPkg is deprecated and is going to be removed. Move to the generic version in MdePkg instead. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/TexasInstruments/BeagleBoard/BeagleBoardPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platforms/TexasInstruments/BeagleBoard/BeagleBoardPkg.dsc b/Platforms/TexasInstruments/BeagleBoard/BeagleBoardPkg.dsc index bd1326725fd2..f04aa983d307 100644 --- a/Platforms/TexasInstruments/BeagleBoard/BeagleBoardPkg.dsc +++ b/Platforms/TexasInstruments/BeagleBoard/BeagleBoardPkg.dsc @@ -54,7 +54,7 @@ MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf BaseLib|MdePkg/Library/BaseLib/BaseLib.inf - BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf + BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf EfiResetSystemLib|OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/ResetSystemLib/ResetSystemLib.inf