summaryrefslogtreecommitdiff
path: root/el3_payload/plat
diff options
context:
space:
mode:
authorUsama Arif <usama.arif@arm.com>2021-01-17 18:05:08 +0000
committerUsama Arif <usama.arif@arm.com>2021-01-29 14:56:15 +0000
commit6ddc37f73dc593504137d04d0c57f708d816254a (patch)
tree3680dcf54950a002278246ebd5762d3c190c349e /el3_payload/plat
parentf353662d97dd0bde6abcced1d973fbe7c445521b (diff)
plat/tc0: Change to 8 cores for Theodul
This includes changing to 8 cores for header file, dts and topology. The missing uart node is also added to cactus.dts. Signed-off-by: Usama Arif <usama.arif@arm.com> Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> Change-Id: I1c70f9fd92273d7b5dc97875707e469d7f39c12d
Diffstat (limited to 'el3_payload/plat')
-rw-r--r--el3_payload/plat/tc0/platform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/el3_payload/plat/tc0/platform.h b/el3_payload/plat/tc0/platform.h
index b1919b5..5e43002 100644
--- a/el3_payload/plat/tc0/platform.h
+++ b/el3_payload/plat/tc0/platform.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, Arm Limited. All rights reserved.
+ * Copyright (c) 2020-2021, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -9,11 +9,11 @@
#define PRIMARY_CPU_MPID 0x0
-#define CPUS_COUNT 4
+#define CPUS_COUNT 8
#define UART_BASE 0x7ff80000
-#define TC0_MAX_CPUS_PER_CLUSTER 4
+#define TC0_MAX_CPUS_PER_CLUSTER 8
#define TC0_MAX_PE_PER_CPU 1
#endif /* PLATFORM_H */