]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: renesas: Put common r7s72100 code in board/renesas/common
authorMagnus Damm <damm@opensource.se>
Wed, 2 Jul 2025 17:13:46 +0000 (19:13 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 10 Jul 2025 17:26:56 +0000 (19:26 +0200)
commit6e20aa243d0b373cfd30e5c47c357d132bf795e2
tree8b9b133da2a85ac36bd166dfdb0fe1b20fb022c4
parent74fc581374174c7d9622b0373dd497a2acba9087
ARM: renesas: Put common r7s72100 code in board/renesas/common

Break out SoC specific code from the GR-Peach board and put it into the
board/renesas/common directory so it can be easily shared between the
GR-Peach and Genmai boards.

Signed-off-by: Magnus Damm <damm@opensource.se>
board/renesas/common/Makefile
board/renesas/common/rza1-common.c [new file with mode: 0644]
board/renesas/common/rza1-lowlevel_init.S [moved from board/renesas/grpeach/lowlevel_init.S with 100% similarity]
board/renesas/grpeach/Makefile
board/renesas/grpeach/grpeach.c