mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 14:25:44 +00:00
docs(ff-a): managed exit parameter separation
As of DEN0077A FF-A v1.1 Beta0 section 5.2, managed exit support is moved out of messaging-method field and is described in a separate field. Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com> Change-Id: Icb12d9dc0d10b11c105dc1920e5212b0359af147
This commit is contained in:
parent
9fcefe38d5
commit
12349d3332
1 changed files with 7 additions and 4 deletions
|
@ -110,10 +110,13 @@ Partition Properties
|
||||||
- Specifies which messaging methods are supported by the partition, set bit
|
- Specifies which messaging methods are supported by the partition, set bit
|
||||||
means the feature is supported, clear bit - not supported:
|
means the feature is supported, clear bit - not supported:
|
||||||
|
|
||||||
- Bit[0]: support for receiving direct message requests
|
- Bit[0]: partition can receive direct requests if set
|
||||||
- Bit[1]: support for sending direct messages
|
- Bit[1]: partition can send direct requests if set
|
||||||
- Bit[2]: support for indirect messaging
|
- Bit[2]: partition can send and receive indirect messages
|
||||||
- Bit[3]: support for managed exit
|
|
||||||
|
- managed-exit
|
||||||
|
- value type: <empty>
|
||||||
|
- Specifies if managed exit is supported.
|
||||||
|
|
||||||
- has-primary-scheduler
|
- has-primary-scheduler
|
||||||
- value type: <empty>
|
- value type: <empty>
|
||||||
|
|
Loading…
Add table
Reference in a new issue