]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
docs: split deprecated interfaces and drivers
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 17 Apr 2023 14:01:50 +0000 (16:01 +0200)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 24 Apr 2023 11:45:53 +0000 (13:45 +0200)
Having a dedicated section for deprecated interfaces, and another one
for deprecated drivers, sounds cleaner.

Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: Iaf65e9f4dabff89b9e86c17062656edd8c344016

docs/about/release-information.rst

index f99b7ffba9ce77d5595187e0e9fc8d8d97852890..8a87e841261428ccfa44ddfb1e67ddc775d9a768 100644 (file)
@@ -69,9 +69,22 @@ after which it will be removed.
 +================================+=============+=========+=========================================================+
 | plat_convert_pk() function     |   Nov'22    |   2.9   | Platform conversion to manage specific PK hash          |
 +--------------------------------+-------------+---------+---------------------------------------------------------+
+
+Removal of Deprecated Drivers
+-----------------------------
+
+As mentioned in the :ref:`Platform Ports Policy`, this is a live document
+cataloging all the deprecated drivers in TF-A project and the Release version
+after which it will be removed.
+
++--------------------------------+-------------+---------+---------------------------------------------------------+
+| Driver                         | Deprecation | Removed | Comments                                                |
+|                                | Date        | after   |                                                         |
+|                                |             | Release |                                                         |
++================================+=============+=========+=========================================================+
 | io_dummy driver                |   Nov'22    |   2.9   | No more used by any upstream platform                   |
 +--------------------------------+-------------+---------+---------------------------------------------------------+
 
 --------------
 
-*Copyright (c) 2018-2022, Arm Limited and Contributors. All rights reserved.*
+*Copyright (c) 2018-2023, Arm Limited and Contributors. All rights reserved.*