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

2024-09-23 Thread Leo Liang
On Sun, Sep 22, 2024 at 01:11:00PM +0300, lek...@at.encryp.ch wrote: > [EXTERNAL MAIL] > > 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. > > Additio

[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 implements NVMe drive

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

2024-09-09 Thread Leo Liang
EXTERNAL MAIL] > > From da876ced5ff607a4f21e30ab26fb1a972af56570 Mon Sep 17 00:00:00 2001 > From: LekKit <50500857+lek...@users.noreply.github.com> > Date: Wed, 17 Jul 2024 20:31:21 +0300 > Subject: [PATCH 1/3] riscv: qemu: Enable booting from NVMe > > QEMU supports NVMe dev

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

2024-07-17 Thread Eva Kurchatova
>From e6087bb6d1f25e8a5fddd4255fc07a957312b406 Mon Sep 17 00:00:00 2001 From: LekKit <50500857+lek...@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:41:41 +0300 Subject: [PATCH 3/3] riscv: qemu: Explicitly advertise RVVM support This patch series enables full RVVM virtual machine support whic

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

2024-07-17 Thread Eva Kurchatova
>From 2f016333edcf18f520970c5ef02fcaa8d2b1b8f0 Mon Sep 17 00:00:00 2001 From: LekKit <50500857+lek...@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:39:09 +0300 Subject: [PATCH 2/3] riscv: qemu: Enable EFI framebuffer Enable framebuffer for better virtual machine integration. Some guests need

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

2024-07-17 Thread Eva Kurchatova
>From da876ced5ff607a4f21e30ab26fb1a972af56570 Mon Sep 17 00:00:00 2001 From: LekKit <50500857+lek...@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:31:21 +0300 Subject: [PATCH 1/3] riscv: qemu: Enable booting from NVMe QEMU supports NVMe devices, but U-Boot only tries to boot fr