Re: [PATCH 1/4] firmware: add new driver for SCMI firmwares

2020-08-15 Thread Simon Glass
Hi Etienne, On Tue, 4 Aug 2020 at 03:33, Etienne Carriere wrote: > > Hello Simon, > > Thanks for the feedback, I'll fix the changes in my v2. > and sorry for these delayed answers. > > On Sun, 26 Jul 2020 at 16:55, Simon Glass wrote: > > > > Hi Etienne, > > > > On Fri, 17 Jul 2020 at 09:38, Etie

Re: [PATCH 1/4] firmware: add new driver for SCMI firmwares

2020-08-04 Thread Etienne Carriere
Hello Simon, Thanks for the feedback, I'll fix the changes in my v2. and sorry for these delayed answers. On Sun, 26 Jul 2020 at 16:55, Simon Glass wrote: > > Hi Etienne, > > On Fri, 17 Jul 2020 at 09:38, Etienne Carriere > wrote: > > > > This change introduces SCMI agent driver in U-Boot in th

Re: [PATCH 1/4] firmware: add new driver for SCMI firmwares

2020-07-26 Thread Simon Glass
Hi Etienne, On Fri, 17 Jul 2020 at 09:38, Etienne Carriere wrote: > > This change introduces SCMI agent driver in U-Boot in the firmware > U-class. > > SCMI agent driver is designed for platforms that embed a SCMI server in > a firmware hosted for example by a companion co-processor or the secure

Re: [PATCH 1/4] firmware: add new driver for SCMI firmwares

2020-07-24 Thread Etienne Carriere
Hell Peng, Thanks for the comments. Please find below few questions for some of your comments. On Mon, 20 Jul 2020 at 04:01, Peng Fan wrote: > > Hi Etienne, > > +Sudeep > > > Subject: [PATCH 1/4] firmware: add new driver for SCMI firmwares > > Thanks for posting this

RE: [PATCH 1/4] firmware: add new driver for SCMI firmwares

2020-07-19 Thread Peng Fan
Hi Etienne, +Sudeep > Subject: [PATCH 1/4] firmware: add new driver for SCMI firmwares Thanks for posting this out. > > This change introduces SCMI agent driver in U-Boot in the firmware U-class. > > SCMI agent driver is designed for platforms that embed a SCMI server in a &g

[PATCH 1/4] firmware: add new driver for SCMI firmwares

2020-07-17 Thread Etienne Carriere
This change introduces SCMI agent driver in U-Boot in the firmware U-class. SCMI agent driver is designed for platforms that embed a SCMI server in a firmware hosted for example by a companion co-processor or the secure world of the executing processor. SCMI protocols allow an SCMI agent to disco