Re: [Qemu-devel] [PATCH v1 2/2] hw/riscv: Load OpenSBI as the default firmware

2019-07-10 Thread Alistair Francis
On Wed, Jul 10, 2019 at 3:46 PM Guenter Roeck wrote: > > On Mon, Jul 08, 2019 at 11:49:40AM -0700, Alistair Francis wrote: > > If the user hasn't specified a firmware to load (with -bios) or > > specified no bios (with -bios none) then load OpenSBI by default. This > > allows users to boot a RISC-

Re: [Qemu-devel] [PATCH v1 2/2] hw/riscv: Load OpenSBI as the default firmware

2019-07-10 Thread Guenter Roeck
On Mon, Jul 08, 2019 at 11:49:40AM -0700, Alistair Francis wrote: > If the user hasn't specified a firmware to load (with -bios) or > specified no bios (with -bios none) then load OpenSBI by default. This > allows users to boot a RISC-V kernel with just -kernel. > > Signed-off-by: Alistair Francis

[Qemu-devel] [PATCH v1 2/2] hw/riscv: Load OpenSBI as the default firmware

2019-07-08 Thread Alistair Francis
If the user hasn't specified a firmware to load (with -bios) or specified no bios (with -bios none) then load OpenSBI by default. This allows users to boot a RISC-V kernel with just -kernel. Signed-off-by: Alistair Francis Reviewed-by: Bin Meng Tested-by: Bin Meng --- hw/riscv/boot.c |