]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: renesas: Add support for the r7s72100 Genmai board
authorMagnus Damm <damm@opensource.se>
Wed, 2 Jul 2025 17:13:54 +0000 (19:13 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 10 Jul 2025 17:26:56 +0000 (19:26 +0200)
commit25adecf09467c6a2823bcdfaf3fb0b59b2389669
treedf357b24db62fb0b2d96418a4f66eac6ef24d5f6
parent6e20aa243d0b373cfd30e5c47c357d132bf795e2
ARM: renesas: Add support for the r7s72100 Genmai board

Add r7s72100 Genmai board support. Serial console, NOR Flash and
Ethernet are known to work however on-board SDRAM is not yet enabled.

Signed-off-by: Magnus Damm <damm@opensource.se>
arch/arm/dts/Makefile
arch/arm/dts/r7s72100-genmai-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-renesas/Kconfig.rza1
board/renesas/genmai/Kconfig [new file with mode: 0644]
board/renesas/genmai/MAINTAINERS [new file with mode: 0644]
board/renesas/genmai/Makefile [new file with mode: 0644]
board/renesas/genmai/genmai.c [new file with mode: 0644]
configs/genmai_defconfig [new file with mode: 0644]
include/configs/genmai.h [new file with mode: 0644]