summaryrefslogtreecommitdiff
path: root/spm/cactus/plat
diff options
context:
space:
mode:
authorOlivier Deprez <olivier.deprez@arm.com>2023-06-14 14:48:23 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-06-14 14:48:23 +0200
commit490086cc103920d67ada288d0d7d48ada375796e (patch)
treefab6ee4b328549592dd173d729569011b67fe9ab /spm/cactus/plat
parent2b47c60206a6d33784c334956d5e6e72432fcc8f (diff)
parent6a9ac6f600325d3d8fa7b9ac41272f67c130b4ad (diff)
Merge "fix(cactus): assign unique boot orders to SPs"
Diffstat (limited to 'spm/cactus/plat')
-rw-r--r--spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts2
-rw-r--r--spm/cactus/plat/arm/fvp/fdts/cactus-tertiary.dts2
-rw-r--r--spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts2
-rw-r--r--spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts2
4 files changed, 4 insertions, 4 deletions
diff --git a/spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts b/spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts
index a8fd83d..871cf0b 100644
--- a/spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts
+++ b/spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts
@@ -26,7 +26,7 @@
load-address = <0x7100000>;
entrypoint-offset = <0x00004000>;
xlat-granule = <0>; /* 4KiB */
- boot-order = <0>;
+ boot-order = <1>;
messaging-method = <3>; /* Direct messaging only */
ns-interrupts-action = <2>; /* Non secure interrupts are signaled. */
notification-support; /* Support receipt of notifications. */
diff --git a/spm/cactus/plat/arm/fvp/fdts/cactus-tertiary.dts b/spm/cactus/plat/arm/fvp/fdts/cactus-tertiary.dts
index a9d5e50..65a5c23 100644
--- a/spm/cactus/plat/arm/fvp/fdts/cactus-tertiary.dts
+++ b/spm/cactus/plat/arm/fvp/fdts/cactus-tertiary.dts
@@ -26,7 +26,7 @@
load-address = <0x7200000>;
entrypoint-offset = <0x00004000>;
xlat-granule = <0>; /* 4KiB */
- boot-order = <0>;
+ boot-order = <2>;
notification-support;
messaging-method = <3>; /* Direct messaging only */
managed-exit; /* Managed exit is supported */
diff --git a/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts b/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts
index 13d489c..01caf4d 100644
--- a/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts
+++ b/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts
@@ -24,7 +24,7 @@
load-address = <0xfe100000>;
entrypoint-offset = <0x00004000>;
xlat-granule = <0>; /* 4KiB */
- boot-order = <0>;
+ boot-order = <1>;
messaging-method = <3>; /* Direct messaging only */
notification-support; /* Support receipt of notifications. */
run-time-model = <1>; /* Run to completion */
diff --git a/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts b/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts
index 79ccb64..dba2777 100644
--- a/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts
+++ b/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts
@@ -24,7 +24,7 @@
load-address = <0xfe200000>;
entrypoint-offset = <0x00004000>;
xlat-granule = <0>; /* 4KiB */
- boot-order = <0>;
+ boot-order = <2>;
messaging-method = <3>; /* Direct messaging only */
notification-support; /* Support receipt of notifications. */
run-time-model = <1>; /* Run to completion */