mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
docs: split deprecated interfaces and drivers
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
This commit is contained in:
parent
47801a6985
commit
1dc77d43ef
1 changed files with 14 additions and 1 deletions
|
@ -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.*
|
||||
|
|
Loading…
Add table
Reference in a new issue