From patchwork Mon Sep 5 14:33:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 75438 Delivered-To: patch@linaro.org Received: by 10.140.106.11 with SMTP id d11csp104008qgf; Mon, 5 Sep 2016 07:36:12 -0700 (PDT) X-Received: by 10.200.54.13 with SMTP id m13mr18966513qtb.85.1473086172444; Mon, 05 Sep 2016 07:36:12 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id n95si12037917qte.16.2016.09.05.07.36.12; Mon, 05 Sep 2016 07:36:12 -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 1C90C60C15; Mon, 5 Sep 2016 14:36:12 +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 83EF960C80; Mon, 5 Sep 2016 14:34:33 +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 917C060C1F; Mon, 5 Sep 2016 14:34:27 +0000 (UTC) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by lists.linaro.org (Postfix) with ESMTPS id 4E85360C15 for ; Mon, 5 Sep 2016 14:33:42 +0000 (UTC) Received: by mail-wm0-f42.google.com with SMTP id b187so22550662wme.1 for ; Mon, 05 Sep 2016 07:33:42 -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=hvzb5KFOH5RglbF0JJlHzDq/SRfoLhdQIeoBZEZ3o+M=; b=gZSAnBYHMgVdaYTljn/DNuQIC5Redp3eYvd17KfEUZwtoqHoLqfRFleD+vl3wZg/Uk 7cpvqlGT1vvfokca/TGnccYH9ei/CBgh87E37qW41EXMnIEoKQ5sP2BWTTKJIZDplKbi WmzX7FlfitVr38onIBnaJ0WCw6+io3PeHuxaTB3OB/AXsySKxMTstT0ZbwyY0GNDlOI+ L//KNJaQJuDh+ppt6FNN/4IqAmcHg9mbgSzq3eB+UHA2Z18S0Vd0T6cw0AFqYB8UbJim pFILcinP3MSosvJvPdQ3qouRypQgEP/2XIl3iYb7MOYZGYh1W6uLLIeSrTmo81h48TQg T2AA== X-Gm-Message-State: AE9vXwN7wcMiWGmNyJFVN02SfR6Qe84dhIoxuNDWAg8q10GEpz7pK3RPnCNFvPIffn4MndZnUXM= X-Received: by 10.194.75.225 with SMTP id f1mr31181635wjw.104.1473086021450; Mon, 05 Sep 2016 07:33:41 -0700 (PDT) Received: from localhost.localdomain ([197.130.133.164]) by smtp.gmail.com with ESMTPSA id v203sm21186640wmv.2.2016.09.05.07.33.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 05 Sep 2016 07:33:40 -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:15 +0100 Message-Id: <1473085995-13742-10-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 9/9] Marvell/Armada: 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/Marvell/Armada/Armada.dsc.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Platforms/Marvell/Armada/Armada.dsc.inc b/Platforms/Marvell/Armada/Armada.dsc.inc index 195ccc5fc404..47934b2ea950 100644 --- a/Platforms/Marvell/Armada/Armada.dsc.inc +++ b/Platforms/Marvell/Armada/Armada.dsc.inc @@ -131,14 +131,12 @@ FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf [LibraryClasses.AARCH64] - ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf + ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf [LibraryClasses.common.SEC] - ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf - DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf