From patchwork Mon Sep 5 14:33:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 75434 Delivered-To: patch@linaro.org Received: by 10.140.106.11 with SMTP id d11csp103426qgf; Mon, 5 Sep 2016 07:34:58 -0700 (PDT) X-Received: by 10.200.34.135 with SMTP id f7mr33392024qta.141.1473086098780; Mon, 05 Sep 2016 07:34:58 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id a63si17742703qkf.100.2016.09.05.07.34.58; Mon, 05 Sep 2016 07:34:58 -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 5DB8260C18; Mon, 5 Sep 2016 14:34:58 +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 BAE1560C48; Mon, 5 Sep 2016 14:34:08 +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 A0AC560C16; Mon, 5 Sep 2016 14:34:00 +0000 (UTC) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by lists.linaro.org (Postfix) with ESMTPS id BA17E609D3 for ; Mon, 5 Sep 2016 14:33:35 +0000 (UTC) Received: by mail-wm0-f50.google.com with SMTP id b187so22546055wme.1 for ; Mon, 05 Sep 2016 07:33:35 -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=3jDL3IK4fWvUFgeh9r0CHdXv1SdNuqLVSsUch2TltHw=; b=C0tYB2dS4U7rao3AicexW5KmXL+dUreUwAcu1JqZsrXVqN4irG4KxptZMp7PxqQoZV M3H4XgeSUyCGCd3IHorbFt/yREJ+qluJG4OJhk8Fqh81tzqbL6AvD9Ky4JflDH3ufXh9 zcd/CzXb2cUPVnbGa3+g8aiM6pnkNRq7tDCat41xAKslp+n6SH+FoS6RFwdU7TndfeMi P9mXxKyjOukb1qlOKTcbyrT2yaccHjs03oQht6cziGZYZhP7+tLNBxyf7mIVct2R0qVo GwWpuWiH3E0ZC1781qE1zYX10XL7uHMF1jNt1HQkCfi2qtIuRb8V26+9gxDFRVM1qteO od2A== X-Gm-Message-State: AE9vXwOnpNtouPuxmF66J4kax381Y2dAcwJHQkIp1MxIznmD0OW//UKIL8ATNPnTIodqgFWr1wo= X-Received: by 10.28.109.214 with SMTP id b83mr14993338wmi.19.1473086014782; Mon, 05 Sep 2016 07:33:34 -0700 (PDT) Received: from localhost.localdomain ([197.130.133.164]) by smtp.gmail.com with ESMTPSA id v203sm21186640wmv.2.2016.09.05.07.33.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 05 Sep 2016 07:33:34 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org, heyi.guo@linaro.org Date: Mon, 5 Sep 2016 15:33:11 +0100 Message-Id: <1473085995-13742-6-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473085995-13742-1-git-send-email-ard.biesheuvel@linaro.org> References: <1473085995-13742-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [Linaro-uefi] [PATCH 5/9] Hisilicon/D0x: switch to ArmBaseLib 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" Replace all references to the various ArmLib flavors with ArmBaseLib, which can substitute for all of them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/Hisilicon/D02/Pv660D02.dsc | 3 +-- Platforms/Hisilicon/D03/D03.dsc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Platforms/Hisilicon/D02/Pv660D02.dsc b/Platforms/Hisilicon/D02/Pv660D02.dsc index 2a66796c8de1..d025bddc770e 100644 --- a/Platforms/Hisilicon/D02/Pv660D02.dsc +++ b/Platforms/Hisilicon/D02/Pv660D02.dsc @@ -33,7 +33,7 @@ !include OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660.dsc.inc [LibraryClasses.common] - ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf + ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf ArmPlatformLib|OpenPlatformPkg/Chips/Hisilicon/Library/ArmPlatformLibPv660/ArmPlatformLib.inf ArmPlatformSysConfigLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf @@ -73,7 +73,6 @@ CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf [LibraryClasses.common.SEC] - ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf ArmPlatformLib|OpenPlatformPkg/Chips/Hisilicon/Library/ArmPlatformLibPv660/ArmPlatformLibSec.inf [LibraryClasses.common.DXE_RUNTIME_DRIVER] diff --git a/Platforms/Hisilicon/D03/D03.dsc b/Platforms/Hisilicon/D03/D03.dsc index e60b99d30505..83a18b15a07e 100644 --- a/Platforms/Hisilicon/D03/D03.dsc +++ b/Platforms/Hisilicon/D03/D03.dsc @@ -33,7 +33,7 @@ !include OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660.dsc.inc [LibraryClasses.common] - ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf + ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf ArmPlatformLib|OpenPlatformPkg/Chips/Hisilicon/Library/ArmPlatformLibPv660/ArmPlatformLib.inf ArmPlatformSysConfigLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf @@ -82,7 +82,6 @@ LpcLib|OpenPlatformPkg/Chips/Hisilicon/Binary/Hi1610/Library/LpcLib/LpcLib.inf SerialPortLib|OpenPlatformPkg/Chips/Hisilicon/Binary/Hi1610/Library/Uart/LpcSerialPortLib/LpcSerialPortLib.inf [LibraryClasses.common.SEC] - ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf ArmPlatformLib|OpenPlatformPkg/Chips/Hisilicon/Library/ArmPlatformLibPv660/ArmPlatformLibSec.inf