On Tue, Jun 25, 2019 at 6:18 AM Alistair Francis
wrote:
>
> Extend the RISC-V kernel loader to support Image and uImage files.
> A Linux kernel can now be booted with:
>
> qemu-system-riscv64 -machine virt -bios fw_jump.bin -kernel Image
>
> Signed-off-by: Alistair Francis
> ---
> hw/riscv/b
Extend the RISC-V kernel loader to support Image and uImage files.
A Linux kernel can now be booted with:
qemu-system-riscv64 -machine virt -bios fw_jump.bin -kernel Image
Signed-off-by: Alistair Francis
---
hw/riscv/boot.c | 18 ++
1 file changed, 14 insertions(+), 4 deleti