test(cactus): notifications support enabled in manifest
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I40f4809b158b4681ca8146b4359b99fae5855848
diff --git a/spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts b/spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts
index cb2e84b..f377c83 100644
--- a/spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts
+++ b/spm/cactus/plat/arm/fvp/fdts/cactus-secondary.dts
@@ -28,6 +28,7 @@
xlat-granule = <0>; /* 4KiB */
boot-order = <0>;
messaging-method = <3>; /* Direct messaging only */
+ notification-support; /* Support receipt of notifications. */
run-time-model = <0>; /* Run to completion */
/* Boot protocol */
diff --git a/spm/cactus/plat/arm/fvp/fdts/cactus.dts b/spm/cactus/plat/arm/fvp/fdts/cactus.dts
index 89c0d04..34e59fa 100644
--- a/spm/cactus/plat/arm/fvp/fdts/cactus.dts
+++ b/spm/cactus/plat/arm/fvp/fdts/cactus.dts
@@ -29,6 +29,7 @@
boot-order = <0>;
messaging-method = <3>; /* Direct messaging only */
managed-exit; /* Managed exit is supported */
+ notification-support; /* Support receipt of notifications. */
run-time-model = <0>; /* Run to completion */
/* Boot protocol */
diff --git a/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts b/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts
index 29add4d..2baa8b9 100644
--- a/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts
+++ b/spm/cactus/plat/arm/tc0/fdts/cactus-secondary.dts
@@ -26,6 +26,7 @@
xlat-granule = <0>; /* 4KiB */
boot-order = <0>;
messaging-method = <3>; /* Direct messaging only */
+ notification-support; /* Support receipt of notifications. */
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 bcf9245..64daa3d 100644
--- a/spm/cactus/plat/arm/tc0/fdts/cactus.dts
+++ b/spm/cactus/plat/arm/tc0/fdts/cactus.dts
@@ -26,6 +26,7 @@
xlat-granule = <0>; /* 4KiB */
boot-order = <0>;
messaging-method = <3>; /* Direct messaging only */
+ notification-support; /* Support receipt of notifications. */
managed-exit; /* Managed exit supported */
run-time-model = <1>; /* Run to completion */