You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by "DemesneGH (via GitHub)" <gi...@apache.org> on 2023/03/07 12:13:16 UTC

[GitHub] [incubator-teaclave-trustzone-sdk] DemesneGH opened a new pull request, #104: Update to OP-TEE 3.20.0

DemesneGH opened a new pull request, #104:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/104

   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:
   - re-generate Rust wrappers for libutee in `optee-utee/optee-utee-sys/src/`: `tee_api.rs`, `utee_syscalls.rs`, etc.
   - update the corresponding function calls in `optee-utee/src`.
   - ci: resume the OP-TEE repo to the latest version.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


[GitHub] [incubator-teaclave-trustzone-sdk] DemesneGH merged pull request #104: Update to OP-TEE 3.20.0

Posted by "DemesneGH (via GitHub)" <gi...@apache.org>.
DemesneGH merged PR #104:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/104


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


[GitHub] [incubator-teaclave-trustzone-sdk] DemesneGH commented on pull request #104: Update to OP-TEE 3.20.0

Posted by "DemesneGH (via GitHub)" <gi...@apache.org>.
DemesneGH commented on PR #104:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/104#issuecomment-1459925088

   @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).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


[GitHub] [incubator-teaclave-trustzone-sdk] henrysun007 commented on pull request #104: Update to OP-TEE 3.20.0

Posted by "henrysun007 (via GitHub)" <gi...@apache.org>.
henrysun007 commented on PR #104:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/104#issuecomment-1459915636

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org