On Sun, Feb 28, 2021 at 6:45 AM Bin Meng <[email protected]> wrote: > > On Sun, Feb 28, 2021 at 7:17 PM Asherah Connor <[email protected]> wrote: > > > > Provides fw_cfg for the virt machine on riscv. This enables > > using e.g. ramfb later. > > > > Signed-off-by: Asherah Connor <[email protected]>
Reviewed-by: Alistair Francis <[email protected]> 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 <[email protected]> >
