diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/conf/machine/qemuriscv32.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuriscv32.conf b/meta/conf/machine/qemuriscv32.conf new file mode 100644 index 0000000000..1413775ad6 --- /dev/null +++ b/meta/conf/machine/qemuriscv32.conf | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: generic riscv32 machine | ||
| 3 | #@DESCRIPTION: Machine configuration for running a generic riscv32 | ||
| 4 | |||
| 5 | require conf/machine/include/riscv/qemuriscv.inc | ||
| 6 | |||
| 7 | DEFAULTTUNE = "riscv32" | ||
| 8 | |||
| 9 | PREFERRED_VERSION_openocd-native = "riscv" | ||
| 10 | PREFERRED_VERSION_openocd = "riscv" | ||
| 11 | |||
| 12 | XVISOR_PLAT = "riscv/virt32" | ||
| 13 | |||
| 14 | # u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules" | ||
| 15 | # EXTRA_IMAGEDEPENDS += "u-boot" | ||
| 16 | # UBOOT_MACHINE = "qemu-riscv32_smode_defconfig" | ||
| 17 | # UBOOT_ELF = "u-boot" | ||
