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-test2/opteesp/default_spm_test2.dts.in b/deployments/spm-test2/opteesp/default_spm_test2.dts.in
index 07beddb..f75bd9e 100644
--- a/deployments/spm-test2/opteesp/default_spm_test2.dts.in
+++ b/deployments/spm-test2/opteesp/default_spm_test2.dts.in
@@ -18,6 +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>;
- run-time-model = <1>; /* Run to completion */
};