From c8e49504ddd5bb203aa31a877a85a7392ec1fdc7 Mon Sep 17 00:00:00 2001 From: J-Alves Date: Wed, 26 Oct 2022 11:00:28 +0100 Subject: [PATCH] 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 Change-Id: I08e04593653ba38a2b82395f6f2d3ca7b212d494 --- docs/components/secure-partition-manager.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/components/secure-partition-manager.rst b/docs/components/secure-partition-manager.rst index 18d870bdc..9da66a8f6 100644 --- a/docs/components/secure-partition-manager.rst +++ b/docs/components/secure-partition-manager.rst @@ -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 a S-EL0 partition to accept a direct message from secure world and normal world, 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. -Indirect messaging, Interrupt handling and Notifications are not supported with -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. +Memory sharing, indirect messaging, and notifications functionality with S-EL0 +partitions is supported. +Interrupt handling is not supported with S-EL0 partitions and is work in +progress. References ========== -- 2.39.5