704c62bbc5
Add a defconfig for the Starfive VisionFive2 board, a board built around the Starfive JH7110 RISC-V 64bit SoC. This board comes with functional lowlevel and U-Boot bootloaders in SPI flash. The defconfig reuses these and only builds a (5.15 based) kernel and rootfs. The factory shipped U-Boot is hard coded to look at MMC partition 3. Signed-off-by: Francois Dugast <francois.dugast.foss@gmail.com> [Peter: add to DEVELOPERS] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
label linux
|
|
kernel /boot/Image
|
|
devicetree /boot/jh7110-visionfive-v2.dtb
|
|
append console=ttyS0,115200 root=/dev/mmcblk1p3
|