incubator-teaclave-trustzone-sdk
incubator-teaclave-trustzone-sdk copied to clipboard
RFC: An effort to allow reuse for common OP-TEE crates
I would propose to have separate git repos for optee-utee
and optee-teec
crates such that they can be reused by both std
and no-std
OP-TEE Rust examples. This would allow us to avoid divergent OP-TEE crates and rather have single git repos to provide collaborative development environment.
For demonstration purpose, I have created two repos using git subtree split
command as follows:
- https://github.com/b49020/optee-teec
- https://github.com/b49020/optee-utee
@DemesneGH If you are fine with this approach then please create corresponding 2 new repos for these crates and I will create PRs for those. Once those are in place then we can drop optee-utee
and optee-teec
sub-directories from both master
and no-std
branch.