| commit | a8381cf4a5ec81d3fbe1c810d9546bd73a45bb96 | [log] [tgz] |
|---|---|---|
| author | Vincent Mailhol <mailhol.vincent@wanadoo.fr> | Fri Nov 03 09:21:41 2023 +0900 |
| committer | Jérôme Forissier <jerome@forissier.org> | Mon Dec 04 09:39:17 2023 +0100 |
| tree | 6a22174b249eb0d6a85e7b2320f8a90ea4eb061c | |
| parent | e5f99865c33535d6928fb20d98e641ca607a589c [diff] |
tee_client_api: deprecate two TEE_ERROR_* macros not in the specification
TEE_ERROR_EXTERNAL_CANCEL and TEE_ERROR_STORAGE_NO_SPACE are not part
of the specification [1]. TEEC_ERROR_EXTERNAL_CANCEL and
TEEC_ERROR_STORAGE_NO_SPACE should be preferred instead.
Add a message in the description to deprecate these two macros, but
keep them for backward compatibility.
[1] TEE Client API Specification v1.0 Errata and Precisions
Version 2.0, §P.4 Define Additional Return Codes
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Acked-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