author | Liang Ji <liang.ji@amlogic.com> | |
Tue, 15 Jun 2021 04:47:49 +0000 (12:47 +0800) | ||
committer | Liang Ji <liang.ji@amlogic.com> | |
Tue, 15 Jun 2021 04:51:13 +0000 (12:51 +0800) | ||
commit | 74e2655ff8028b211309fb7b8f3469dc329e9079 | |
tree | 3fecf6c0d25585f18684ddd364741e6c182c7337 | tree | snapshot (tar.gz zip) |
parent | d5b59da7d9793b910bac560f841b183edfda7bbd | commit | diff |
Android.mk | [new file with mode: 0644] | blob |
Kconfig | [new file with mode: 0644] | blob |
Makefile | [new file with mode: 0644] | blob |
build.sh | [new file with mode: 0755] | blob |
include/linux/arm-smccc.h | [new file with mode: 0644] | blob |
include/linux/tee.h | [new file with mode: 0644] | blob |
include/linux/tee_data_pipe.h | [new file with mode: 0644] | blob |
include/linux/tee_drv.h | [new file with mode: 0644] | blob |
optee/Kconfig | [new file with mode: 0644] | blob |
optee/Makefile | [new file with mode: 0644] | blob |
optee/call.c | [new file with mode: 0644] | blob |
optee/core.c | [new file with mode: 0644] | blob |
optee/log.c | [new file with mode: 0644] | blob |
optee/optee_msg.h | [new file with mode: 0644] | blob |
optee/optee_private.h | [new file with mode: 0644] | blob |
optee/optee_smc.h | [new file with mode: 0644] | blob |
optee/rpc.c | [new file with mode: 0644] | blob |
optee/smccc-call-a32.S | [new file with mode: 0644] | blob |
optee/smccc-call.S | [new file with mode: 0644] | blob |
optee/supp.c | [new file with mode: 0644] | blob |
optee/watermark.c | [new file with mode: 0644] | blob |
tee_core.c | [new file with mode: 0644] | blob |
tee_data_pipe.c | [new file with mode: 0644] | blob |
tee_private.h | [new file with mode: 0644] | blob |
tee_shm.c | [new file with mode: 0644] | blob |
tee_shm_pool.c | [new file with mode: 0644] | blob |