qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Nios II generic board config and semihosting support
@ 2018-05-17 22:38 Julian Brown
  2018-05-17 22:38 ` [Qemu-devel] [PATCH 1/2] Add generic Nios II board Julian Brown
  2018-05-17 22:38 ` [Qemu-devel] [PATCH 2/2] Add Nios II semihosting support Julian Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Julian Brown @ 2018-05-17 22:38 UTC (permalink / raw)
  To: qemu-devel


These patches add support for a generic MMU-less Nios II board and
add semihosting support for Nios II, the latter based on the m68k
semihosting implementation.  These are useful for testing "bare metal"
Nios II toolchains, given appropriate startup code.  I've tested our
internal builds successfully with these patches.

OK, or any comments?

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  | 429 +++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 581 insertions(+), 8 deletions(-)
 create mode 100644 hw/nios2/generic_nommu.c
 create mode 100644 target/nios2/nios2-semi.c

-- 
2.8.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-18 15:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-17 22:38 [Qemu-devel] [PATCH 0/2] Nios II generic board config and semihosting support Julian Brown
2018-05-17 22:38 ` [Qemu-devel] [PATCH 1/2] Add generic Nios II board Julian Brown
2018-05-18 15:50   ` Philippe Mathieu-Daudé
2018-05-17 22:38 ` [Qemu-devel] [PATCH 2/2] Add Nios II semihosting support Julian Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).