aboutsummaryrefslogtreecommitdiff
path: root/el3_payload/plat/juno/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'el3_payload/plat/juno/platform.h')
-rw-r--r--el3_payload/plat/juno/platform.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/el3_payload/plat/juno/platform.h b/el3_payload/plat/juno/platform.h
new file mode 100644
index 000000000..7fdcb3ee5
--- /dev/null
+++ b/el3_payload/plat/juno/platform.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright (c) 2018, Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef __PLATFORM_H__
+#define __PLATFORM_H__
+
+/* Designate the Cortex-A53 #0 as the primary CPU */
+#define PRIMARY_CPU_MPID 0x100
+
+#define CPUS_COUNT 6
+
+#define UART_BASE 0x7ff80000
+
+#endif /* __PLATFORM_H__ */