Re: [PATCH 1/2] drivers: tee: optee: discover OP-TEE services

2022-06-07 Thread Ilias Apalodimas
Hi Etienne, [...] > > > + > > > +#ifndef CONFIG_OPTEE_SERVICE_DISCOVERY > > > /* > > >* in U-Boot, the discovery of TA on the TEE bus is not supported: > > >* only bind the drivers associated to the supported OP-TEE TA > > >*/ > > > if (IS_ENABLED(CONFIG_RNG_OP

Re: [PATCH 1/2] drivers: tee: optee: discover OP-TEE services

2022-06-07 Thread Etienne Carriere
Hi Ilias, On Mon, 6 Jun 2022 at 11:49, Ilias Apalodimas wrote: > > Hi Etienne, > > On Wed, Jun 01, 2022 at 10:27:51AM +0200, Etienne Carriere wrote: > > This change defines resources for OP-TEE service drivers to register > > themselves for being bound to when OP-TEE firmware reports the related

Re: [PATCH 1/2] drivers: tee: optee: discover OP-TEE services

2022-06-06 Thread Ilias Apalodimas
Hi Etienne, On Wed, Jun 01, 2022 at 10:27:51AM +0200, Etienne Carriere wrote: > This change defines resources for OP-TEE service drivers to register > themselves for being bound to when OP-TEE firmware reports the related > service is supported. OP-TEE services are discovered during optee > drive

Re: [PATCH 1/2] drivers: tee: optee: discover OP-TEE services

2022-06-02 Thread Patrick DELAUNAY
Hi, minbor remarks on "#ifdef" usage. On 6/1/22 10:27, Etienne Carriere wrote: This change defines resources for OP-TEE service drivers to register themselves for being bound to when OP-TEE firmware reports the related service is supported. OP-TEE services are discovered during optee driver pro

[PATCH 1/2] drivers: tee: optee: discover OP-TEE services

2022-06-01 Thread Etienne Carriere
This change defines resources for OP-TEE service drivers to register themselves for being bound to when OP-TEE firmware reports the related service is supported. OP-TEE services are discovered during optee driver probe sequence. Discovery of optee services and binding to related U-Boot drivers is e