Re: [PATCH v5 2/6] cmd: Add a sysinfo command

2023-10-16 Thread Simon Glass
Hi Detlev, On Mon, 16 Oct 2023 at 08:21, Detlev Casanova wrote: > > On Monday, October 2, 2023 2:56:28 P.M. EDT Simon Glass wrote: > > On Mon, 2 Oct 2023 at 09:21, Detlev Casanova > > > > wrote: > > > The command is able to show different information for the running > > > system: > > > * Model

Re: [PATCH v5 2/6] cmd: Add a sysinfo command

2023-10-16 Thread Detlev Casanova
On Monday, October 2, 2023 2:56:28 P.M. EDT Simon Glass wrote: > On Mon, 2 Oct 2023 at 09:21, Detlev Casanova > > wrote: > > The command is able to show different information for the running > > system: > > * Model name > > * Board ID > > * Revision > > > > This command can be used by boot

Re: [PATCH v5 2/6] cmd: Add a sysinfo command

2023-10-02 Thread Simon Glass
On Mon, 2 Oct 2023 at 09:21, Detlev Casanova wrote: > > The command is able to show different information for the running > system: > * Model name > * Board ID > * Revision > > This command can be used by boot shell scripts to select configurations > depending on the specific running system. > >

[PATCH v5 2/6] cmd: Add a sysinfo command

2023-10-02 Thread Detlev Casanova
The command is able to show different information for the running system: * Model name * Board ID * Revision This command can be used by boot shell scripts to select configurations depending on the specific running system. Reviewed-by: Marek Vasut Signed-off-by: Detlev Casanova ---