All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] rcar: Select the correct device tree
@ 2023-06-12 19:51 Detlev Casanova
  2023-06-12 19:51 ` [PATCH v2 1/3] renesas: rcar3: Expose the board id in sysinfo Detlev Casanova
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Detlev Casanova @ 2023-06-12 19:51 UTC (permalink / raw)
  To: u-boot; +Cc: Marek Vasut, Hai Pham, Tam Nguyen, Detlev Casanova

The R-Car Starter Kit Premier(H3e WS3.0) uses the r8a779m1-ulcb.dtb.
As u-boot can detect the board id and revision, let's use this to set
the correct device tree for that board when using pxe.

Changes since v1:
 * Also expose the board revision in sysinfo
 * Set the dtb depending on board revision
 * Move RCar board IDs definitions to sys_proto.h
 * fix checkpatch.pl warnings

Detlev Casanova (3):
  renesas: rcar3: Expose the board id in sysinfo
  renesas: rcar3: Expose the board revision in sysinfo
  renesas: rcar3: Load the correct device tree

 .../arm/mach-rmobile/include/mach/sys_proto.h | 21 +++++
 board/renesas/ulcb/ulcb.c                     | 59 ++++++++++++
 configs/rcar3_ulcb_defconfig                  |  1 +
 drivers/sysinfo/rcar3.c                       | 90 +++++++++++--------
 4 files changed, 133 insertions(+), 38 deletions(-)

-- 
2.39.3


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

end of thread, other threads:[~2023-06-14 16:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-12 19:51 [PATCH v2 0/3] rcar: Select the correct device tree Detlev Casanova
2023-06-12 19:51 ` [PATCH v2 1/3] renesas: rcar3: Expose the board id in sysinfo Detlev Casanova
2023-06-14 13:47   ` Marek Vasut
2023-06-12 19:51 ` [PATCH v2 2/3] renesas: rcar3: Expose the board revision " Detlev Casanova
2023-06-14 13:48   ` Marek Vasut
2023-06-12 19:51 ` [PATCH v2 3/3] renesas: rcar3: Load the correct device tree Detlev Casanova
2023-06-14 13:53   ` Marek Vasut
2023-06-14 15:10     ` Detlev Casanova
2023-06-14 15:32       ` Marek Vasut
2023-06-14 15:40         ` Detlev Casanova
2023-06-14 16:32           ` Marek Vasut

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.