Browse Source

machine: qemuriscv32: Add the Xvisor platform

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Alistair Francis 5 years ago
parent
commit
f71a0efe94
1 changed files with 2 additions and 0 deletions
  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"