summaryrefslogtreecommitdiff
path: root/plat/arm/board/juno/include/platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/board/juno/include/platform_def.h')
-rw-r--r--plat/arm/board/juno/include/platform_def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plat/arm/board/juno/include/platform_def.h b/plat/arm/board/juno/include/platform_def.h
index c53e938f..691e2f77 100644
--- a/plat/arm/board/juno/include/platform_def.h
+++ b/plat/arm/board/juno/include/platform_def.h
@@ -185,6 +185,12 @@
#define PLAT_CSS_PRIMARY_CPU_BIT_WIDTH 4
/*
+ * PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current
+ * SCP_BL2 size plus a little space for growth.
+ */
+#define PLAT_CSS_MAX_SCP_BL2_SIZE 0x1D000
+
+/*
* Define a list of Group 1 Secure and Group 0 interrupts as per GICv3
* terminology. On a GICv2 system or mode, the lists will be merged and treated
* as Group 0 interrupts.