Re: [PATCH 01/10] firmware: scmi: implement SCMI base protocol

2023-07-02 Thread AKASHI Takahiro
On Thu, Jun 29, 2023 at 08:09:45PM +0100, Simon Glass wrote: > Hi AKASHI, > > On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro > wrote: > > > > SCMI base protocol is mandatory according to the SCMI specification. > > > > With this patch, SCMI base protocol can be accessed via SCMI transport > >

Re: [PATCH 01/10] firmware: scmi: implement SCMI base protocol

2023-06-29 Thread Simon Glass
Hi AKASHI, On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro wrote: > > 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

[PATCH 01/10] firmware: scmi: implement SCMI base protocol

2023-06-27 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