tee: optee: support AVB trusted application
authorJens Wiklander <jens.wiklander@linaro.org>
Tue, 25 Sep 2018 14:40:15 +0000 (16:40 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 7 Oct 2018 14:47:38 +0000 (10:47 -0400)
commit1cc8cc4e675e32cde76487292c8bace5fa927eee
tree1b0d3f82ae5d0b34ec92047a6c4e950daa124fae
parent232cfd6d9152fd2a4e7113faec51db2a9ab8c6bd
tee: optee: support AVB trusted application

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@linaro.org>
Reviewed-by: Igor Opaniuk <igor.opaniuk@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
drivers/tee/optee/Kconfig
drivers/tee/tee-uclass.c
include/tee.h
include/tee/optee_ta_avb.h [new file with mode: 0644]