Re: [PATCH 05/10] firmware: scmi: fake base protocol commands on sandbox

2023-06-29 Thread Simon Glass
On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro wrote: > > This is a simple implementation of SCMI base protocol for sandbox. > The main use is in SCMI unit test. > > Signed-off-by: AKASHI Takahiro > --- > drivers/firmware/scmi/sandbox-scmi_agent.c | 359 - > 1 file changed, 35

[PATCH 05/10] firmware: scmi: fake base protocol commands on sandbox

2023-06-27 Thread AKASHI Takahiro
This is a simple implementation of SCMI base protocol for sandbox. The main use is in SCMI unit test. Signed-off-by: AKASHI Takahiro --- drivers/firmware/scmi/sandbox-scmi_agent.c | 359 - 1 file changed, 358 insertions(+), 1 deletion(-) diff --git a/drivers/firmware/scmi/sa