sh775x: add new target to support SH7751R-based (SH4) boards
authorZoltan HERPAI <[email protected]>
Mon, 26 Aug 2019 14:37:31 +0000 (16:37 +0200)
committerZoltan HERPAI <[email protected]>
Fri, 15 Mar 2024 16:04:27 +0000 (17:04 +0100)
commit06850cf9b08fdf3d66ab0dfdee55417aa71ae869
treeb681f480aacd8b0a3dcd68b0a89581510205797b
parent1f5276850dbd166be65a4f088fba1e9a4af5ec29
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/sda" -monitor null -serial null \
-serial stdio -drive file=openwrt-sh775x-rootfs-ext4.img,format=raw

Signed-off-by: Zoltan HERPAI <[email protected]>
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-6.1 [new file with mode: 0644]
target/linux/sh775x/image/Makefile [new file with mode: 0644]