RE: [PATCH] riscv/spike: Change the default bios to use plain binary image

2020-05-01 Thread Anup Patel
> ; QEMU Developers de...@nongnu.org>; Alistair Francis > Subject: Re: [PATCH] riscv/spike: Change the default bios to use plain binary > image > > On Fri, May 1, 2020 at 8:41 PM Anup Patel wrote: > > > > On Fri, May 1, 2020 at 6:01 PM Bin Meng wrote: > > > &

Re: [PATCH] riscv/spike: Change the default bios to use plain binary image

2020-05-01 Thread Bin Meng
On Fri, May 1, 2020 at 8:41 PM Anup Patel wrote: > > On Fri, May 1, 2020 at 6:01 PM Bin Meng wrote: > > > > From: Bin Meng > > > > To keep sync with other RISC-V machines, change the default bios > > to use .bin instead of the .elf images. > > > > Signed-off-by: Bin Meng > > --- > > > > hw/ris

Re: [PATCH] riscv/spike: Change the default bios to use plain binary image

2020-05-01 Thread Anup Patel
On Fri, May 1, 2020 at 6:01 PM Bin Meng wrote: > > From: Bin Meng > > To keep sync with other RISC-V machines, change the default bios > to use .bin instead of the .elf images. > > Signed-off-by: Bin Meng > --- > > hw/riscv/spike.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >