mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-03 01:06:13 +00:00
docs(spm): s-el0 partition support update
S-EL0 partitions already support indirect messaging and notifications so add that to supported features. Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: I08e04593653ba38a2b82395f6f2d3ca7b212d494
This commit is contained in:
parent
e1d24114a6
commit
c8e49504dd
1 changed files with 5 additions and 5 deletions
|
@ -1374,13 +1374,13 @@ S-EL0 partitions are required by the FF-A specification to be UP endpoints,
|
||||||
capable of migrating, and the SPMC enforces this requirement. The SPMC allows
|
capable of migrating, and the SPMC enforces this requirement. The SPMC allows
|
||||||
a S-EL0 partition to accept a direct message from secure world and normal world,
|
a S-EL0 partition to accept a direct message from secure world and normal world,
|
||||||
and generate direct responses to them.
|
and generate direct responses to them.
|
||||||
|
All S-EL0 partitions must use AArch64. AArch32 S-EL0 partitions are not supported.
|
||||||
|
|
||||||
Memory sharing between and with S-EL0 partitions is supported.
|
Memory sharing, indirect messaging, and notifications functionality with S-EL0
|
||||||
Indirect messaging, Interrupt handling and Notifications are not supported with
|
partitions is supported.
|
||||||
S-EL0 partitions and is work in progress, planned for future releases.
|
|
||||||
All S-EL0 partitions must use AArch64. AArch32 S-EL0 partitions are not
|
|
||||||
supported.
|
|
||||||
|
|
||||||
|
Interrupt handling is not supported with S-EL0 partitions and is work in
|
||||||
|
progress.
|
||||||
|
|
||||||
References
|
References
|
||||||
==========
|
==========
|
||||||
|
|
Loading…
Add table
Reference in a new issue