From: AKASHI Takahiro <takahiro.akashi@linaro.org>
To: Michal Simek <michal.simek@amd.com>
Cc: trini@konsulko.com, sjg@chromium.org, etienne.carriere@st.com,
u-boot@lists.denx.de,
Etienne Carriere <etienne.carriere@foss.st.com>
Subject: Re: [PATCH 3/5] cmd: add scmi command for SCMI firmware
Date: Wed, 25 Oct 2023 18:07:29 +0900 [thread overview]
Message-ID: <ZTja0eN4nKSfk+7Z@octopus> (raw)
In-Reply-To: <cc22d995-1234-477c-bd0f-6ca1946103ff@amd.com>
Hi Michal,
On Wed, Oct 25, 2023 at 09:29:04AM +0200, Michal Simek wrote:
>
>
> On 10/25/23 07:14, AKASHI Takahiro wrote:
> > This command, "scmi", may provide a command line interface to various SCMI
> > protocols. It supports at least initially SCMI base protocol and is
> > intended mainly for debug purpose.
> >
> > Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
> > Reviewed-by: Simon Glass <sjg@chromium.org>
> > Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
> > ---
> > v3
> > * describe that arguments are in hex at a help message
> > * modify the code for dynamically allocated agent names
> > v2
> > * remove sub command category, 'scmi base', for simplicity
> > ---
> > cmd/Kconfig | 9 ++
> > cmd/Makefile | 1 +
> > cmd/scmi.c | 335 +++++++++++++++++++++++++++++++++++++++++++++++++++
> > 3 files changed, 345 insertions(+)
> > create mode 100644 cmd/scmi.c
> >
> > diff --git a/cmd/Kconfig b/cmd/Kconfig
> > index 205df2f1fb65..c940051eba91 100644
> > --- a/cmd/Kconfig
> > +++ b/cmd/Kconfig
> > @@ -2550,6 +2550,15 @@ config CMD_CROS_EC
> > a number of sub-commands for performing EC tasks such as
> > updating its flash, accessing a small saved context area
> > and talking to the I2C bus behind the EC (if there is one).
> > +
> > +config CMD_SCMI
> > + bool "Enable scmi command"
> > + depends on SCMI_FIRMWARE
> > + default n
>
> As I said in previous email. default n should be removed.
> It is default option.
I see.
I hope that Tom will take care of that when merging if there is no
other comment.
-Takahiro Akashi
> You can take a look at least on this commit.
>
> commit b4c2c151b14b59a2403675526adf666710cade67
> Author: Michal Simek <michal.simek@amd.com>
> AuthorDate: Fri Aug 27 08:48:10 2021 +0200
> Commit: Tom Rini <trini@konsulko.com>
> CommitDate: Tue Aug 31 17:47:49 2021 -0400
>
> Kconfig: Remove all default n/no options
>
> default n/no doesn't need to be specified. It is default option anyway.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> [trini: Rework FSP_USE_UPD portion]
> Signed-off-by: Tom Rini <trini@konsulko.com>
>
> I have also sent one more resync patch and CC you there too.
>
> Thanks,
> Michal
>
>
>
>
next prev parent reply other threads:[~2023-10-25 9:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-25 5:14 [PATCH 0/5] cmd: add scmi command AKASHI Takahiro
2023-10-25 5:14 ` [PATCH 1/5] test: dm: skip scmi tests against disabled protocols AKASHI Takahiro
2023-10-25 5:14 ` [PATCH 2/5] firmware: scmi: support protocols on sandbox only if enabled AKASHI Takahiro
2023-10-25 5:14 ` [PATCH 3/5] cmd: add scmi command for SCMI firmware AKASHI Takahiro
2023-10-25 7:29 ` Michal Simek
2023-10-25 9:07 ` AKASHI Takahiro [this message]
2023-10-25 5:14 ` [PATCH 4/5] doc: cmd: add documentation for scmi AKASHI Takahiro
2023-10-25 5:14 ` [PATCH 5/5] test: dm: add scmi command test AKASHI Takahiro
2023-11-10 18:21 ` Tom Rini
2023-11-13 1:46 ` AKASHI Takahiro
2023-11-13 18:01 ` Simon Glass
2023-11-14 1:41 ` AKASHI Takahiro
2023-11-14 23:29 ` Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZTja0eN4nKSfk+7Z@octopus \
--to=takahiro.akashi@linaro.org \
--cc=etienne.carriere@foss.st.com \
--cc=etienne.carriere@st.com \
--cc=michal.simek@amd.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.