]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
build: deprecate Arm TC0 FVP platform
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Fri, 11 Nov 2022 09:36:29 +0000 (09:36 +0000)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Fri, 11 Nov 2022 09:43:21 +0000 (09:43 +0000)
Arm has decided to deprecate the TC0 platform. The development of
software and fast models for TC0 platform has been discontinued.
TC0 platform has been superseded by the TC1 and TC2 platforms,
which are already supported in TF-A and CI repositories.

Change-Id: I0269816a6ee733f732669027eae4e14cd60b6084
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
docs/plat/index.rst
plat/arm/board/tc/platform.mk

index f1b97f86a1c685e4087fbc4b2aeb9745ed1400f1..3eac6f7a5c7402a0164383c6be404ee17a23dd69 100644 (file)
@@ -75,6 +75,8 @@ Deprecated platforms
 +----------------+----------------+--------------------+--------------------+
 |    rdn1edge    |      Arm       |        2.8         |       3.0          |
 +----------------+----------------+--------------------+--------------------+
+|    tc0         |      Arm       |        2.8         |       3.0          |
++----------------+----------------+--------------------+--------------------+
 
 --------------
 
index 49554791f16d0ea410e56acdf8bdce1771808027..37ba2295c52e4d7157101244f989e0523243edb4 100644 (file)
@@ -5,6 +5,11 @@
 
 include common/fdt_wrappers.mk
 
+ifeq ($(TARGET_PLATFORM), 0)
+$(warning Platform ${PLAT}$(TARGET_PLATFORM) is deprecated. \
+Some of the features might not work as expected)
+endif
+
 ifeq ($(shell expr $(TARGET_PLATFORM) \<= 2), 0)
         $(error TARGET_PLATFORM must be less than or equal to 2)
 endif