summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuriscv32.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/qemuriscv32.conf')
-rw-r--r--meta/conf/machine/qemuriscv32.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuriscv32.conf b/meta/conf/machine/qemuriscv32.conf
new file mode 100644
index 0000000000..d3858dc051
--- /dev/null
+++ b/meta/conf/machine/qemuriscv32.conf
@@ -0,0 +1,16 @@
1#@TYPE: Machine
2#@NAME: generic riscv32 machine
3#@DESCRIPTION: Machine configuration for running a generic riscv32
4
5require conf/machine/include/riscv/qemuriscv.inc
6
7DEFAULTTUNE = "riscv32"
8
9PREFERRED_VERSION_openocd-native = "riscv"
10PREFERRED_VERSION_openocd = "riscv"
11
12XVISOR_PLAT = "riscv/virt32"
13
14EXTRA_IMAGEDEPENDS += "u-boot"
15UBOOT_MACHINE = "qemu-riscv32_smode_defconfig"
16UBOOT_ELF = "u-boot"