Re: [PATCH v5 03/16] firmware: scmi: support dummy channels for sandbox agent

2023-10-05 Thread Etienne CARRIERE - foss
> > From: U-Boot on behalf of Simon Glass > > Sent: Monday, October 2, 2023 3:17 AM > > On Tue, 26 Sept 2023 at 00:58, AKASHI Takahiro > wrote: > > > > In sandbox scmi agent, channels are not used at all. But in this patch, > > dummy channels are supported in order to test protocol-specific c

Re: [PATCH v5 03/16] firmware: scmi: support dummy channels for sandbox agent

2023-10-01 Thread Simon Glass
On Tue, 26 Sept 2023 at 00:58, AKASHI Takahiro wrote: > > In sandbox scmi agent, channels are not used at all. But in this patch, > dummy channels are supported in order to test protocol-specific channels. > > Signed-off-by: AKASHI Takahiro > --- > v5 > * new commit > --- > arch/sandbox/include/

[PATCH v5 03/16] firmware: scmi: support dummy channels for sandbox agent

2023-09-25 Thread AKASHI Takahiro
In sandbox scmi agent, channels are not used at all. But in this patch, dummy channels are supported in order to test protocol-specific channels. Signed-off-by: AKASHI Takahiro --- v5 * new commit --- arch/sandbox/include/asm/scmi_test.h | 13 drivers/firmware/scmi/sandbox-scmi_agent.