Add ns-interrupts-action property to SP manifests
Set non-secure interrupt action to signaled which means SPs can be
preempted by non-secure interrupts. This prevents the starvation of the
Linux scheduler during longer calls to secure partitions.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I71f4e46ebbe29f96d0d939b99b3cd2da17e30cc4
diff --git a/deployments/spm-test3/opteesp/default_spm_test3.dts.in b/deployments/spm-test3/opteesp/default_spm_test3.dts.in
index 3203d76..c3c768f 100644
--- a/deployments/spm-test3/opteesp/default_spm_test3.dts.in
+++ b/deployments/spm-test3/opteesp/default_spm_test3.dts.in
@@ -18,5 +18,6 @@
execution-state = <0>; /* AARCH64 */
xlat-granule = <0>; /* 4KiB */
messaging-method = <3>; /* Direct messaging only */
+ ns-interrupts-action = <2>; /* Non-secure interrupts are signaled */
elf-format = <1>;
};