]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: qemu: Explicitly advertise RVVM support
authorLekKit <50500857+LekKit@users.noreply.github.com>
Sun, 22 Sep 2024 10:11:02 +0000 (13:11 +0300)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 28 Oct 2024 08:11:33 +0000 (16:11 +0800)
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.
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/Kconfig

index fa371027d459bb1df642004d6227cb756a99176f..f4384d154948b358e5e2b9e0316ab9e538621ca0 100644 (file)
@@ -21,7 +21,7 @@ config TARGET_OPENPITON_RISCV64
        bool "Support RISC-V cores on OpenPiton SoC"
 
 config TARGET_QEMU_VIRT
-       bool "Support QEMU Virt Board"
+       bool "Support QEMU Virt & RVVM Boards"
        select BOARD_LATE_INIT
 
 config TARGET_SIFIVE_UNLEASHED