diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-06-18 17:55:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-19 22:13:39 +0100 |
commit | aad42285930da69b316b305acfa164cffd1504c4 (patch) | |
tree | 16ea683efbd046caff79dd90feab36c766b8ce06 /meta/conf/machine/qemuriscv64.conf | |
parent | ef82d0230e2286a22500aeb544277bef4c9dca15 (diff) | |
download | poky-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.conf | 11 |
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 | |||
5 | require conf/machine/include/riscv/qemuriscv.inc | ||
6 | |||
7 | QB_OPT_APPEND = "-show-cursor -monitor null -device loader,file=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE},addr=0x80200000" | ||
8 | |||
9 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
10 | UBOOT_MACHINE = "qemu-riscv64_defconfig" | ||
11 | UBOOT_ELF = "u-boot" | ||