From: LekKit <50500857+lek...@users.noreply.github.com>
This patch series enables full RVVM virtual machine support which was
earlier inconveniently provided as out-of-tree patchset.
This should be cleaner than a separate board config, since both
emulators provide similar feature set.
---
From: LekKit <50500857+lek...@users.noreply.github.com>
Enable framebuffer for better virtual machine integration.
Some guests need EFI FB to work properly.
---
board/emulation/qemu-riscv/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/board/emulation/qemu-riscv/Kconfig
b
From: LekKit <50500857+lek...@users.noreply.github.com>
QEMU supports NVMe devices, but U-Boot only tries to boot from Virtio.
This is problematic when explicitly using NVMe, so fix that.
Additionally, RVVM virtual machine is almost fully compatible with QEMU,
except it only implement
From: LekKit <50500857+lek...@users.noreply.github.com>
---
drivers/video/simplefb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/simplefb.c b/drivers/video/simplefb.c
index 33bb78bc..f497bb1b 100644
--- a/drivers/video/simplefb.c
+++ b/drivers
4 matches
Mail list logo