blob: a96a9fd615f4a8dd47d3202430b9274f04fd2eb8 [file] [log] [blame]
Olivier Depreze4554ac2020-11-10 09:31:26 +01001This directory provides sample Secure Partitions:
Antonio Nino Diaz1451f612018-11-30 10:51:26 +00002
Olivier Depreze4554ac2020-11-10 09:31:26 +01003-Cactus is the main test Secure Partition run at S-EL1 on top of the S-EL2
4firmware. It complies with the FF-A 1.0 specification and provides sample
5ABI calls for setup and discovery, direct request/response messages, and
6memory sharing interfaces.
7
8-Cactus-MM is a sample partition complying with the MM communication
9interface (not related to FF-A). It is run at S-EL0 on top of TF-A's
10SPM-MM implementation at EL3.
11
12-Ivy and Quark are currently deprecated.