From: "Daniel Brát" <danek.brat@gmail.com>
To: barebox@lists.infradead.org
Cc: "Daniel Brát" <danek.brat@gmail.com>
Subject: [PATCH 0/5] rpi: platform code improvements
Date: Tue, 7 Feb 2023 02:05:20 +0100 [thread overview]
Message-ID: <20230207010525.2693-1-danek.brat@gmail.com> (raw)
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
next reply other threads:[~2023-02-07 1:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-07 1:05 Daniel Brát [this message]
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
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=20230207010525.2693-1-danek.brat@gmail.com \
--to=danek.brat@gmail.com \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox