public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Introduce the sysinfo command
@ 2023-06-16 15:21 Detlev Casanova
  2023-06-16 15:21 ` [PATCH v1 1/4] sysinfo: Add IDs for board id and revision Detlev Casanova
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Detlev Casanova @ 2023-06-16 15:21 UTC (permalink / raw)
  To: u-boot; +Cc: Marek Vasut, Hai Pham, Tam Nguyen, Detlev Casanova

The command can be used to show various information that can be used to
identify the running system.

Currently supported subcommands are:
* model: A string representing the model
* id: The id of the board
* revision: The revision of this board id.

I'm not sure about the last commit, if it needs to be here upstream or
if it chould be something done by packagers.

I'm also not sure if a test should be added and where to start to test
this kind of command.

Detlev Casanova (4):
  sysinfo: Add IDs for board id and revision
  cmd: Add a sysinfo command
  sysinfo: rcar3: Implement BOARD_ID and BOARD_REVISION
  configs: rcar3: Add shell function to select the linux devicetree

 cmd/Kconfig                        |   6 ++
 cmd/Makefile                       |   1 +
 cmd/sysinfo.c                      | 124 +++++++++++++++++++++++++++++
 configs/rcar3_ulcb_defconfig       |   1 +
 drivers/sysinfo/rcar3.c            |  46 ++++++++---
 include/configs/rcar-gen3-common.h |   9 ++-
 include/sysinfo.h                  |   4 +
 7 files changed, 180 insertions(+), 11 deletions(-)
 create mode 100644 cmd/sysinfo.c

-- 
2.39.3


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-06-21  3:49 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-16 15:21 [PATCH v1 0/4] Introduce the sysinfo command Detlev Casanova
2023-06-16 15:21 ` [PATCH v1 1/4] sysinfo: Add IDs for board id and revision Detlev Casanova
2023-06-16 15:21 ` [PATCH v1 2/4] cmd: Add a sysinfo command Detlev Casanova
2023-06-17  0:41   ` Marek Vasut
2023-06-16 15:21 ` [PATCH v1 3/4] sysinfo: rcar3: Implement BOARD_ID and BOARD_REVISION Detlev Casanova
2023-06-17  0:43   ` Marek Vasut
2023-06-19 14:42     ` Detlev Casanova
2023-06-19 16:11       ` Marek Vasut
2023-06-19 18:27         ` Detlev Casanova
2023-06-19 21:54           ` Marek Vasut
2023-06-20 17:49             ` Detlev Casanova
2023-06-20 20:03               ` Marek Vasut
2023-06-20 20:40                 ` Detlev Casanova
2023-06-21  3:49                   ` Marek Vasut
2023-06-16 15:21 ` [PATCH v1 4/4] configs: rcar3: Add shell function to select the linux devicetree Detlev Casanova
2023-06-17  0:45   ` Marek Vasut
2023-06-19 14:45     ` Detlev Casanova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox