Skip to content

Commit 29c1e08

Browse files
Flavio Ceolincfriedt
authored andcommitted
west: tf-m: Remove tf-m from Zephyr LTS
Zephyr mbedTLS was updated to 2.28.x which is a LTS release and address several vulnerabilities affecting 2.26 (version that used to be used on Zephyr LTS). Unfortunately this mbedTLS version is not compatible with TF-M and backporting mbedTLS fixes was not a viable solution. Due this problem we are removing TF-M module from Zephyr's LTS. One still can go and add it to this manifest if needed, but this is no longer "officially" supported. More information in: #56071 #54084 Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 190f09d commit 29c1e08

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

west.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,13 @@ manifest:
210210
path: modules/debug/TraceRecorder
211211
groups:
212212
- debug
213-
- name: trusted-firmware-m
214-
path: modules/tee/tfm
215-
revision: c74be3890c9d975976fde1b1a3b2f5742bec34c0
216-
groups:
217-
- tee
213+
# TF-M is not compatible with mbedTLS 2.28. For more context:
214+
# https://github.com/zephyrproject-rtos/zephyr/pull/54084
215+
#- name: trusted-firmware-m
216+
# path: modules/tee/tfm
217+
# revision: c74be3890c9d975976fde1b1a3b2f5742bec34c0
218+
# groups:
219+
# - tee
218220

219221
self:
220222
path: zephyr

0 commit comments

Comments
 (0)