commit | 3560d990ed9a8731f9bbe6aef77d4b5266469cdb | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Sep 01 09:22:56 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Oct 27 13:22:10 2020 +0100 |
tree | c2bd361c94be5674890de74ce78c28ad1598b9a7 | |
parent | 00b3b9a25e768c935ac2ed2fa8f50157390e7204 [diff] |
core: add generic struct ts_ctx Adds the generic struct ts_ctx to be used instead of struct tee_ta_ctx where generic context operations are performed. struct tee_ta_ctx adds a field with struct ts_ctx for conversion to struct ts_ctx where needed. The struct ts_session is updated to keep a pointer to a struct ts_ctx instead of the previous struct tee_ta_ctx. Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-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