mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
machine: Initial commit of qemuriscv32
(From OE-Core rev: 5610a5b4ef7e95bf208821309ada70eeae47c4f8) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5ba6661a78
commit
4b02e98f87
@@ -0,0 +1,17 @@
|
|||||||
|
#@TYPE: Machine
|
||||||
|
#@NAME: generic riscv32 machine
|
||||||
|
#@DESCRIPTION: Machine configuration for running a generic riscv32
|
||||||
|
|
||||||
|
require conf/machine/include/riscv/qemuriscv.inc
|
||||||
|
|
||||||
|
DEFAULTTUNE = "riscv32"
|
||||||
|
|
||||||
|
PREFERRED_VERSION_openocd-native = "riscv"
|
||||||
|
PREFERRED_VERSION_openocd = "riscv"
|
||||||
|
|
||||||
|
XVISOR_PLAT = "riscv/virt32"
|
||||||
|
|
||||||
|
# u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules"
|
||||||
|
# EXTRA_IMAGEDEPENDS += "u-boot"
|
||||||
|
# UBOOT_MACHINE = "qemu-riscv32_smode_defconfig"
|
||||||
|
# UBOOT_ELF = "u-boot"
|
||||||
Reference in New Issue
Block a user