From patchwork Fri Oct 18 03:27:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathew McBride X-Patchwork-Id: 1179102 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=traverse.com.au Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46vX771RcPz9sPW for ; Fri, 18 Oct 2019 14:48:00 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 03126C21DFD; Fri, 18 Oct 2019 03:47:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 9664DC21C27; Fri, 18 Oct 2019 03:47:52 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 90C84C21C27; Fri, 18 Oct 2019 03:28:02 +0000 (UTC) Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [150.101.137.131]) by lists.denx.de (Postfix) with ESMTP id 4C459C21BE5 for ; Fri, 18 Oct 2019 03:28:00 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AbCADh299Z/42cEXddARwBBQELAYJrc4FSjzSPAQEBBoFaAUmVRIIEhT8EAoRAWAECAQEBAQECayiFVgEjI0wCTIpIDK4ahBGHXYMtgxCCMoJ1hQMbBWMRAYUWBaFEc5Nqkx2XJFeBDnQZhRMBgmYsiUmCRAEBAQ Received: from 119-17-156-141.nbn.mel.aussiebb.net (HELO localhost.localdomain) ([119.17.156.141]) by ipmail07.adl2.internode.on.net with ESMTP; 18 Oct 2019 13:57:58 +1030 From: Mathew McBride To: u-boot@lists.denx.de Date: Fri, 18 Oct 2019 14:27:52 +1100 Message-Id: <20191018032754.65041-1-matt@traverse.com.au> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 18 Oct 2019 03:47:50 +0000 Subject: [U-Boot] [PATCH 0/2] armv8: fsl-layerscape: Allow use of PSCI handlers for ls1088a X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This patch allows the use of PSCI for power operations - this is desirable if the target board has implemented it's own power operation handlers in Trusted Firmware/EL3. Layerscape has it's own EFI service handlers for power operations - if PSCI is used the generic handlers will be used instead. Note that all of the existing Layerscape boards in-tree are blacklisted from PSCI_RESET by default - to use this you must enable it for your board. Mathew McBride (2): armv8: dts: ls1088a: add PSCI binding for LS1088A armv8: fsl-layerscape: do not use layerscape EFI reset if PSCI used arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 2 +- arch/arm/dts/fsl-ls1088a.dtsi | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-)