On Sun, Feb 28, 2021 at 6:45 AM Bin Meng <bmeng...@gmail.com> wrote: > > On Sun, Feb 28, 2021 at 7:17 PM Asherah Connor <a...@kivikakk.ee> wrote: > > > > Provides fw_cfg for the virt machine on riscv. This enables > > using e.g. ramfb later. > > > > Signed-off-by: Asherah Connor <a...@kivikakk.ee>
Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > > --- > > > > Changes in v3: > > * Document why fw_cfg is done when it is. > > * Move VIRT_FW_CFG before VIRT_FLASH. > > > > Changes in v2: > > * Add DMA support (needed for writes). > > > > hw/riscv/Kconfig | 1 + > > hw/riscv/virt.c | 30 ++++++++++++++++++++++++++++++ > > include/hw/riscv/virt.h | 2 ++ > > 3 files changed, 33 insertions(+) > > > > Reviewed-by: Bin Meng <bmeng...@gmail.com> >