mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] rpi: platform code improvements
@ 2023-02-07  1:05 Daniel Brát
  2023-02-07  1:05 ` [PATCH 1/5] ARM: rpi: rename function getting mac address Daniel Brát
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Daniel Brát @ 2023-02-07  1:05 UTC (permalink / raw)
  To: barebox; +Cc: Daniel Brát

This series focuses mainly on init handling of rpi board variants.
Init of ethernet, usb and leds for known variants is generalized and
serial number and machin-id support is added. This series also allows
bcmgenet ethernet driver to use the hw-assigned mac address on bcm2711
based boards.

Daniel Brát (5):
  ARM: rpi: rename function getting mac address
  ARM: rpi: add serial number readout
  ARM: rpi: rework rpi board init code
  ARM: rpi: add machine-id support
  ARM: rpi: enable reset source detection in defconfig

 arch/arm/boards/raspberry-pi/lowlevel.h     |   3 +-
 arch/arm/boards/raspberry-pi/mbox-helpers.c |  29 +-
 arch/arm/boards/raspberry-pi/rpi-common.c   | 439 +++++++++-----------
 arch/arm/configs/rpi_defconfig              |   2 +
 arch/arm/configs/rpi_v8a_defconfig          |   2 +
 arch/arm/dts/bcm2711-rpi-4.dts              |   5 +
 arch/arm/dts/bcm2835-rpi.dts                |   1 +
 arch/arm/dts/bcm2836-rpi-2.dts              |   4 +
 arch/arm/dts/bcm2837-rpi-3.dts              |   5 +
 arch/arm/mach-bcm283x/include/mach/mbox.h   |  13 +
 10 files changed, 265 insertions(+), 238 deletions(-)

-- 
2.34.1




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

end of thread, other threads:[~2023-02-08  9:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07  1:05 [PATCH 0/5] rpi: platform code improvements Daniel Brát
2023-02-07  1:05 ` [PATCH 1/5] ARM: rpi: rename function getting mac address Daniel Brát
2023-02-07  1:05 ` [PATCH 2/5] ARM: rpi: add serial number readout Daniel Brát
2023-02-08  9:17   ` Marco Felsch
2023-02-07  1:05 ` [PATCH 3/5] ARM: rpi: rework rpi board init code Daniel Brát
2023-02-08  9:18   ` Marco Felsch
2023-02-07  1:05 ` [PATCH 4/5] ARM: rpi: add machine-id support Daniel Brát
2023-02-07  1:05 ` [PATCH 5/5] ARM: rpi: enable reset source detection in defconfig Daniel Brát

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