commit | 61ad8c5ebf48640e7172987c63a22249875bc48a | [log] [tgz] |
---|---|---|
author | J-Alves <joao.alves@arm.com> | Thu Mar 16 15:39:06 2023 +0000 |
committer | J-Alves <joao.alves@arm.com> | Fri Apr 14 12:18:42 2023 +0100 |
tree | 90b4a61eb8fef5b114ca475ca57fa184a0c3b174 | |
parent | 511290ad9c341c54f0ab79687c99275c939aa4ba [diff] |
fix: attributes for ns memory region Cactus SP was using the wrong attribute value to use a memory region as non-secure. Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: Ide881e4b99c792e0c7486aad5d8e5d8001505ca1
diff --git a/spm/cactus/plat/arm/fvp/fdts/cactus-tertiary.dts b/spm/cactus/plat/arm/fvp/fdts/cactus-tertiary.dts index a5b0062..a9d5e50 100644 --- a/spm/cactus/plat/arm/fvp/fdts/cactus-tertiary.dts +++ b/spm/cactus/plat/arm/fvp/fdts/cactus-tertiary.dts
@@ -48,7 +48,7 @@ description = "NS share memory"; pages-count = <1>; base-address = <0x00008800 0x80001000>; - attributes = <0x83>; /* NS / read-write */ + attributes = <0xb>; /* NS / read-write */ }; }; };