Re: [PATCH v5 05/16] firmware: scmi: implement SCMI base protocol

2023-10-05 Thread AKASHI Takahiro
Hi Etienne, On Thu, Oct 05, 2023 at 07:06:47AM +, Etienne CARRIERE - foss wrote: > Hello Akashi-san, > > > > From: U-Boot on behalf of AKASHI Takahiro > > > > Sent: Tuesday, September 26, 2023 8:57 AM > > > > SCMI base protocol is mandatory according to the SCMI specification. > > > >

Re: [PATCH v5 05/16] firmware: scmi: implement SCMI base protocol

2023-10-05 Thread Etienne CARRIERE - foss
Hello Akashi-san, > From: U-Boot on behalf of AKASHI Takahiro > > Sent: Tuesday, September 26, 2023 8:57 AM > > SCMI base protocol is mandatory according to the SCMI specification. > > With this patch, SCMI base protocol can be accessed via SCMI transport > layers. All the commands, except

[PATCH v5 05/16] firmware: scmi: implement SCMI base protocol

2023-09-26 Thread AKASHI Takahiro
SCMI base protocol is mandatory according to the SCMI specification. With this patch, SCMI base protocol can be accessed via SCMI transport layers. All the commands, except SCMI_BASE_NOTIFY_ERRORS, are supported. This is because U-Boot doesn't support interrupts and the current transport layers