public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 01/10] arm: psci: Add PSCI v1.1 macro
@ 2022-12-22  0:46 Marek Vasut
  2022-12-22  0:46 ` [PATCH 02/10] arm: psci: Fix RESET2 hook Marek Vasut
                   ` (9 more replies)
  0 siblings, 10 replies; 28+ messages in thread
From: Marek Vasut @ 2022-12-22  0:46 UTC (permalink / raw)
  To: u-boot
  Cc: Marek Vasut, Ariel D'Alessandro, NXP i.MX U-Boot Team,
	Ying-Chun Liu (PaulLiu), Adam Ford, Andrejs Cainikovs,
	Fabio Estevam, Manoj Sai, Marcel Ziswiler, Michael Trimarchi,
	Peng Fan, Ricardo Salveti, Simon Glass, Stefano Babic, Tim Harvey,
	Ye Li

Add macro representing the PSCI v1.1 .

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: "Ariel D'Alessandro" <ariel.dalessandro@collabora.com>
Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Cc: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>
Cc: Adam Ford <aford173@gmail.com>
Cc: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Manoj Sai <abbaraju.manojsai@amarulasolutions.com>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Ricardo Salveti <ricardo@foundries.io>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Tim Harvey <tharvey@gateworks.com>
Cc: Ye Li <ye.li@nxp.com>
---
 arch/arm/include/asm/psci.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/psci.h b/arch/arm/include/asm/psci.h
index 67e9234066b..8b3fb872255 100644
--- a/arch/arm/include/asm/psci.h
+++ b/arch/arm/include/asm/psci.h
@@ -22,6 +22,7 @@
 #include <linux/bitops.h>
 #endif
 
+#define ARM_PSCI_VER_1_1		(0x00010001)
 #define ARM_PSCI_VER_1_0		(0x00010000)
 #define ARM_PSCI_VER_0_2		(0x00000002)
 
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2023-01-31 16:55 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-22  0:46 [PATCH 01/10] arm: psci: Add PSCI v1.1 macro Marek Vasut
2022-12-22  0:46 ` [PATCH 02/10] arm: psci: Fix RESET2 hook Marek Vasut
2023-01-31 16:52   ` sbabic
2022-12-22  0:46 ` [PATCH 03/10] arm: imx: Drop custom lowlevel_init Marek Vasut
2023-01-31 16:52   ` sbabic
2022-12-22  0:46 ` [PATCH 04/10] arm: dts: imx8m: Require ATF BL31 blob only if not PSCI provider Marek Vasut
2023-01-31 16:52   ` sbabic
2022-12-22  0:46 ` [PATCH 05/10] arm: imx: imx8m: Only use ROM pointers " Marek Vasut
2023-01-31 16:52   ` sbabic
2022-12-22  0:46 ` [PATCH 06/10] arm: imx: imx8m: Enable GICv3 support if " Marek Vasut
2023-01-31 16:52   ` sbabic
2022-12-22  0:46 ` [PATCH 07/10] arm: imx: imx8m: Map RAM as NS " Marek Vasut
2023-01-31 16:52   ` sbabic
2022-12-22  0:46 ` [PATCH 08/10] arm: imx: imx8m: Define trampoline location " Marek Vasut
2023-01-31 16:52   ` sbabic
2022-12-22  0:46 ` [PATCH 09/10] arm: imx: imx8m: Program CSU and TZASC " Marek Vasut
2023-01-31 16:53   ` sbabic
2022-12-22  0:46 ` [PATCH 10/10] arm: imx: imx8m: Add basic PSCI provider implementation Marek Vasut
2022-12-22  3:05   ` Adam Ford
2022-12-22  3:58     ` Marek Vasut
2023-01-02 16:44       ` Adam Ford
2023-01-02 23:41         ` Marek Vasut
2023-01-02 23:47           ` Adam Ford
2023-01-02 23:58             ` Marek Vasut
2023-01-03  1:05               ` Adam Ford
2023-01-03  9:38                 ` Marek Vasut
2023-01-31 16:52   ` sbabic
2023-01-31 16:52 ` [PATCH 01/10] arm: psci: Add PSCI v1.1 macro sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox