commit | 1bf41f5d9b0d429639bf766443a5d3d5b9fe4a0e | [log] [tgz] |
---|---|---|
author | Balint Dobszay <balint.dobszay@arm.com> | Mon May 30 12:56:38 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Jun 28 15:23:15 2022 +0200 |
tree | d488d9daa33ad66f279604aba9093e93e1526d41 | |
parent | 35e6099e3b0a1dd218483f094cb6a7c97a2cf08b [diff] |
fvp: add Trusted Services support Add support for building Secure Partitions implemented by the Trusted Services project. The patch contains helper functions to invoke the TS buildsystem in order to build SPs and include them into the OP-TEE bin. It also adds a new top level Makefile which configures OP-TEE and TF-A for the S-EL1 SPMC scenario on FVP platform. Link: https://www.trustedfirmware.org/projects/trusted-services/ Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Gyorgy Szing <gyorgy.szing@arm.com> Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers