mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFER
Adds TEE_ERROR_SHORT_BUFFER as TEE error code. This error code is commonly used by TEEs to inform caller that the buffer(s) it provided is too small for the desired operation. Cc: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
This commit is contained in:
parent
7c1a9b2eb9
commit
1442e9f330
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
||||||
#define TEE_ERROR_NOT_SUPPORTED 0xffff000a
|
#define TEE_ERROR_NOT_SUPPORTED 0xffff000a
|
||||||
#define TEE_ERROR_COMMUNICATION 0xffff000e
|
#define TEE_ERROR_COMMUNICATION 0xffff000e
|
||||||
#define TEE_ERROR_SECURITY 0xffff000f
|
#define TEE_ERROR_SECURITY 0xffff000f
|
||||||
|
#define TEE_ERROR_SHORT_BUFFER 0xffff0010
|
||||||
#define TEE_ERROR_OUT_OF_MEMORY 0xffff000c
|
#define TEE_ERROR_OUT_OF_MEMORY 0xffff000c
|
||||||
#define TEE_ERROR_OVERFLOW 0xffff300f
|
#define TEE_ERROR_OVERFLOW 0xffff300f
|
||||||
#define TEE_ERROR_TARGET_DEAD 0xffff3024
|
#define TEE_ERROR_TARGET_DEAD 0xffff3024
|
||||||
|
|
Loading…
Reference in a new issue