From 157c9e06ada481610c41aa60557f7a415dcc1a93 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 3 Dec 2025 09:14:05 -0800 Subject: [PATCH 1/2] modules: Update trusted-firmware-m for picolibc This adds linker script bits and compiler options so that trusted-firmware-m will build with picolibc. This has not been merged to the Zephyr trusted-firmware-m repository yet, that PR is: https://github.com/zephyrproject-rtos/trusted-firmware-m/pull/134 Signed-off-by: Keith Packard --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 119d112e41ed3..afc1272c7e36e 100644 --- a/west.yml +++ b/west.yml @@ -380,7 +380,7 @@ manifest: groups: - tee - name: trusted-firmware-m - revision: c2f9edc77f72838e7d6f5f9c0b95e4318ddfced1 + revision: pull/134/head path: modules/tee/tf-m/trusted-firmware-m groups: - tee From f44864e79fdabe78a96730deead3c7562ba2db46 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 3 Dec 2025 21:48:37 -0800 Subject: [PATCH 2/2] modules: Update tf-m-tests for picolibc This module also needs some small changes to build with picolibc. This has not been merged to the Zephyr tf-m-tests repository yet, that PR is: https://github.com/zephyrproject-rtos/tf-m-tests/pull/17 Signed-off-by: Keith Packard --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index afc1272c7e36e..0ae3c969beb81 100644 --- a/west.yml +++ b/west.yml @@ -370,7 +370,7 @@ manifest: groups: - debug - name: tf-m-tests - revision: a90702bcb8fadb6f70daf0ffbb13888dfe63fc99 + revision: pull/17/head path: modules/tee/tf-m/tf-m-tests groups: - testing