Re: [U-Boot] [PATCH v2 14/15] tee: optee: support AVB trusted application

2018-09-25 Thread Simon Glass
Hi Jens, On 31 August 2018 at 06:10, Jens Wiklander wrote: > > Hi Simon, > > On Wed, Aug 29, 2018 at 06:29:09PM -0600, Simon Glass wrote: > > Hi Jens, > > > > On 23 August 2018 at 04:43, Jens Wiklander > > wrote: > > > Adds configuration option OPTEE_TA_AVB and a header file describing the > >

Re: [U-Boot] [PATCH v2 14/15] tee: optee: support AVB trusted application

2018-08-31 Thread Jens Wiklander
Hi Simon, On Wed, Aug 29, 2018 at 06:29:09PM -0600, Simon Glass wrote: > Hi Jens, > > On 23 August 2018 at 04:43, 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. > > What is AVB? C

Re: [U-Boot] [PATCH v2 14/15] tee: optee: support AVB trusted application

2018-08-29 Thread Simon Glass
Hi Jens, On 23 August 2018 at 04:43, 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. What is AVB? Can you please write it out in full? > > Tested-by: Igor Opaniuk > Reviewed-by: Igor

[U-Boot] [PATCH v2 14/15] tee: optee: support AVB trusted application

2018-08-23 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. Tested-by: Igor Opaniuk Reviewed-by: Igor Opaniuk Signed-off-by: Jens Wiklander --- MAINTAINERS| 1 + drivers/tee/optee/Kconfig | 16 ++