sh775x: add new target to support SH7751R-based (SH4) boards
authorZoltan HERPAI <wigyori@uid0.hu>
Mon, 26 Aug 2019 14:37:31 +0000 (16:37 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Sat, 14 May 2022 10:07:40 +0000 (12:07 +0200)
commit2527001296acaa4ecf601cba659fea008b564cd9
tree95127e4914e7d2440e72cd9778207d8be0f68e5f
parent5605c3425c4389223f5221b8970a1fc194791921
sh775x: add new target to support SH7751R-based (SH4) boards

If SH4 hardware is not available for testing, the generated kernel and
rootfs can happily start up in qemu:

qemu-system-sh4 -M r2d -nographic -no-reboot -kernel openwrt-sh775x-zImage \
-append "console=ttySC1 noiotrap root=/dev/hda" -monitor null -serial null \
-serial stdio -drive file=openwrt-sh775x-rootfs-ext4.img,format=raw

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
include/site/sh4 [new file with mode: 0644]
target/linux/sh775x/Makefile [new file with mode: 0644]
target/linux/sh775x/base-files/etc/board.d/02_network [new file with mode: 0644]
target/linux/sh775x/base-files/etc/inittab [new file with mode: 0644]
target/linux/sh775x/config-5.15 [new file with mode: 0644]
target/linux/sh775x/image/Makefile [new file with mode: 0644]