From e0ac845e258bf84f3efdaa71823396f11527a31b Mon Sep 17 00:00:00 2001 From: Manish V Badarkhe Date: Tue, 8 Oct 2024 14:33:57 +0100 Subject: [PATCH] docs: deprecate Arm TC2 FVP platform Arm has made the strategic decision to deprecate the TC2 platform. As a result, software development and the creation of fast models for TC2 have been officially discontinued. The TC2 platform, now considered obsolete, has been succeeded by the TC3 and TC4 platforms. Notably, both TC3 and TC4 are already integrated into TF-A, with TC3 included in the CI repository. Work to add CI support for TC4 is currently in progress. Change-Id: I4df3c3e947faa1849a0f4742593c604cb2ee43b9 Signed-off-by: Manish V Badarkhe --- docs/plat/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plat/index.rst b/docs/plat/index.rst index 85c97e527..a8e0c8dc9 100644 --- a/docs/plat/index.rst +++ b/docs/plat/index.rst @@ -72,8 +72,8 @@ Deprecated platforms +----------------+----------------+--------------------+--------------------+ | Platform | Vendor | Deprecated version | Deleted version | +================+================+====================+====================+ -| None at this | | | | -| time. | | | | +| TC2 | Arm | 2.12 | TBD | +| | | | | +----------------+----------------+--------------------+--------------------+ --------------