summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuriscv64.conf
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2019-06-18 17:55:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-19 22:13:39 +0100
commitaad42285930da69b316b305acfa164cffd1504c4 (patch)
tree16ea683efbd046caff79dd90feab36c766b8ce06 /meta/conf/machine/qemuriscv64.conf
parentef82d0230e2286a22500aeb544277bef4c9dca15 (diff)
downloadpoky-aad42285930da69b316b305acfa164cffd1504c4.tar.gz
qemuriscv64: Add the QEMU RISC-V 64-bit machine
The include is split ready to add the 32-bit RISC-V machine as soon as glibc supports 32-bit RISC-V. This is based on the work in the meta-riscv layer, thanks to Khem for starting this. (From OE-Core rev: 11b6020dff4550fc3a42e04bc1e86baf37942c62) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemuriscv64.conf')
-rw-r--r--meta/conf/machine/qemuriscv64.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuriscv64.conf b/meta/conf/machine/qemuriscv64.conf
new file mode 100644
index 0000000000..f1be7b8a71
--- /dev/null
+++ b/meta/conf/machine/qemuriscv64.conf
@@ -0,0 +1,11 @@
1#@TYPE: Machine
2#@NAME: generic riscv64 machine
3#@DESCRIPTION: Machine configuration for running a generic riscv64
4
5require conf/machine/include/riscv/qemuriscv.inc
6
7QB_OPT_APPEND = "-show-cursor -monitor null -device loader,file=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE},addr=0x80200000"
8
9EXTRA_IMAGEDEPENDS += "u-boot"
10UBOOT_MACHINE = "qemu-riscv64_defconfig"
11UBOOT_ELF = "u-boot"