From cc9431c41c733a2bb11e31491dd068e1d4f23709 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Fri, 7 May 2021 09:10:27 +0200 Subject: [PATCH] doc: release notes: add Zephyr v2.6.0 release notes for TF-M Add release note entries for TF-M. Signed-off-by: Ioannis Glaropoulos --- doc/releases/release-notes-2.6.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/releases/release-notes-2.6.rst b/doc/releases/release-notes-2.6.rst index 916bd3db42d..c2ffab519a9 100644 --- a/doc/releases/release-notes-2.6.rst +++ b/doc/releases/release-notes-2.6.rst @@ -377,9 +377,14 @@ HALs Trusted Firmware-m ****************** +* Synchronized Trusted-Firmware-M module to the upstream v1.3.0 release. * Configured QEMU to run Zephyr samples and tests in CI on mps2_an521_nonsecure (Cortex-M33 Non-Secure) with TF-M as the secure firmware component. -* Synchronized Trusted-Firmware-M module to the upstream v1.3.0 release. +* Added Kconfig options for selecting the desired TF-M profile and build type +* Added Kconfig options for enabling the desired TF-M secure partitions +* Added a new sample to run the PSA tests with Zephyr +* Added a new sample to run the TF-M regression tests using the Zephyr build system + Documentation