aboutsummaryrefslogtreecommitdiff
path: root/plat/juno/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/juno/platform.h')
-rw-r--r--plat/juno/platform.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/plat/juno/platform.h b/plat/juno/platform.h
index 1b902ea..1730532 100644
--- a/plat/juno/platform.h
+++ b/plat/juno/platform.h
@@ -54,6 +54,9 @@
/* Trusted Boot Firmware BL2 */
#define BL2_IMAGE_NAME "bl2.bin"
+/* SCP Firmware BL3-0 */
+#define BL30_IMAGE_NAME "bl30.bin"
+
/* EL3 Runtime Firmware BL3-1 */
#define BL31_IMAGE_NAME "bl31.bin"
@@ -156,6 +159,13 @@
#define BL31_BASE 0x0400C000
/*******************************************************************************
+ * BL3-0 specific defines.
+ * BL3-0 is loaded to the same place as BL3-1. Once BL3-0 is transferred to the
+ * SCP, it is discarded and BL3-1 is loaded over the top.
+ ******************************************************************************/
+#define BL30_BASE BL31_BASE
+
+/*******************************************************************************
* Platform specific page table and MMU setup constants
******************************************************************************/
#define ADDR_SPACE_SIZE (1ull << 32)