-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit da4febf.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule linux-keystone-driver
updated
5 files
+13 −13 | keystone-enclave.c | |
+19 −19 | keystone-ioctl.c | |
+26 −25 | keystone-page.c | |
+3 −3 | keystone.c | |
+34 −34 | keystone.h |
Submodule riscv-pk
updated
31 files
+0 −8 | .build-qemu.sh | |
+0 −29 | .fast-setup.sh | |
+0 −52 | .travis.yml | |
+0 −27 | README.md | |
+567 −0 | sm/aes/aes.c | |
+90 −0 | sm/aes/aes.h | |
+5 −5 | sm/attest.c | |
+2 −2 | sm/cpu.c | |
+3 −3 | sm/cpu.h | |
+4 −4 | sm/crypto.c | |
+5 −5 | sm/crypto.h | |
+32 −33 | sm/enclave.c | |
+23 −23 | sm/enclave.h | |
+5 −5 | sm/platform.h | |
+3 −3 | sm/platform/default/default.c | |
+1 −1 | sm/platform/default/default.h | |
+33 −35 | sm/pmp.c | |
+15 −15 | sm/pmp.h | |
+24 −20 | sm/sm-sbi.c | |
+1 −1 | sm/sm-sbi.h | |
+23 −23 | sm/sm.h | |
+5 −4 | sm/sm.mk.in | |
+0 −29 | sm/tests/CMakeLists.txt | |
+0 −2,384 | sm/tests/cmocka/cmocka.h | |
+0 −62 | sm/tests/cmocka/cmocka_pbc.h | |
+0 −163 | sm/tests/cmocka/cmocka_private.h | |
+ − | sm/tests/cmocka/libcmocka-static.a | |
+0 −17 | sm/tests/mock/machine.c | |
+0 −89 | sm/tests/pmp_test.c | |
+5 −5 | sm/thread.c | |
+10 −10 | sm/thread.h |
Submodule sdk
updated
12 files
+5 −5 | lib/edge/include/edge_call.h | |
+9 −9 | lib/edge/include/edge_common.h | |
+3 −3 | lib/edge/include/edge_syscall.h | |
+18 −19 | lib/edge/src/edge_call.c | |
+1 −1 | lib/edge/src/edge_dispatch.c | |
+4 −7 | lib/edge/src/edge_syscall.c | |
+1 −1 | runtime | |
+12 −15 | tests/edge_wrapper.cpp | |
+6 −77 | tests/test-runner.cpp | |
+2 −2 | tests/untrusted/edge_wrapper.c | |
+1 −1 | tests/untrusted/edge_wrapper.h | |
+4 −4 | tests/untrusted/untrusted.c |