Quellcode durchsuchen

machine: qemuriscv32: Add the Xvisor platform

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Alistair Francis vor 5 Jahren
Ursprung
Commit
f71a0efe94
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      conf/machine/qemuriscv32.conf

+ 2 - 0
conf/machine/qemuriscv32.conf

@@ -9,6 +9,8 @@ DEFAULTTUNE = "riscv32"
 PREFERRED_VERSION_openocd-native = "riscv"
 PREFERRED_VERSION_openocd = "riscv"
 
+XVISOR_PLAT = "riscv/virt32"
+
 # u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules"
 # EXTRA_IMAGEDEPENDS += "u-boot"
 # UBOOT_MACHINE = "qemu-riscv32_smode_defconfig"