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>2024-02-09 09:58:51 +0100
commit71888b164e83277af898be92c5e7a073ac6f2a8c (patch)
treeaf22107d1a8ec05059d44b8b1e37f2f83a2b4831
parent2ea7a07db77131a0f7e4291fe7e695a19384c28a (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 b1094c2..92a911b 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. */