Skip to content

Commit 72dc0e5

Browse files
etienne-lmsdanieldegrasse
authored andcommitted
doc: migration: 4.2: Note on STM32 TF-M BL2 HW crypto
Add a note about STM32 boards TF-M BL2 bootloader that do not embed HW crypto drivers since migration to TF-M v2.2. Signed-off-by: Etienne Carriere <[email protected]>
1 parent 31ef45e commit 72dc0e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ Boards
9292
variant (``stm32n6570_dk/stm32n657xx/fsbl``) that must be selected explicitly.
9393
See board documentation for more information about these variants.
9494

95+
* STM32 boards that embed TF-M BL2 boot stage (``b_u585i_iot02a//ns``, ``nucleo_l552ze_q//ns``
96+
and ``stm32l562e_dk//ns``) do not embed HW crypto accelerator drivers in BL2 as they previously
97+
did, now relying on Mbed TLS software implementation. This is related to the upgrade to TF-M
98+
v2.2. HW crypto accelerators are still supported in TF-M, but only in the runtime secure firmware.
99+
95100
Device Drivers and Devicetree
96101
*****************************
97102

0 commit comments

Comments
 (0)