[U-Boot] [PATCH v4 14/19] tee: add sandbox driver

Simon Glass sjg at chromium.org
Tue Oct 2 11:21:21 UTC 2018


On 25 September 2018 at 07:40, Jens Wiklander <jens.wiklander at linaro.org> wrote:
> Adds a sandbox tee driver which emulates a generic TEE with the OP-TEE
> AVB TA.
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Jens Wiklander <jens.wiklander at 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 at chromium.org>


More information about the U-Boot mailing list