[platform][riscv-virt] added support for QEMU's riscv 'virt' machine

The virt machine is a generic target, much like the arm virt machine.
Intended to be simple to use and a good target to run large systems like
linux on. At the moment simply support booting and simple uart and timer
support.
This commit is contained in:
Travis Geiselbrecht
2019-03-30 21:31:47 -07:00
parent dbe86c89be
commit ae5200595c
18 changed files with 536 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
# main project for qemu-riscv32
MODULES += \
app/shell
SUBARCH := 32
include project/virtual/test.mk
include project/virtual/fs.mk
include project/virtual/minip.mk
include project/target/qemu-virt-riscv.mk

View File

@@ -0,0 +1,2 @@
TARGET := qemu-virt-riscv