commit | 552d5e40de0fd1d001d536468bfe4f46a022d3c4 | [log] [tgz] |
---|---|---|
author | Jelle Sels <jelle.sels@arm.com> | Mon Jul 18 16:55:56 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Mar 28 08:45:26 2023 +0200 |
tree | 7884ee9c7354855807c6f9e3908ba930746b8271 | |
parent | f60c6b9c13ff1fc407f0d7a68478994d9c0e7016 [diff] |
core: ffa: Allow multiple SPs with same UUID The FF-A spec allows multiple SPs to have the same UUID. This makes it possible to use the FF-A UUID as a identifier for the protocol on top of the FF-A layer. To achieve this we have to make sure that the FFA_PARTITION_INFO_GET can return more then one endpoint id if we pass a UUID. To make sure that there is no collision between the SP binaries names, we distinguish between the FF-A UUID and the SP UUID. The SP UUID is used to identify the SP itself. While the FF-A UUID is used as part of the FF-A protocol. Signed-off-by: Jelle Sels <jelle.sels@arm.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers