All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] armv8: fsl-layerscape: add missing sec jr base address defines
@ 2019-07-30 14:29 laurentiu.tudor at nxp.com
  2019-07-30 14:29 ` [U-Boot] [PATCH 2/5] armv8: fsl-layerscape: add base addresses for several devices laurentiu.tudor at nxp.com
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: laurentiu.tudor at nxp.com @ 2019-07-30 14:29 UTC (permalink / raw)
  To: u-boot

From: Laurentiu Tudor <laurentiu.tudor@nxp.com>

Add defines for all the SEC job rings base addresses.

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
---
 arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
index ee9b33becf..7cd5333ff4 100644
--- a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
+++ b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
@@ -89,10 +89,18 @@
 /* SEC */
 #define CONFIG_SYS_FSL_SEC_OFFSET		0x07000000ull
 #define CONFIG_SYS_FSL_JR0_OFFSET		0x07010000ull
+#define FSL_SEC_JR0_OFFSET			CONFIG_SYS_FSL_JR0_OFFSET
+#define FSL_SEC_JR1_OFFSET			0x07020000ull
+#define FSL_SEC_JR2_OFFSET			0x07030000ull
+#define FSL_SEC_JR3_OFFSET			0x07040000ull
 #define CONFIG_SYS_FSL_SEC_ADDR \
 	(CONFIG_SYS_IMMR + CONFIG_SYS_FSL_SEC_OFFSET)
 #define CONFIG_SYS_FSL_JR0_ADDR \
 	(CONFIG_SYS_IMMR + CONFIG_SYS_FSL_JR0_OFFSET)
+#define FSL_SEC_JR0_BASE_ADDR (CONFIG_SYS_IMMR + FSL_SEC_JR0_OFFSET)
+#define FSL_SEC_JR1_BASE_ADDR (CONFIG_SYS_IMMR + FSL_SEC_JR1_OFFSET)
+#define FSL_SEC_JR2_BASE_ADDR (CONFIG_SYS_IMMR + FSL_SEC_JR2_OFFSET)
+#define FSL_SEC_JR3_BASE_ADDR (CONFIG_SYS_IMMR + FSL_SEC_JR3_OFFSET)
 
 #ifdef CONFIG_TFABOOT
 #ifdef CONFIG_NXP_LSCH3_2
-- 
2.17.1

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

end of thread, other threads:[~2019-08-22  8:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30 14:29 [U-Boot] [PATCH 1/5] armv8: fsl-layerscape: add missing sec jr base address defines laurentiu.tudor at nxp.com
2019-07-30 14:29 ` [U-Boot] [PATCH 2/5] armv8: fsl-layerscape: add base addresses for several devices laurentiu.tudor at nxp.com
2019-08-22  8:32   ` Prabhakar Kushwaha
2019-07-30 14:29 ` [U-Boot] [PATCH 3/5] armv8: fsl-layerscape: make icid setup endianness aware laurentiu.tudor at nxp.com
2019-07-30 19:54   ` Horia Geanta
2019-08-22  8:32     ` Prabhakar Kushwaha
2019-07-30 14:29 ` [U-Boot] [PATCH 4/5] armv8: ls1088a: add icid setup for platform devices laurentiu.tudor at nxp.com
2019-07-30 19:57   ` Horia Geanta
2019-08-22  8:32     ` Prabhakar Kushwaha
2019-07-30 14:29 ` [U-Boot] [PATCH 5/5] armv8: ls1028a: " laurentiu.tudor at nxp.com
2019-07-30 20:00   ` Horia Geanta
2019-08-22  8:32     ` Prabhakar Kushwaha
2019-07-30 19:51 ` [U-Boot] [PATCH 1/5] armv8: fsl-layerscape: add missing sec jr base address defines Horia Geanta
2019-08-22  8:33   ` Prabhakar Kushwaha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.