[PATCH 3/3] riscv: qemu: Explicitly advertise RVVM support

2024-09-22 Thread lekkit
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. ---

[PATCH 2/3] riscv: qemu: Enable EFI framebuffer

2024-09-22 Thread lekkit
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

[PATCH 1/3] riscv: qemu: Enable booting from NVMe

2024-09-22 Thread lekkit
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

[PATCH] video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n

2024-09-26 Thread lekkit
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