]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
docs: deprecate io_dummy driver
authorYann Gautier <yann.gautier@st.com>
Tue, 22 Nov 2022 14:15:11 +0000 (15:15 +0100)
committerYann Gautier <yann.gautier@st.com>
Mon, 19 Dec 2022 08:12:42 +0000 (09:12 +0100)
This drivers was only used by one upstream platform: STM32MP1 but only
when enabling the flag STM32MP_USE_STM32IMAGE. This flag and the
corresponding code is now removed from TF-A. The driver can then be
set to deprecated. It will be removed after v2.9 tag.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: Ib8242a7291c7011d7f96a6a83609ec1996dce520

docs/about/release-information.rst

index ddfc08179037619269aabaf2c0d79017c6d80372..f99b7ffba9ce77d5595187e0e9fc8d8d97852890 100644 (file)
@@ -69,6 +69,8 @@ after which it will be removed.
 +================================+=============+=========+=========================================================+
 | plat_convert_pk() function     |   Nov'22    |   2.9   | Platform conversion to manage specific PK hash          |
 +--------------------------------+-------------+---------+---------------------------------------------------------+
+| io_dummy driver                |   Nov'22    |   2.9   | No more used by any upstream platform                   |
++--------------------------------+-------------+---------+---------------------------------------------------------+
 
 --------------