mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
Merge "docs(spm): add other-s-interrupts-action field to sp manifest" into integration
This commit is contained in:
commit
48fb931536
1 changed files with 8 additions and 7 deletions
|
@ -128,18 +128,19 @@ Partition Properties
|
||||||
|
|
||||||
- This field supersedes the managed-exit field in the FF-A v1.0 spec.
|
- This field supersedes the managed-exit field in the FF-A v1.0 spec.
|
||||||
|
|
||||||
|
- other-s-interrupts-action
|
||||||
|
- value type: <u32>
|
||||||
|
- Specifies the action that the SPMC must take in response to a Other-Secure
|
||||||
|
physical interrupt.
|
||||||
|
|
||||||
|
- 0x0: Other-Secure interrupt is queued
|
||||||
|
- 0x1: Other-Secure interrupt is signaled
|
||||||
|
|
||||||
- has-primary-scheduler
|
- has-primary-scheduler
|
||||||
- value type: <empty>
|
- value type: <empty>
|
||||||
- Presence of this field indicates that the partition implements the primary
|
- Presence of this field indicates that the partition implements the primary
|
||||||
scheduler. If so, run-time EL must be EL1.
|
scheduler. If so, run-time EL must be EL1.
|
||||||
|
|
||||||
- run-time-model
|
|
||||||
- value type: <u32>
|
|
||||||
- Run time model that the SPM must enforce for this SP:
|
|
||||||
|
|
||||||
- 0x0: Run to completion
|
|
||||||
- 0x1: Preemptible
|
|
||||||
|
|
||||||
- time-slice-mem
|
- time-slice-mem
|
||||||
- value type: <empty>
|
- value type: <empty>
|
||||||
- Presence of this field indicates that the partition doesn't expect the
|
- Presence of this field indicates that the partition doesn't expect the
|
||||||
|
|
Loading…
Add table
Reference in a new issue