diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2021-03-09 08:10:05 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-11 14:00:36 +0000 |
commit | 4b02e98f87b437a5f028cdcb1eceefbf53cbca52 (patch) | |
tree | 7c1181536c1a860c8eced6c8f63dd936c33a7d12 /meta/conf/machine/qemuriscv32.conf | |
parent | 5ba6661a78a3b074332c321277487baae3622cf7 (diff) | |
download | poky-4b02e98f87b437a5f028cdcb1eceefbf53cbca52.tar.gz |
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>
Diffstat (limited to 'meta/conf/machine/qemuriscv32.conf')
-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" | ||