Merge "docs(tc): deprecate tc2 in documentation" into integration

This commit is contained in:
Govindraj Raja 2024-11-20 18:11:39 +01:00 committed by TrustedFirmware Code Review
commit 8a48bca36d

View file

@ -13,13 +13,15 @@ Some of the features of TC platform referenced in TF-A include:
- SCMI - SCMI
- MHUv2 - MHUv2
Currently, the main difference between TC0 (TARGET_PLATFORM=0), TC1 The TF-A build is specified by the option `TARGET_PLATFORM` which represents
(TARGET_PLATFORM=1), TC2 (TARGET_PLATFORM=2) platforms w.r.t to TF-A the Total Compute platform number. The platforms support the CPU variants
is the CPUs supported as below: listed as below:
- TC0 has support for Cortex A510, Cortex A710 and Cortex X2. (Note TC0 is now deprecated) - 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) - 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 Boot Sequence
------------- -------------
@ -43,7 +45,7 @@ Build Procedure (TF-A only)
.. code:: shell .. code:: shell
make PLAT=tc BL33=<path_to_uboot.bin> \ make PLAT=tc BL33=<path_to_uboot.bin> \
SCP_BL2=<path_to_scp_ramfw.bin> TARGET_PLATFORM={0,1,2} all fip SCP_BL2=<path_to_scp_ramfw.bin> TARGET_PLATFORM={3} all fip
Enable TBBR by adding the following options to the make command: Enable TBBR by adding the following options to the make command: