diff options
author | Jens Wiklander <jens.wiklander@linaro.org> | 2018-09-25 16:40:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-07 10:47:38 -0400 |
commit | 1cc8cc4e675e32cde76487292c8bace5fa927eee (patch) | |
tree | 1b0d3f82ae5d0b34ec92047a6c4e950daa124fae /MAINTAINERS | |
parent | 232cfd6d9152fd2a4e7113faec51db2a9ab8c6bd (diff) | |
download | u-boot-1cc8cc4e675e32cde76487292c8bace5fa927eee.tar.gz |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dac76e0ee2..ace7d9a4b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -634,6 +634,7 @@ M: Jens Wiklander <jens.wiklander@linaro.org> S: Maintained F: drivers/tee/ F: include/tee.h +F: include/tee/ UBI M: Kyungmin Park <kmpark@infradead.org> |