This is an automated email from the ASF dual-hosted git repository.
yuanz pushed a change to branch release-v0.2.0
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git.
omit 3984789 Version bump to 0.2.0
new 3f20682 Update to OP-TEE 3.16.0 (#59)
new a65b0ff Remove git submodules (#63)
new f896ba7 Polish documentation and fix typo (#64)
new 54ca0f6 Update KEYS (#65)
new 4f2330b Version bump to 0.2.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3984789)
\
N -- N -- N refs/heads/release-v0.2.0 (4f2330b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yml | 2 +
.gitmodules | 21 ---
KEYS | 59 ++++++
README.md | 220 ++++++++++++++++++----
docs/README.md | 1 -
docs/getting-started-with-optee-for-qemu-armv8.md | 104 ----------
optee-teec/src/error.rs | 6 +-
optee/build | 1 -
optee/optee_client | 1 -
optee/optee_os | 1 -
rust/compiler-builtins | 1 -
rust/libc | 1 -
rust/rust | 1 -
setup.sh | 88 ++++++++-
tests/optee-qemuv8.sh | 4 +-
tests/test_acipher.sh | 6 +-
tests/test_aes.sh | 6 +-
tests/test_authentication.sh | 6 +-
tests/test_big_int.sh | 6 +-
tests/test_diffie_hellman.sh | 6 +-
tests/test_digest.sh | 6 +-
tests/test_hello_world.sh | 6 +-
tests/test_hotp.sh | 6 +-
tests/test_message_passing_interface.sh | 6 +-
tests/test_random.sh | 6 +-
tests/test_secure_storage.sh | 6 +-
tests/test_serde.sh | 6 +-
tests/test_supp_plugin.sh | 6 +-
tests/test_tcp_client.sh | 6 +-
tests/test_time.sh | 6 +-
tests/test_udp_socket.sh | 6 +-
31 files changed, 382 insertions(+), 225 deletions(-)
delete mode 100644 .gitmodules
delete mode 100644 docs/getting-started-with-optee-for-qemu-armv8.md
delete mode 160000 optee/build
delete mode 160000 optee/optee_client
delete mode 160000 optee/optee_os
delete mode 160000 rust/compiler-builtins
delete mode 160000 rust/libc
delete mode 160000 rust/rust
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]