Re: [U-Boot] [PATCH 09/10] tee: optee: support AVB trusted application

2018-08-19 Thread Igor Opaniuk
Reviewed-by: Igor Opaniuk On 16 August 2018 at 15:22, Igor Opaniuk wrote: > Tested-by: Igor Opaniuk > > On 13 August 2018 at 18:53, Jens Wiklander wrote: >> Adds configuration option OPTEE_TA_AVB and a header file describing the >> interface to the AVB trusted application provided by OP-TEE. >

Re: [U-Boot] [PATCH 09/10] tee: optee: support AVB trusted application

2018-08-16 Thread Igor Opaniuk
Tested-by: Igor Opaniuk On 13 August 2018 at 18:53, Jens Wiklander wrote: > Adds configuration option OPTEE_TA_AVB and a header file describing the > interface to the AVB trusted application provided by OP-TEE. > > Signed-off-by: Jens Wiklander > --- > MAINTAINERS| 1 + > driv

[U-Boot] [PATCH 09/10] tee: optee: support AVB trusted application

2018-08-13 Thread Jens Wiklander
Adds configuration option OPTEE_TA_AVB and a header file describing the interface to the AVB trusted application provided by OP-TEE. Signed-off-by: Jens Wiklander --- MAINTAINERS| 1 + drivers/tee/optee/Kconfig | 16 + include/tee.h | 7 ++ include