From f71a0efe941b62177dd7eb376b0cd69e76ba9e2f Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 10 Apr 2019 09:57:51 -0700 Subject: [PATCH] machine: qemuriscv32: Add the Xvisor platform Signed-off-by: Alistair Francis --- conf/machine/qemuriscv32.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/qemuriscv32.conf b/conf/machine/qemuriscv32.conf index 23ede1c..1413775 100644 --- a/conf/machine/qemuriscv32.conf +++ b/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"