Re: [Qemu-devel] [PATCH v1 2/5] hw/riscv: Add support for loading a firmware

2019-06-25 Thread Bin Meng
On Tue, Jun 25, 2019 at 6:19 AM Alistair Francis wrote: > > Add support for loading a firmware file for the virt machine and the > SiFive U. This can be run with the following command: > > qemu-system-riscv64 -machine virt -bios fw_jump.bin -kernel vmlinux > > Signed-off-by: Alistair Francis

[Qemu-devel] [PATCH v1 2/5] hw/riscv: Add support for loading a firmware

2019-06-24 Thread Alistair Francis
Add support for loading a firmware file for the virt machine and the SiFive U. This can be run with the following command: qemu-system-riscv64 -machine virt -bios fw_jump.bin -kernel vmlinux Signed-off-by: Alistair Francis --- hw/riscv/boot.c | 26 ++ hw/risc