aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksims Svecovs <maksims.svecovs@arm.com>2021-07-22 14:57:11 +0100
committerMaksims Svecovs <maksims.svecovs@arm.com>2021-07-23 14:09:51 +0100
commita74430cf3c24e7b18238af5fca9527e472d13584 (patch)
tree94a1e420e04a5055d6ffcd4d7d259f8de426f28b
parent497120c5b035f3f02d6c7706cf65de7cc6d0d78d (diff)
downloadtf-a-tests-a74430cf3c24e7b18238af5fca9527e472d13584.tar.gz
fix(ff-a): fix tc0 platform SP manifests
Fix tc0 platform SP manifests to align with messaging method field changes introduced by b596eab in hafnium repository. Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com> Change-Id: I5fbdabe0de2ffd748c9dda7c68768485f2f2888d
-rw-r--r--spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts2
-rw-r--r--spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts2
-rw-r--r--spm/cactus/plat/arm/tc0/fdts/cactus.dts2
3 files changed, 3 insertions, 3 deletions
diff --git a/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts b/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts
index 5b90eb8ff..404b3bec8 100644
--- a/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts
+++ b/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts
@@ -25,7 +25,7 @@
entrypoint-offset = <0x00001000>;
xlat-granule = <0>; /* 4KiB */
boot-order = <0>;
- messaging-method = <0>; /* Direct messaging only */
+ messaging-method = <3>; /* Direct messaging only */
run-time-model = <1>; /* Run to completion */
/* Boot protocol */
diff --git a/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts b/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts
index 3b50530e3..3824b3621 100644
--- a/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts
+++ b/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts
@@ -25,7 +25,7 @@
entrypoint-offset = <0x00001000>;
xlat-granule = <0>; /* 4KiB */
boot-order = <0>;
- messaging-method = <0>; /* Direct messaging only */
+ messaging-method = <3>; /* Direct messaging only */
run-time-model = <1>; /* Run to completion */
/* Boot protocol */
diff --git a/spm/cactus/plat/arm/tc0/fdts/cactus.dts b/spm/cactus/plat/arm/tc0/fdts/cactus.dts
index eaca7354e..f76196fab 100644
--- a/spm/cactus/plat/arm/tc0/fdts/cactus.dts
+++ b/spm/cactus/plat/arm/tc0/fdts/cactus.dts
@@ -25,7 +25,7 @@
entrypoint-offset = <0x00001000>;
xlat-granule = <0>; /* 4KiB */
boot-order = <0>;
- messaging-method = <3>; /* Direct messaging with managed exit */
+ messaging-method = <11>; /* Direct messaging with managed exit */
run-time-model = <1>; /* Run to completion */
/* Boot protocol */