apache / incubator-teaclave-trustzone-sdk

Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
https://teaclave.apache.org
Apache License 2.0
203 stars 58 forks source link

Update to OP-TEE 3.20.0 #104

Closed DemesneGH closed 1 year ago

DemesneGH commented 1 year ago

After OP-TEE 3.20.0, OP-TEE updated the GP support from 1.1 to 1.3.1 (https://github.com/OP-TEE/optee_os/pull/5688), which made some of the libutee APIs not compatible with the current Rust wrappers. So in ci.yml I've pinned the OP-TEE repo to 3.20.0.

Notes: todo list before updating to OP-TEE 3.21.0:

henrysun007 commented 1 year ago

Two many test files are modified. Putting the version number in one file as a macro and referencing it in other files may reduce the modified files when there is a new version number.

DemesneGH commented 1 year ago

@henrysun007 Thanks for your comment. Since this PR was merged, I'll update those test scripts before the next version (OP-TEE 3.21.0).