commit | 82061b8d7b34f09553f2526b9661036a69b5bb84 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Sep 01 13:04:29 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Oct 27 13:22:10 2020 +0100 |
tree | 88b8f1f59fb9d5528bceb2e06df35a4955232cf9 | |
parent | ab2422916fc822d6c8ffc5769cf01d4984113c14 [diff] |
core: store TA params in session struct Stores TA params and error origin in struct tee_ta_session instead of passing them as parameters to enter_open_session() and enter_invoke_cmd() in struct ts_ops. This makes struct ts_ops less TA specific. 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