
2 Oct
2018
2 Oct
'18
1:21 p.m.
On 25 September 2018 at 07:40, Jens Wiklander jens.wiklander@linaro.org wrote:
Adds a sandbox tee driver which emulates a generic TEE with the OP-TEE AVB TA.
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Jens Wiklander jens.wiklander@linaro.org
drivers/tee/Kconfig | 18 ++- drivers/tee/Makefile | 1 + drivers/tee/optee/Kconfig | 2 +- drivers/tee/sandbox.c | 308 ++++++++++++++++++++++++++++++++++++++ include/sandboxtee.h | 21 +++ 5 files changed, 347 insertions(+), 3 deletions(-) create mode 100644 drivers/tee/sandbox.c create mode 100644 include/sandboxtee.h
Reviewed-by: Simon Glass sjg@chromium.org