[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] hw/riscv: Add fw_cfg support, allow ramfb
From: |
Asherah Connor |
Subject: |
[PATCH v2 0/2] hw/riscv: Add fw_cfg support, allow ramfb |
Date: |
Fri, 26 Feb 2021 14:54:45 +1100 |
Here's version two of the series to bring fw_cfg support to riscv's virt
machine. We add support for the DMA interface, as this is needed for
writes.
The ultimate goal is to add ramfb support, in the second patch. It
works well!
Changes in v2:
* Add DMA interface support.
* 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 | 30 ++++++++++++++++++++++++++++++
include/hw/riscv/virt.h | 4 +++-
3 files changed, 34 insertions(+), 1 deletion(-)
--
2.24.3 (Apple Git-128)