From 67ccdd9f945ba4940929d233c60af6acf83c99a3 Mon Sep 17 00:00:00 2001 From: Manish V Badarkhe Date: Mon, 11 Mar 2024 11:25:10 +0000 Subject: [PATCH] docs: remove entries of the deleted platforms Remove the details of the platforms from the 'deprecated platforms' table those are already deleted. This is in-sync with other depreaction tables [1] which only has deprecation entries and not deleted entries. [1]: https://trustedfirmware-a.readthedocs.io/en/latest/about/release-information.html#removal-of-deprecated-interfaces Signed-off-by: Manish V Badarkhe Change-Id: If8c8e4ba4e7fa88ea83632202d17c7d35cdc200a --- docs/plat/index.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/plat/index.rst b/docs/plat/index.rst index 43f4898d2..4aabc6dd2 100644 --- a/docs/plat/index.rst +++ b/docs/plat/index.rst @@ -69,20 +69,12 @@ Deprecated platforms +----------------+----------------+--------------------+--------------------+ | Platform | Vendor | Deprecated version | Deleted version | +================+================+====================+====================+ -| sgm775 | Arm | 2.5 | 2.7 | -+----------------+----------------+--------------------+--------------------+ -| mt6795 | MTK | 2.5 | 2.7 | -+----------------+----------------+--------------------+--------------------+ | sgi575 | Arm | 2.8 | TBD | +----------------+----------------+--------------------+--------------------+ | rdn1edge | Arm | 2.8 | TBD | +----------------+----------------+--------------------+--------------------+ -| tc0 | Arm | 2.8 | 2.10 | -+----------------+----------------+--------------------+--------------------+ | tc1 | Arm | 2.10 | TBD | +----------------+----------------+--------------------+--------------------+ -| rde1edge | Arm | 2.9 | 2.11 | -+----------------+----------------+--------------------+--------------------+ --------------