From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 36A80C433EF for ; Sat, 15 Jan 2022 12:39:11 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E68C1835F4; Sat, 15 Jan 2022 13:38:30 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="UX3Jc7p+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 84F5C83531; Sat, 15 Jan 2022 13:38:28 +0100 (CET) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 239FC83571 for ; Sat, 15 Jan 2022 13:38:24 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x832.google.com with SMTP id v7so13612322qtw.13 for ; Sat, 15 Jan 2022 04:38:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=maGIBj12Gz0/m8vtXOGvZ+uWIYCq3mAJa1JPcPGEHY4=; b=UX3Jc7p+R9FeVRH+6gw1YGJw+Oc3gDGJePI7PL8KUr7bG/YlgXekGE94ZJfLFohQky uV/7a51/236X6D4GUsCqwg3uOpiBodg4vGtkYED/34UuG7C2fd80mGfk9FR3oxVaq/gK rUhu4bFH0JPIhB6u5ePRQhYv/V7dy7oYtAoho= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=maGIBj12Gz0/m8vtXOGvZ+uWIYCq3mAJa1JPcPGEHY4=; b=s3trUXr2AW3i0Kik5OzCAE4e4l5/uhNa3pu6Scubvu8aiyGW8Tkr/UmPMa7jtqfIpT hS9MPRYGKrbXgiaggVEOcdRMSPj/jx1tEsJNertXOTKDizAZtk5RiA7vJsAmYxqHWYQX kjNFGbBpGVbTJawXZ97WbMU5fn2JFpCBPk3RZovzyxIkjjSFzUzKZuL9Xe78sOtBdxPq h7x1cu4L3dw2+pvEOrN3RxCMhiq0oytLOPuDm3K0rM7CjAEjYOPm4Gkx4UdMdklbeu7y 1gJyvoZivOWyTdOKYQJINZV1vE1CuFeYyv1ctt5Z+8XM9Qq1IrhtmdQeIK/m+pU9OSpb diKA== X-Gm-Message-State: AOAM5317J3YSSIps7OuAF2k1LENIag3Udt4KGgxl9Iw480CTx4DP0lPg 24E8jDldOtM/fBoRijOWgWJC5Q== X-Google-Smtp-Source: ABdhPJwEM3zugm/eWMi+i9sEjHKKjFhzPF2i9RYNVbaeOouHksX5jHq+O9h4j6CT72oER9qcNAZa3Q== X-Received: by 2002:ac8:5f47:: with SMTP id y7mr11450760qta.601.1642250302977; Sat, 15 Jan 2022 04:38:22 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-9533-0c51-a891-732b.res6.spectrum.com. [2603:6081:7b01:cbda:9533:c51:a891:732b]) by smtp.gmail.com with ESMTPSA id 6sm3393379qkh.82.2022.01.15.04.38.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 15 Jan 2022 04:38:22 -0800 (PST) Date: Sat, 15 Jan 2022 07:38:20 -0500 From: Tom Rini To: Mark Kettenis Cc: u-boot@lists.denx.de Subject: Re: [PATCH] armv8: apple: Disable PSCI reset Message-ID: <20220115123820.GD9207@bill-the-cat> References: <20211221163150.72189-1-kettenis@openbsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="XJTZGR2d5Mt1DtGs" Content-Disposition: inline In-Reply-To: <20211221163150.72189-1-kettenis@openbsd.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --XJTZGR2d5Mt1DtGs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 21, 2021 at 05:31:50PM +0100, Mark Kettenis wrote: > Apple's ARMv8 cores don't implement EL3 and therefore don't > provide a PSCI implementation. So don't attempt to use > PSCI to reset on machines using Apple SoCs. >=20 > Signed-off-by: Mark Kettenis Applied to u-boot/master, thanks! --=20 Tom --XJTZGR2d5Mt1DtGs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHiwDwACgkQFHw5/5Y0 tywJzQwAmmfopPjqI3hVzijdhbxyuDP+Rljik+VscDAHp0ocEOdq9MQfYdB3mrPA VZueKJcwPVWbWniGQWeVZqjMe7+t0chw23ZjQBFMuV6JF1mE3OtoHrCtoSoRDTpG IkDcn4Bh7osbIyZqz9rbGD+EVQ2Rzmh3oFZfzgDydsIEvRdvK8VOK1p6sEXeY3DB pWmlZ7ljaxTMjz+lR0JWNn0NHNV9zItW0FWxgT6QytSnV/UdbuQjDhuoVcrJq/Pe R6vACn5VJeTN4LO9mjrdDadAIn4iNqfmgsrmMdE46cS47rfk/OxSSiy8uGKJmkaG +J+cvOkflBazl7KppCM/TIWhd3AxGo2TqZFqQDHLeFLzLKbTP5FbSX1KruwCiy1b o3a92Od9rb0Ul2PZfXe7DYailHWOoEW+J1zcWrZCN1Bp3iqePXz3TGs0WinSvC8s 2HFeUyyRjUvWghKlx+brR3I7X4oRDNtGnYkwIBpvyqQj19tsAoAZUWqY4BJXsyGF zrnmXoNC =tvLW -----END PGP SIGNATURE----- --XJTZGR2d5Mt1DtGs--