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 41138C433EF for ; Sun, 3 Apr 2022 00:21:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A876E83C97; Sun, 3 Apr 2022 02:16:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="QGs+yh2j"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B20DF83C13; Sun, 3 Apr 2022 02:16:39 +0200 (CEST) Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) (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 8A38983AD1 for ; Sun, 3 Apr 2022 02:16:29 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x735.google.com with SMTP id h196so4960775qke.12 for ; Sat, 02 Apr 2022 17:16:29 -0700 (PDT) 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=GFWwUY8mhzy8DzzGm5pThd7QD9I2Wq47hOL4ddZwuKo=; b=QGs+yh2jRTNqNTwSfOxIlNS6drGYY4mA951I+d+3S5+iToXQIGS4B6BUyGbWRxKnwG fEc/5UMORmyiiJ3EGfDQGckVVicFHyENKyFFVuSMF0B8qFPOyFzT/5c04EB7qdCMKl04 XWWdwJy7wrC2SVgVAVoYAVmLQwjSLpf06AQEA= 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=GFWwUY8mhzy8DzzGm5pThd7QD9I2Wq47hOL4ddZwuKo=; b=0F0FeQBDoLVvU/mE5FP/mPQdCqmSrRGs3DxwYgR0npSzxfKhcKBKgZFDFdPwBlYX2X jCy88s+YztD3GKakvlYuPjN28GFMiAvuCyt1j3eD26MlbInpRLGxNU7tLvLdNXdzgT9N E/1ZExSJRaiakwbt7ZVAJjOf/lOevHLCQvSJ9jBAmBY/Otc/L27NwRVycIhKvmiTc5Dz eFBqXgBqWIWYcyiZjKzp/IBs7LQFqoAs7Ofszjh6ch38iumvxYscU4Cucus5BcL3JihL B1HCmtxkvVq/7jPihuL7C9wD2M872HxNKLOMQTyLHn0xN/cWTFTg/0gvjAm4cus6ARvL P8UQ== X-Gm-Message-State: AOAM530yS9ZdqINl5CsVZsGTZ+PHlqww7K/iO5lkkArTJuRUIAYnLKsU MUHMP/7frC8WxOYr4gCmiAWsrA== X-Google-Smtp-Source: ABdhPJz/sPvSrrQN43F8Rl1zKDmofD7uvI/H0KxUWbYnoPxrRHX5u9Gf75LpE5T2tf+FpNyX1/t87A== X-Received: by 2002:a05:620a:24cd:b0:67d:5f50:ef41 with SMTP id m13-20020a05620a24cd00b0067d5f50ef41mr10449506qkn.568.1648944988425; Sat, 02 Apr 2022 17:16:28 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id 78-20020a370551000000b0067e3a58c090sm3630761qkf.82.2022.04.02.17.16.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Apr 2022 17:16:27 -0700 (PDT) Date: Sat, 2 Apr 2022 20:16:25 -0400 From: Tom Rini To: Sean Anderson Cc: Linus Walleij , Liviu Dudau , Andre Przywara , Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH v3 20/29] arm64: Save spsr in pt_regs Message-ID: <20220403001625.GD14476@bill-the-cat> References: <20220322205938.1721846-1-sean.anderson@seco.com> <20220322205938.1721846-21-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ahpomBHjrAwc2LGG" Content-Disposition: inline In-Reply-To: <20220322205938.1721846-21-sean.anderson@seco.com> 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.5 at phobos.denx.de X-Virus-Status: Clean --ahpomBHjrAwc2LGG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 22, 2022 at 04:59:28PM -0400, Sean Anderson wrote: > This register holds "pstate" which includes (among other things) the > instruction mode the CPU was in when the exception was taken. This is > necessary to correctly interpret instructions at elr. >=20 > Signed-off-by: Sean Anderson Applied to u-boot/next, thanks! --=20 Tom --ahpomBHjrAwc2LGG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJI51kACgkQFHw5/5Y0 tyzzJQwAuBAO51r1w6uIceW6fuFiG7p78nGH3wEmztDIfd3P8/UcEppTrBx9XRqU zgicCLiGPoH1aRl3xTDZmqP/J8+hZ9gqFicXoINifKPUApU1bMbKz3ppsITYCagA iJ4iS7OusRMVwSEfT6HBQ08Wc7edQlLtPiSYa3Ax3vTVy7nYwW5oURXYQPrKg4CK k00bSBu/U0pn1mmq9DeAxckWbqeFUFR0zMHXr0ZKMfl5hMWRmIiwJvHDu/G0ROq5 KhxihExPeFIgOWN3GQlO9ib7a11r5l/4AmT73LWnMFtxTOrKDbqPuD/yJPFHPHQz oscTCtgT85A9rEanUGh+F5QngR/KQawk0hUYt22zWQsF7joiPpAF2vJj5nzZq8ke O+bd0i7UXAp/WMRFLkxJ/sMU2mVrdoAzwOWtaNTTMyOPEOA6kzQmFdeYbUaksh+R it86ropJ/uWMXoeUKQPTHaBFMn9VQZfmB9W+YbBH98MLYP0O9rIuuWLdKc7Ipn59 zNxFuRB9 =6FEY -----END PGP SIGNATURE----- --ahpomBHjrAwc2LGG--