From 21fdbf9bc6b3e2f58e2321c2c8b2264c8b546e80 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Tue, 22 Nov 2022 15:15:11 +0100 Subject: [PATCH] docs: deprecate io_dummy driver 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 Change-Id: Ib8242a7291c7011d7f96a6a83609ec1996dce520 --- docs/about/release-information.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/about/release-information.rst b/docs/about/release-information.rst index ddfc08179..f99b7ffba 100644 --- a/docs/about/release-information.rst +++ b/docs/about/release-information.rst @@ -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 | ++--------------------------------+-------------+---------+---------------------------------------------------------+ --------------