[PULL] u-boot-sh/master
Marek Vasut
marek.vasut+renesas at mailbox.org
Wed Jun 11 00:02:52 CEST 2025
One more board to support, this time Retronix Sparrow Hawk
based on Renesas R-Car V4H SoC . This is board support, so
master branch should be fine. The DT in dts/upstream/ is a
backport from Linux, and will disappear on next DT sync.
The following changes since commit d7c449c3d83a986d61e38d1762433c0607caf5c5:
Prepare v2025.07-rc4 (2025-06-09 15:54:18 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-sh.git master
for you to fetch changes up to 55c4a6db549cdad3f185e33f439d130cec7a6bc8:
arm64: dts: renesas: r8a779g3: Add Retronix R-Car V4H Sparrow Hawk board support (2025-06-10 20:50:50 +0200)
----------------------------------------------------------------
Marek Vasut (2):
arm64: renesas: Introduce renesas_dram_init_banksize()
arm64: dts: renesas: r8a779g3: Add Retronix R-Car V4H Sparrow Hawk board support
arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi | 50 ++
arch/arm/mach-renesas/Kconfig.rcar4 | 7 +
board/renesas/common/rcar64-common.c | 4 +
board/renesas/sparrowhawk/Kconfig | 15 +
board/renesas/sparrowhawk/MAINTAINERS | 7 +
board/renesas/sparrowhawk/Makefile | 9 +
board/renesas/sparrowhawk/sparrowhawk.c | 143 +++++
configs/r8a779g3_sparrowhawk_defconfig | 69 +++
doc/board/renesas/renesas.rst | 6 +
.../src/arm64/renesas/r8a779g3-sparrow-hawk.dts | 666 +++++++++++++++++++++
include/configs/sparrowhawk.h | 14 +
11 files changed, 990 insertions(+)
create mode 100644 arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi
create mode 100644 board/renesas/sparrowhawk/Kconfig
create mode 100644 board/renesas/sparrowhawk/MAINTAINERS
create mode 100644 board/renesas/sparrowhawk/Makefile
create mode 100644 board/renesas/sparrowhawk/sparrowhawk.c
create mode 100644 configs/r8a779g3_sparrowhawk_defconfig
create mode 100644 dts/upstream/src/arm64/renesas/r8a779g3-sparrow-hawk.dts
create mode 100644 include/configs/sparrowhawk.h
More information about the U-Boot
mailing list