]> Git Repo - qemu.git/commit - default-configs/riscv32-softmmu.mak
RISC-V Build Infrastructure
authorMichael Clark <[email protected]>
Fri, 2 Mar 2018 12:32:59 +0000 (01:32 +1300)
committerMichael Clark <[email protected]>
Tue, 6 Mar 2018 19:30:28 +0000 (08:30 +1300)
commit25fa194b7b11901561532e435beb83d046899f7a
tree361c143f38183b884bcac16e30d69791c3c40492
parenta7240d1e4aac4cd4542d68f3cc722939550da6af
RISC-V Build Infrastructure

This adds RISC-V into the build system enabling the following targets:

- riscv32-softmmu
- riscv64-softmmu
- riscv32-linux-user
- riscv64-linux-user

This adds defaults configs for RISC-V, enables the build for the RISC-V
CPU core, hardware, and Linux User Emulation. The 'qemu-binfmt-conf.sh'
script is updated to add the RISC-V ELF magic.

Expected checkpatch errors for consistency reasons:

ERROR: line over 90 characters
FILE: scripts/qemu-binfmt-conf.sh

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Sagar Karandikar <[email protected]>
Signed-off-by: Michael Clark <[email protected]>
12 files changed:
arch_init.c
configure
cpus.c
default-configs/riscv32-linux-user.mak [new file with mode: 0644]
default-configs/riscv32-softmmu.mak [new file with mode: 0644]
default-configs/riscv64-linux-user.mak [new file with mode: 0644]
default-configs/riscv64-softmmu.mak [new file with mode: 0644]
hw/riscv/Makefile.objs [new file with mode: 0644]
include/sysemu/arch_init.h
qapi/misc.json
scripts/qemu-binfmt-conf.sh
target/riscv/Makefile.objs [new file with mode: 0644]
This page took 0.025149 seconds and 4 git commands to generate.