summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2023-11-29 15:26:04 +0100
committerVincent Guittot <vincent.guittot@linaro.org>2023-11-30 08:53:10 +0100
commit54f8d17fbe083b504ff7330d089439dd5e37d55a (patch)
treee33ed1585bee1b29a6b249424d093e29cd036f6a
parent890a5aca7d74c98961f1aa7e2940bd8639c544f5 (diff)
Reorder secure partition boot order
make scmi server boot 1st so it can be called by cactus ones for tests. Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
-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
-rw-r--r--spm/scmi/plat/arm/fvp/fdts/scmi.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 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. */
diff --git a/spm/scmi/plat/arm/fvp/fdts/scmi.dts b/spm/scmi/plat/arm/fvp/fdts/scmi.dts
index 821a615..013d8b0 100644
--- a/spm/scmi/plat/arm/fvp/fdts/scmi.dts
+++ b/spm/scmi/plat/arm/fvp/fdts/scmi.dts
@@ -26,7 +26,7 @@
load-address = <0x7200000>;
entrypoint-offset = <0x00004000>;
xlat-granule = <0>; /* 4KiB */
- boot-order = <2>;
+ boot-order = <0>;
messaging-method = <3>; /* Direct messaging only */
ns-interrupts-action = <2>; /* Managed exit is not supported */
notification-support; /* Support receipt of notifications. */