mbox series

[v3,0/2] hw/riscv: Add fw_cfg support, allow ramfb

Message ID 20210228111657.23240-1-ashe@kivikakk.ee
Headers show
Series hw/riscv: Add fw_cfg support, allow ramfb | expand

Message

Asherah Connor Feb. 28, 2021, 11:16 a.m. UTC
This is version 3 of the series to bring fw_cfg support to riscv's virt
machine, including ramfb support.  It is tested as working against a
modified U-Boot with ramfb support.


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).
* Add ramfb as allowed on riscv virt machine class.

Asherah Connor (2):
  hw/riscv: Add fw_cfg support to virt
  hw/riscv: allow ramfb on virt

 hw/riscv/Kconfig        |  1 +
 hw/riscv/virt.c         | 33 +++++++++++++++++++++++++++++++++
 include/hw/riscv/virt.h |  2 ++
 3 files changed, 36 insertions(+)

Comments

Alistair Francis March 3, 2021, 10:50 p.m. UTC | #1
On Sun, Feb 28, 2021 at 6:18 AM Asherah Connor <ashe@kivikakk.ee> wrote:
>
> This is version 3 of the series to bring fw_cfg support to riscv's virt
> machine, including ramfb support.  It is tested as working against a
> modified U-Boot with ramfb support.

Thanks!

Applied to riscv-to-apply.next

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).
> * Add ramfb as allowed on riscv virt machine class.
>
> Asherah Connor (2):
>   hw/riscv: Add fw_cfg support to virt
>   hw/riscv: allow ramfb on virt
>
>  hw/riscv/Kconfig        |  1 +
>  hw/riscv/virt.c         | 33 +++++++++++++++++++++++++++++++++
>  include/hw/riscv/virt.h |  2 ++
>  3 files changed, 36 insertions(+)
>
> --
> 2.20.1
>
>