Andrew Geissler | 95ac1b8 | 2021-03-31 14:34:31 -0500 | [diff] [blame] | 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 | EXTRA_IMAGEDEPENDS += "u-boot" | ||||
15 | UBOOT_MACHINE = "qemu-riscv32_smode_defconfig" | ||||
16 | UBOOT_ELF = "u-boot" |