Re: [Qemu-devel] [PATCH v1 0/5] RISC-V: Add firmware loading support and default

2019-06-25 Thread Palmer Dabbelt
On Tue, 25 Jun 2019 10:06:33 PDT (-0700), alistai...@gmail.com wrote: On Mon, Jun 24, 2019 at 3:14 PM Alistair Francis wrote: This series consolidates the current RISC-V kernel loading impelementation while also adding support for the -bios option and more advanced kernel image types. After c

Re: [Qemu-devel] [PATCH v1 0/5] RISC-V: Add firmware loading support and default

2019-06-25 Thread Alistair Francis
On Mon, Jun 24, 2019 at 3:14 PM Alistair Francis wrote: > > This series consolidates the current RISC-V kernel loading > impelementation while also adding support for the -bios option and more > advanced kernel image types. > > After consolidating the kernel loading we can extend the boot loader t

[Qemu-devel] [PATCH v1 0/5] RISC-V: Add firmware loading support and default

2019-06-24 Thread Alistair Francis
This series consolidates the current RISC-V kernel loading impelementation while also adding support for the -bios option and more advanced kernel image types. After consolidating the kernel loading we can extend the boot loader to support a -bios option. We can also extend the kernel loading opti