configs/hifive_unleashed: use mainline Linux + U-Boot
authorBin Meng <bin.meng@windriver.com>
Fri, 29 Jan 2021 04:50:06 +0000 (12:50 +0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 31 Jan 2021 22:26:33 +0000 (23:26 +0100)
commitbde832f710d994c8d2673d92741a2567ca97322b
tree534b773a92f1b1606bc07a17333aa1889cb6f4f6
parentf7922a57f5ac42d25ce90054a66ccdb822e5566c
configs/hifive_unleashed: use mainline Linux + U-Boot

Update to use the official linux kernel v5.10 instead of an
out-of-tree kernel, and use the official U-Boot v2021.01 as the
bootloader. Provide two configuration files of genimage for different
boot flows:

- Boot from SD card (default)
- Boot from SPI flash

A boot script is generated to automatically boot the distro.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/sifive/hifive-unleashed/boot.cmd [new file with mode: 0644]
board/sifive/hifive-unleashed/genimage.cfg [deleted file]
board/sifive/hifive-unleashed/genimage_sdcard.cfg [new file with mode: 0644]
board/sifive/hifive-unleashed/genimage_spi-nor.cfg [new file with mode: 0644]
board/sifive/hifive-unleashed/linux.config.fragment
board/sifive/hifive-unleashed/post-build.sh [new file with mode: 0755]
board/sifive/hifive-unleashed/readme.txt
configs/hifive_unleashed_defconfig