Brad Bishop | f3fd288 | 2019-06-21 08:06:37 -0400 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: generic riscv64 machine |
| 3 | #@DESCRIPTION: Machine configuration for running a generic riscv64 |
| 4 | |
| 5 | require conf/machine/include/riscv/qemuriscv.inc |
| 6 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 7 | XVISOR_PLAT = "riscv/virt64" |
| 8 | |
Brad Bishop | f3fd288 | 2019-06-21 08:06:37 -0400 | [diff] [blame] | 9 | EXTRA_IMAGEDEPENDS += "u-boot" |
Brad Bishop | 64c979e | 2019-11-04 13:55:29 -0500 | [diff] [blame] | 10 | UBOOT_MACHINE = "qemu-riscv64_smode_defconfig" |
Brad Bishop | f3fd288 | 2019-06-21 08:06:37 -0400 | [diff] [blame] | 11 | UBOOT_ELF = "u-boot" |