commit | 61a5407a2fe5b11126eaee42bb488d34e3c3260e | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Dec 14 09:32:19 2021 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Jan 11 11:09:49 2022 +0100 |
tree | 884d97a3f7100c79d926bf4587d5c83a35d10da1 | |
parent | 91ca2632d853a54437cd8de3ae15f18203a37919 [diff] |
qemu_v8: introducing SPMC_AT_EL Introduces SPMC_AT_EL which controls configuration of TF-A and optee_os. Currently the value "n" and "1" are supported, with the following meanings: "n" - No SPMC at all, that is, the default configuration using the SMC based ABI. "1" - SPMC implemented at S-EL1, that is, in OP-TEE. TF-A is configured accordingly with SPMD instead of OPTEED. Acked-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
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