Re: [Qemu-devel] [RFC v1 3/5] hw/riscv: Extend the kernel loading support

2019-06-19 Thread Alistair Francis
On Wed, Jun 19, 2019 at 2:01 PM Alistair Francis wrote: > > On Wed, Jun 19, 2019 at 8:16 AM Bin Meng wrote: > > > > On Wed, Jun 19, 2019 at 8:56 AM Alistair Francis > > wrote: > > > > > > Extend the RISC-V kernel loader to support uImage and Image files. > > > A Linux kernel can now be booted

Re: [Qemu-devel] [RFC v1 3/5] hw/riscv: Extend the kernel loading support

2019-06-19 Thread Alistair Francis
On Wed, Jun 19, 2019 at 8:16 AM Bin Meng wrote: > > On Wed, Jun 19, 2019 at 8:56 AM Alistair Francis > wrote: > > > > Extend the RISC-V kernel loader to support uImage and Image files. > > A Linux kernel can now be booted with: > > > > qemu-system-riscv64 -machine virt -bios fw_jump.elf

Re: [Qemu-devel] [RFC v1 3/5] hw/riscv: Extend the kernel loading support

2019-06-19 Thread Bin Meng
On Wed, Jun 19, 2019 at 8:56 AM Alistair Francis wrote: > > Extend the RISC-V kernel loader to support uImage and Image files. > A Linux kernel can now be booted with: > > qemu-system-riscv64 -machine virt -bios fw_jump.elf -kernel Image > > Signed-off-by: Alistair Francis > --- >

[Qemu-devel] [RFC v1 3/5] hw/riscv: Extend the kernel loading support

2019-06-18 Thread Alistair Francis
Extend the RISC-V kernel loader to support uImage and Image files. A Linux kernel can now be booted with: qemu-system-riscv64 -machine virt -bios fw_jump.elf -kernel Image Signed-off-by: Alistair Francis --- hw/riscv/boot.c | 19 ++- 1 file changed, 14 insertions(+), 5