Re: [PATCH v2 7/7] riscv/virt: Jump to pflash if specified

2019-09-27 Thread Bin Meng
On Fri, Sep 27, 2019 at 8:57 AM Alistair Francis wrote: > > If the user supplied pflash to QEMU then change the reset code to jump > to the pflash base address instead of the DRAM base address. > > Signed-off-by: Alistair Francis > Reviewed-by: Bin Meng > Reviewed-by: Philippe Mathieu-Daudé >

[PATCH v2 7/7] riscv/virt: Jump to pflash if specified

2019-09-26 Thread Alistair Francis
If the user supplied pflash to QEMU then change the reset code to jump to the pflash base address instead of the DRAM base address. Signed-off-by: Alistair Francis Reviewed-by: Bin Meng Reviewed-by: Philippe Mathieu-Daudé --- hw/riscv/virt.c | 11 ++- 1 file changed, 10 insertions(+),