Skip to content

Commit 57a7160

Browse files
committed
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. Signed-off-by: Keith Packard <[email protected]>
1 parent be3c9be commit 57a7160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submanifests/optional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ manifest:
2323
groups:
2424
- optional
2525
- name: psa-arch-tests
26-
revision: 2cadb02a72eacda7042505dcbdd492371e8ce024
26+
revision: pull/14/head
2727
path: modules/tee/tf-m/psa-arch-tests
2828
remote: upstream
2929
groups:

0 commit comments

Comments
 (0)