commit | 8c17a18f8c9e3a4316ecc4a40f270a9aa6ad5c25 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Aug 26 23:33:34 2021 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sat Sep 11 10:40:31 2021 -0400 |
tree | 55469f7a8d5cef92509162c8d5f9e9e7cdc4930f | |
parent | 3283a05275de181ef425d36507dd15a061a4a35a [diff] |
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>