From 5ea1db9e3ad4d03c1789630f85daf8e93bb9f807 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 27 Jul 2025 18:44:24 -0700 Subject: [PATCH] modules/psa-arch-tests: Add GCC 14.3 support patch psa-arch-tests includes device drivers that failed to mark registers with 'volatile'. GCC 14.3 cleverly optimized sequential register accesses using strd/ldrd instructions which caused the drivers to fail. Move the psa-arch-tests repository forward to the version which includes a fix for this. Signed-off-by: Keith Packard --- submanifests/optional.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submanifests/optional.yaml b/submanifests/optional.yaml index 724ab8d1fb30a..04accf4152c01 100644 --- a/submanifests/optional.yaml +++ b/submanifests/optional.yaml @@ -23,7 +23,7 @@ manifest: groups: - optional - name: psa-arch-tests - revision: 10fd24782323fc3faf6c787959f4a9d4130bedb8 + revision: 87b08682a111ebb085cd8b1ea41d603191d6d146 path: modules/tee/tf-m/psa-arch-tests remote: upstream groups: