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
diff --git a/plat/arm/tc0/tc0_topology.c b/plat/arm/tc0/tc0_topology.c
index feb8727..9e30b64 100644
--- a/plat/arm/tc0/tc0_topology.c
+++ b/plat/arm/tc0/tc0_topology.c
@@ -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
*/
@@ -12,11 +12,15 @@
unsigned int cluster_id;
unsigned int cpu_id;
} tc0_cores[] = {
- /* Cluster0: 4 cores*/
+ /* Cluster0: 8 cores*/
{ 0, 0 },
{ 0, 1 },
{ 0, 2 },
- { 0, 3 }
+ { 0, 3 },
+ { 0, 4 },
+ { 0, 5 },
+ { 0, 6 },
+ { 0, 7 }
};
/*