On Fri, Sep 27, 2019 at 8:51 AM Alistair Francis <alistair.fran...@wdc.com> wrote: > > The HiFive Unleashed uses is25wp256 SPI NOR flash. There is currently no > model of this in QEMU, so to allow boot firmware developers to use QEMU > to target the Unleashed let's add a chunk of memory to represent the QSPI0 > memory mapped flash. This can be targeted using QEMU's -device loader > command line option. > > In the future we can look at adding a model for the is25wp256 flash. > > Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> > --- > hw/riscv/sifive_u.c | 8 ++++++++ > include/hw/riscv/sifive_u.h | 1 + > 2 files changed, 9 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>