mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 05:43:53 +00:00
docs: fix ff-a manifest binding document
The support for runtime-model has never been implemented by any SPMC. Hence, remove the corresponding field from binding document. Also, fix the incorrect description of the `managed-exit-virq` property. Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com> Change-Id: I0a5ef3f08202a8c76edd9a6e1ac680ac3a38ca60
This commit is contained in:
parent
bfbb1cb973
commit
3406ff00aa
1 changed files with 1 additions and 7 deletions
|
@ -122,7 +122,7 @@ Partition Properties
|
|||
- managed-exit-virq
|
||||
- value type: <empty>
|
||||
- Indicates if the partition needs managed exit, if supported, to be signaled
|
||||
through vFIQ signal.
|
||||
through vIRQ signal.
|
||||
|
||||
- ns-interrupts-action [mandatory]
|
||||
- value type: <u32>
|
||||
|
@ -143,12 +143,6 @@ Partition Properties
|
|||
- 0x0: Other-Secure interrupt is queued
|
||||
- 0x1: Other-Secure interrupt is signaled
|
||||
|
||||
- runtime-model
|
||||
- value type: <u32>
|
||||
- Indicates whether the SP execution can be preempted.
|
||||
- This field is deprecated in favor of other-s-interrupts-action and
|
||||
ns-interrupts-action fields in the FF-A v1.1 spec.
|
||||
|
||||
- has-primary-scheduler
|
||||
- value type: <empty>
|
||||
- Presence of this field indicates that the partition implements the primary
|
||||
|
|
Loading…
Add table
Reference in a new issue