summaryrefslogtreecommitdiff
path: root/spm/cactus/plat/arm
diff options
context:
space:
mode:
Diffstat (limited to 'spm/cactus/plat/arm')
-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/fvp/fdts/cactus.dts2
3 files changed, 3 insertions, 3 deletions
diff --git a/spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts b/spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts
index 871cf0b..a637ac3 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 = <1>;
+ boot-order = <2>;
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 65a5c23..e8fe2de 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 = <2>;
+ boot-order = <3>;
notification-support;
messaging-method = <3>; /* Direct messaging only */
managed-exit; /* Managed exit is supported */
diff --git a/spm/cactus/plat/arm/fvp/fdts/cactus.dts b/spm/cactus/plat/arm/fvp/fdts/cactus.dts
index edeb65c..e43329d 100644
--- a/spm/cactus/plat/arm/fvp/fdts/cactus.dts
+++ b/spm/cactus/plat/arm/fvp/fdts/cactus.dts
@@ -26,7 +26,7 @@
load-address = <0x7000000>;
entrypoint-offset = <0x00002000>;
xlat-granule = <0>; /* 4KiB */
- boot-order = <0>;
+ boot-order = <1>;
messaging-method = <3>; /* Direct messaging only */
ns-interrupts-action = <1>; /* Managed exit is supported */
notification-support; /* Support receipt of notifications. */