]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit12e2c548be4c89ef38dcc2b594c52abf53c5ad78
tree6aad5e6981d110a823ec1b589897882aa622b539
parent683001428fa0499131693a42a7d28f3c5a5a2101
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