Skip to content

Commit 3ca8454

Browse files
jenswi-linarojforissier
authored andcommitted
Enable compatibility with TEE Internal Core API v1.1
While the TEE Internal Core API in OP-TEE OS is updated, enable compatibility with the last support version. This is done by by adding CFG_TA_OPTEE_CORE_API_COMPAT_1_1==y in the TA makefile. Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
1 parent f301ee9 commit 3ca8454

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

acipher/ta/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CFG_TEE_TA_LOG_LEVEL ?= 4
2+
CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y
23

34
# The UUID for the Trusted Application
45
BINARY=a734eed9-d6a1-4244-aa50-7c99719e7b7b

aes/ta/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CFG_TEE_TA_LOG_LEVEL ?= 4
2+
CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y
23

34
# The UUID for the Trusted Application
45
BINARY=5dbac793-f574-4871-8ad3-04331ec17f24

hello_world/ta/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CFG_TEE_TA_LOG_LEVEL ?= 4
2+
CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y
23

34
# The UUID for the Trusted Application
45
BINARY=8aaaf200-2450-11e4-abe2-0002a5d5c51b

hotp/ta/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CFG_TEE_TA_LOG_LEVEL ?= 3
2+
CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y
23

34
# The UUID for the Trusted Application
45
BINARY=484d4143-2d53-4841-3120-4a6f636b6542

plugins/ta/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CFG_TEE_TA_LOG_LEVEL ?= 4
2+
CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y
23

34
# The UUID for the Trusted Application
45
BINARY=2a287631-de1b-4fdd-a55c-b9312e40769a

random/ta/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CFG_TEE_TA_LOG_LEVEL ?= 4
2+
CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y
23

34
# The UUID for the Trusted Application
45
BINARY=b6c53aba-9669-4668-a7f2-205629d00f86

secure_storage/ta/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CFG_TEE_TA_LOG_LEVEL ?= 2
2+
CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y
23

34
# The UUID for the Trusted Application
45
BINARY=f4e750bb-1437-4fbf-8785-8d3580c34994

0 commit comments

Comments
 (0)