Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 1 | #@TYPE: Machine |
2 | #@NAME: generic loongarch64 machine | ||||
3 | #@DESCRIPTION: Machine configuration for running a generic loongarch64 | ||||
4 | |||||
5 | require conf/machine/include/loongarch/qemuloongarch.inc | ||||
6 | |||||
7 | XVISOR_PLAT = "loongarch/virt64" | ||||
8 | |||||
9 | EXTRA_IMAGEDEPENDS += "u-boot" | ||||
10 | UBOOT_MACHINE = "qemu-loongarch64_smode_defconfig" | ||||
11 | UBOOT_ELF = "u-boot" |