aboutsummaryrefslogtreecommitdiff
path: root/spm
diff options
context:
space:
mode:
authorOlivier Deprez <olivier.deprez@arm.com>2020-11-10 09:31:26 +0100
committerOlivier Deprez <olivier.deprez@arm.com>2020-12-23 18:47:37 +0100
commite4554acb1167633fd209cc3a2f4dbc122500c8cd (patch)
tree33574537dfd6c634197044dc7b4aa54fdedd1184 /spm
parent81d34b02037428cd2a6e3d2ac471239a69fb01c6 (diff)
downloadtf-a-tests-e4554acb1167633fd209cc3a2f4dbc122500c8cd.tar.gz
spm: update README with list of sample partitions
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I94f90d8863c718b042a12c13869617d9c6254c04
Diffstat (limited to 'spm')
-rw-r--r--spm/README.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/spm/README.txt b/spm/README.txt
index cb2263653..a96a9fd61 100644
--- a/spm/README.txt
+++ b/spm/README.txt
@@ -1,7 +1,12 @@
-This is a prototype loosely based on the PSA FF-A v1.0 specification.
-Any interface / platform API introduced for this is subject to
-change as it evolves.
+This directory provides sample Secure Partitions:
-Cactus is meant to be the main test Secure Partition run at S-EL1.
-It is the one meant to have most of the tests that a Secure Partition
-has to do. Ivy is meant to be more minimalistic and run at S-EL0.
+-Cactus is the main test Secure Partition run at S-EL1 on top of the S-EL2
+firmware. It complies with the FF-A 1.0 specification and provides sample
+ABI calls for setup and discovery, direct request/response messages, and
+memory sharing interfaces.
+
+-Cactus-MM is a sample partition complying with the MM communication
+interface (not related to FF-A). It is run at S-EL0 on top of TF-A's
+SPM-MM implementation at EL3.
+
+-Ivy and Quark are currently deprecated.