From 74606e76e2ac993796a37b913802dd98e1519e56 Mon Sep 17 00:00:00 2001 From: Icen Zeyada Date: Tue, 19 Nov 2024 16:16:38 +0000 Subject: [PATCH] docs(tc): deprecate tc2 in documentation added a note to specify that tc2 has been deprecated Change-Id: I7ab69a2560e0e56379f4e144d41da20671c1ca9d Signed-off-by: Icen Zeyada --- docs/plat/arm/tc/index.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/plat/arm/tc/index.rst b/docs/plat/arm/tc/index.rst index 9469e9ad9..467738cd5 100644 --- a/docs/plat/arm/tc/index.rst +++ b/docs/plat/arm/tc/index.rst @@ -13,13 +13,15 @@ Some of the features of TC platform referenced in TF-A include: - SCMI - MHUv2 -Currently, the main difference between TC0 (TARGET_PLATFORM=0), TC1 -(TARGET_PLATFORM=1), TC2 (TARGET_PLATFORM=2) platforms w.r.t to TF-A -is the CPUs supported as below: +The TF-A build is specified by the option `TARGET_PLATFORM` which represents +the Total Compute platform number. The platforms support the CPU variants +listed as below: - TC0 has support for Cortex A510, Cortex A710 and Cortex X2. (Note TC0 is now deprecated) - TC1 has support for Cortex A510, Cortex A715 and Cortex X3. (Note TC1 is now deprecated) -- TC2 has support for Cortex A520, Cortex A720 and Cortex x4. +- TC2 has support for Cortex A520, Cortex A720 and Cortex x4. (Note TC2 is now deprecated) +- TC3 has support for Cortex A520, Cortex A725 and Cortex x925. + Boot Sequence ------------- @@ -43,7 +45,7 @@ Build Procedure (TF-A only) .. code:: shell make PLAT=tc BL33= \ - SCP_BL2= TARGET_PLATFORM={0,1,2} all fip + SCP_BL2= TARGET_PLATFORM={3} all fip Enable TBBR by adding the following options to the make command: