commit | 80b38c84bfb8762aba97323ebbc44640c60017f3 | [log] [tgz] |
---|---|---|
author | LekKit <50500857+LekKit@users.noreply.github.com> | Sun Sep 22 13:11:00 2024 +0300 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Mon Oct 28 16:11:33 2024 +0800 |
tree | f76d6fc8b723fab9861e98df88360522a1a54e68 | |
parent | d5761ca95306fd66fc11b3751ce08c6894046d05 [diff] |
riscv: qemu: Enable booting from NVMe 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 drives instead of VirtIO. Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>