]> Git Repo - J-u-boot.git/blobdiff - include/tee.h
Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodians/u...
[J-u-boot.git] / include / tee.h
index 98b1c9cc693aeae324860ac1cd8018002fab84ac..99367b258e2970c1c581670bee1e24a420742e4c 100644 (file)
@@ -6,6 +6,9 @@
 #ifndef __TEE_H
 #define __TEE_H
 
+#include <linux/bitops.h>
+#include <linux/list.h>
+
 #define TEE_UUID_LEN           16
 
 #define TEE_GEN_CAP_GP          BIT(0) /* GlobalPlatform compliant TEE */
@@ -34,6 +37,7 @@
  * struct tee_version_data::gen_caps
  */
 #define TEE_SUCCESS                    0x00000000
+#define TEE_ERROR_STORAGE_NOT_AVAILABLE        0xf0100003
 #define TEE_ERROR_GENERIC              0xffff0000
 #define TEE_ERROR_BAD_PARAMETERS       0xffff0006
 #define TEE_ERROR_ITEM_NOT_FOUND       0xffff0008
@@ -42,7 +46,9 @@
 #define TEE_ERROR_COMMUNICATION                0xffff000e
 #define TEE_ERROR_SECURITY             0xffff000f
 #define TEE_ERROR_OUT_OF_MEMORY                0xffff000c
+#define TEE_ERROR_OVERFLOW              0xffff300f
 #define TEE_ERROR_TARGET_DEAD          0xffff3024
+#define TEE_ERROR_STORAGE_NO_SPACE      0xffff3041
 
 #define TEE_ORIGIN_COMMS               0x00000002
 #define TEE_ORIGIN_TEE                 0x00000003
This page took 0.026402 seconds and 4 git commands to generate.