| commit | e5f99865c33535d6928fb20d98e641ca607a589c | [log] [tgz] |
|---|---|---|
| author | Vincent Mailhol <mailhol.vincent@wanadoo.fr> | Sun Oct 29 18:33:47 2023 +0900 |
| committer | Jérôme Forissier <jerome@forissier.org> | Mon Dec 04 09:39:17 2023 +0100 |
| tree | 92ab411814948582c73acfb7ea91366919de6ad6 | |
| parent | 570c3b44ce1ecf7e1ed947c980f92f9a03b8dabb [diff] |
tee_client_api: define additional return codes
The precision from [1] defines 9 additional return codes. One of them,
TEEC_ERROR_TARGET_DEAD was already added in [2]. Apply the 8 other
ones and reorder them by values.
The added documentation is a verbatim copy of the description from
[1]. Overwrite the existing documentation of TEEC_ERROR_TARGET_DEAD
with the one from the specification.
[1] TEE Client API Specification v1.0 Errata and Precisions
Version 2.0, §P.4 Define Additional Return Codes
[2] commit f2b0ed41c8c7 ("Updated related Linux Driver Refactoring")
Link: https://github.com/OP-TEE/optee_client/commit/f2b0ed41c8c7b3
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers