On Fri, Sep 27, 2019 at 8:57 AM Alistair Francis <alistair.fran...@wdc.com> wrote: > > Add the CFI01 PFlash to the RISC-V virt board. This is the same PFlash > from the ARM Virt board and the implementation is based on the ARM Virt > board. This allows users to specify flash files from the command line. > > Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> > --- > hw/riscv/Kconfig | 1 + > hw/riscv/virt.c | 86 +++++++++++++++++++++++++++++++++++++++++ > include/hw/riscv/virt.h | 3 ++ > 3 files changed, 90 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com> Tested-by: Bin Meng <bmeng...@gmail.com>