From 98e6ea865ffe0df45d7869f10ba093c2b5e45dba Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 25 Nov 2024 13:00:11 +0100 Subject: [PATCH] manifest: tf-m: add support for RSA signatures with 2048-bit keys Update TF-M reference to include a couple of commits which are useful to properly size the stack & heap memory for Mbed TLS in order to handle RSA signatures with 2048-bits (previously only 1024-bits were possible). Signed-off-by: Valerio Setti --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 4ef8a261e95d4b..8da064961d1312 100644 --- a/west.yml +++ b/west.yml @@ -341,7 +341,7 @@ manifest: groups: - tee - name: trusted-firmware-m - revision: bceac6cdfccb41ef4e289b9dca17daad48cda270 + revision: fa020a8b001843bb5a115bc4692eaf6787e3d1de path: modules/tee/tf-m/trusted-firmware-m groups: - tee