linaro-swg / optee_examples

OP-TEE Sample Applications
Other
163 stars 140 forks source link

Enable compatibility with TEE Internal Core API v1.1 #100

Closed jenswi-linaro closed 1 year ago

jenswi-linaro commented 1 year ago

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.

Signed-off-by: Jens Wiklander jens.wiklander@linaro.org

jbech-linaro commented 1 year ago

Reviewed-by: Joakim Bech <joakim.bech@linaro.org>

jenswi-linaro commented 1 year ago

Tag applied

jenswi-linaro commented 1 year ago

CFG_TA_OPTEE_CORE_API_COMPAT_1_1 only affects how the TA uses the API, the devkit is always the same.

jenswi-linaro commented 1 year ago

Can we merge this?