]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: sifive: unleashed: Add genimage config files
authorBin Meng <bmeng.cn@gmail.com>
Thu, 26 Aug 2021 15:33:34 +0000 (23:33 +0800)
committerTom Rini <trini@konsulko.com>
Sat, 11 Sep 2021 14:40:31 +0000 (10:40 -0400)
commit8c17a18f8c9e3a4316ecc4a40f270a9aa6ad5c25
tree55469f7a8d5cef92509162c8d5f9e9e7cdc4930f
parent3283a05275de181ef425d36507dd15a061a4a35a
riscv: sifive: unleashed: Add genimage config files

This adds genimage [1] config files for generating SD card and spi-nor
images, which can be programmed to an SD card or SPI flash and boot
from there.

The same images will be used for U-Boot CI testing for this board.

[1] https://github.com/pengutronix/genimage

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
board/sifive/unleashed/genimage_sdcard.cfg [new file with mode: 0644]
board/sifive/unleashed/genimage_spi-nor.cfg [new file with mode: 0644]