[Qemu-devel] [PATCH v4 0/2] Nios II generic board config and semihosting

Julian Brown posted 2 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1534121196.git.julian@codesourcery.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
There is a newer version of this series
hw/nios2/Makefile.objs     |   2 +-
hw/nios2/boot.c            |   5 +-
hw/nios2/generic_nommu.c   | 128 +++++++++++++
qemu-options.hx            |   8 +-
target/nios2/Makefile.objs |   2 +-
target/nios2/cpu.h         |   4 +-
target/nios2/helper.c      |  11 ++
target/nios2/nios2-semi.c  | 446 +++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 598 insertions(+), 8 deletions(-)
create mode 100644 hw/nios2/generic_nommu.c
create mode 100644 target/nios2/nios2-semi.c
[Qemu-devel] [PATCH v4 0/2] Nios II generic board config and semihosting
Posted by Julian Brown 7 years, 2 months ago
This is the fourth version of the patch series previously posted here:

http://lists.nongnu.org/archive/html/qemu-devel/2018-05/msg04571.html

The contents of the patches are largely the same apart from some linting
from the checkpatch.pl script. I've also rebased and re-tested with
Sandra's new libgloss bits as mentioned in:

http://lists.nongnu.org/archive/html/qemu-devel/2018-08/msg00358.html

Thanks,

Julian

Julian Brown (2):
  Add generic Nios II board.
  Add Nios II semihosting support.

 hw/nios2/Makefile.objs     |   2 +-
 hw/nios2/boot.c            |   5 +-
 hw/nios2/generic_nommu.c   | 128 +++++++++++++
 qemu-options.hx            |   8 +-
 target/nios2/Makefile.objs |   2 +-
 target/nios2/cpu.h         |   4 +-
 target/nios2/helper.c      |  11 ++
 target/nios2/nios2-semi.c  | 446 +++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 598 insertions(+), 8 deletions(-)
 create mode 100644 hw/nios2/generic_nommu.c
 create mode 100644 target/nios2/nios2-semi.c

-- 
2.8.1