All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add rpi5 specific defconfig
@ 2025-05-02 11:34 Bruno Leite
  2025-05-02 11:34 ` [PATCH 1/2] arm64: dts: rpi5: add rpi5 u-boot.dtsi Bruno Leite
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Bruno Leite @ 2025-05-02 11:34 UTC (permalink / raw)
  To: u-boot
  Cc: ravi, probinson, Matthias Brugger, clast, Bruno Leite,
	Peter Robinson, Tom Rini

From: Bruno Leite <brule@prevas.dk>


Currently rpi5 uses a generic rpi_arm64_defconfig file that builds rpi4
devicetree. Add a defconfig that is specific to the rpi5 building the
now available upstream dts for that board. The defconfig makes use of
defconfig including that is now available and only changes the DTS
related config.

It is also necessary to add a more specific u-boot.dtsi to rpi5, since
due to the ARCH_BCM283X config it will try to build the
bcm283x-u-boot.dtsi and break.


Bruno Leite (2):
  arm64: dts: rpi5: add rpi5 u-boot.dtsi
  configs: rpi5: add rpi5 specific defconfig

 arch/arm/dts/bcm2712-rpi-5-b-u-boot.dtsi | 8 ++++++++
 configs/rpi_5_defconfig                  | 4 ++++
 2 files changed, 12 insertions(+)
 create mode 100644 arch/arm/dts/bcm2712-rpi-5-b-u-boot.dtsi
 create mode 100644 configs/rpi_5_defconfig

-- 
2.45.2


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

end of thread, other threads:[~2025-06-18 12:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-02 11:34 [PATCH 0/2] Add rpi5 specific defconfig Bruno Leite
2025-05-02 11:34 ` [PATCH 1/2] arm64: dts: rpi5: add rpi5 u-boot.dtsi Bruno Leite
2025-05-02 11:34 ` [PATCH 2/2] configs: rpi5: add rpi5 specific defconfig Bruno Leite
2025-05-02 14:40 ` [PATCH 0/2] Add " Tom Rini
2025-05-05  8:40   ` Bruno Leite
2025-05-05  9:45   ` Rasmus Villemoes
2025-05-05 13:48     ` Tom Rini
2025-05-05 20:19       ` Mark Kettenis
2025-05-05 21:28         ` Tom Rini
2025-05-06  7:30           ` Rasmus Villemoes
2025-05-06 17:52             ` Tom Rini
2025-06-15 11:05             ` Peter Robinson
2025-06-18 12:16               ` Rasmus Villemoes
2025-06-15 11:02           ` Peter Robinson

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.