summaryrefslogtreecommitdiff
path: root/plat/juno/juno_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/juno/juno_def.h')
-rw-r--r--plat/juno/juno_def.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/plat/juno/juno_def.h b/plat/juno/juno_def.h
index b3099b7..1eae65d 100644
--- a/plat/juno/juno_def.h
+++ b/plat/juno/juno_def.h
@@ -34,8 +34,6 @@
/* Special value used to verify platform parameters from BL2 to BL3-1 */
#define JUNO_BL31_PLAT_PARAM_VAL 0x0f1e2d3c4b5a6978ULL
-#define JUNO_PRIMARY_CPU 0x100
-
/*******************************************************************************
* Juno memory map related constants
******************************************************************************/
@@ -194,4 +192,11 @@
#define CCI400_SL_IFACE3_CLUSTER_IX 1
#define CCI400_SL_IFACE4_CLUSTER_IX 0
+/*******************************************************************************
+ * SCP <=> AP boot configuration
+ ******************************************************************************/
+#define SCP_BOOT_CFG_ADDR 0x04000080
+#define PRIMARY_CPU_SHIFT 8
+#define PRIMARY_CPU_MASK 0xf
+
#endif /* __JUNO_DEF_H__ */