]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
docs(spm): update FF-A manifest binding
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>
Thu, 1 Sep 2022 15:57:21 +0000 (10:57 -0500)
committerMadhukar Pappireddy <madhukar.pappireddy@arm.com>
Wed, 2 Nov 2022 20:53:24 +0000 (15:53 -0500)
Added action in response to Non-secure interrupt attribute to the
partition manifest.

Change-Id: I1d4f85e58b2f1fea7230dffc6a4361f7fd65be15
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
docs/components/ffa-manifest-binding.rst

index 6d2f905a53a58d69b3882d827ba84cfcd10e9b02..7483c9002012a0af9db6a644523d67461e51a689 100644 (file)
@@ -114,6 +114,19 @@ Partition Properties
 - managed-exit
    - value type: <empty>
    - Specifies if managed exit is supported.
+   - This field is deprecated in favor of ns-interrupts-action field in the FF-A
+     v1.1 EAC0 spec.
+
+- ns-interrupts-action [mandatory]
+   - value type: <u32>
+   - Specifies the action that the SPMC must take in response to a Non-secure
+     physical interrupt.
+
+      - 0x0: Non-secure interrupt is queued
+      - 0x1: Non-secure interrupt is signaled after a managed exit
+      - 0x2: Non-secure interrupt is signaled
+
+   - This field supersedes the managed-exit field in the FF-A v1.0 spec.
 
 - has-primary-scheduler
    - value type: <empty>