Re: [PATCH 3/5] riscv: Use pre-built bios image of generic platform for virt & sifive_u

2020-05-04 Thread Alistair Francis
On Fri, May 1, 2020 at 8:56 AM Bin Meng wrote: > > From: Bin Meng > > Update virt and sifive_u machines to use the opensbi bios image > built for the generic FDT platform. > > Remove the out-of-date no longer used bios images. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis

Re: [PATCH 3/5] riscv: Use pre-built bios image of generic platform for virt & sifive_u

2020-05-02 Thread Anup Patel
On Fri, May 1, 2020 at 9:26 PM Bin Meng wrote: > > From: Bin Meng > > Update virt and sifive_u machines to use the opensbi bios image > built for the generic FDT platform. > > Remove the out-of-date no longer used bios images. > > Signed-off-by: Bin Meng > --- > > hw/riscv/sifive_u.c

[PATCH 3/5] riscv: Use pre-built bios image of generic platform for virt & sifive_u

2020-05-01 Thread Bin Meng
From: Bin Meng Update virt and sifive_u machines to use the opensbi bios image built for the generic FDT platform. Remove the out-of-date no longer used bios images. Signed-off-by: Bin Meng --- hw/riscv/sifive_u.c | 4 ++-- hw/riscv/virt.c