riscv: qemu: Switch to use binman to generate u-boot.itb
authorBin Meng <bmeng.cn@gmail.com>
Mon, 10 May 2021 12:23:39 +0000 (20:23 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 19 May 2021 09:01:51 +0000 (17:01 +0800)
commit756eeba8a2c13114525f288ba5d1039f18b40383
tree6aad5e6981d110a823ec1b589897882aa622b539
parent18cb82c35c764eccc3717260812c03323c324468
riscv: qemu: Switch to use binman to generate u-boot.itb

By utilizing the newly introduced BINMAN_STANDALONE_FDT option, along
with a new dedicated device tree source file for the QEMU virt target
used for binman only, we can now use binman to generate u-boot.itb.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/riscv/cpu/generic/Kconfig
arch/riscv/dts/Makefile
arch/riscv/dts/binman.dtsi
arch/riscv/dts/qemu-virt.dts [new file with mode: 0644]
configs/qemu-riscv32_spl_defconfig
configs/qemu-riscv64_spl_defconfig