[U-Boot] [PATCH v4 11/19] tee: optee: support AVB trusted application
Simon Glass
sjg at chromium.org
Tue Oct 2 11:21:16 UTC 2018
On 25 September 2018 at 07:40, Jens Wiklander <jens.wiklander at linaro.org> wrote:
> Adds configuration option OPTEE_TA_AVB and a header file describing the
> interface to the Android Verified Boot 2.0 (AVB) trusted application
> provided by OP-TEE.
>
> Tested-by: Igor Opaniuk <igor.opaniuk at linaro.org>
> Reviewed-by: Igor Opaniuk <igor.opaniuk at linaro.org>
> Signed-off-by: Jens Wiklander <jens.wiklander at linaro.org>
> ---
> MAINTAINERS | 1 +
> drivers/tee/optee/Kconfig | 16 +++++++++++++
> drivers/tee/tee-uclass.c | 24 +++++++++++++++++++
> include/tee.h | 38 ++++++++++++++++++++++++++++++
> include/tee/optee_ta_avb.h | 48 ++++++++++++++++++++++++++++++++++++++
> 5 files changed, 127 insertions(+)
> create mode 100644 include/tee/optee_ta_avb.h
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list