All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/2] Nios II generic board config and semihosting
@ 2019-02-13  3:45 Sandra Loosemore
  2019-02-13  3:45 ` [Qemu-devel] [PATCH v5 1/2] Add generic Nios II board Sandra Loosemore
  2019-02-13  3:46 ` [Qemu-devel] [PATCH v5 2/2] Add Nios II semihosting support Sandra Loosemore
  0 siblings, 2 replies; 11+ messages in thread
From: Sandra Loosemore @ 2019-02-13  3:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: marex

This is the fifth version of the patch series last posted here:

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

Since the previous version, I've updated the copyrights on the new
files, refreshed the patches against current trunk, and fixed bugs in
the implementations of lseek() and gettimeofday().

The original version of these patches was rejected because there was
no corresponding open-source BSP or I/O library support, making it
difficult to test the code.  I contributed those pieces to libgloss
last summer (commit fddc74d12bf7f765c04c3182a7237ecf23893d27), so that
should no longer be a blocking issue.

Sandra Loosemore (2):
  Add generic Nios II board.
  Add Nios II semihosting support.

 default-configs/nios2-softmmu.mak |   1 +
 hw/nios2/Makefile.objs            |   1 +
 hw/nios2/boot.c                   |   5 +-
 hw/nios2/generic_nommu.c          | 130 +++++++++++
 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 ++++++++++++++++++++++++++++++++++++++
 9 files changed, 601 insertions(+), 7 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] 11+ messages in thread

end of thread, other threads:[~2019-03-09 14:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13  3:45 [Qemu-devel] [PATCH v5 0/2] Nios II generic board config and semihosting Sandra Loosemore
2019-02-13  3:45 ` [Qemu-devel] [PATCH v5 1/2] Add generic Nios II board Sandra Loosemore
2019-03-07 14:57   ` Peter Maydell
2019-03-08 23:51     ` Sandra Loosemore
2019-03-09 14:27       ` Peter Maydell
2019-02-13  3:46 ` [Qemu-devel] [PATCH v5 2/2] Add Nios II semihosting support Sandra Loosemore
2019-03-07 14:58   ` Peter Maydell
2019-03-08  3:13     ` Sandra Loosemore
2019-03-08 16:04       ` Peter Maydell
2019-03-08 17:01         ` Sandra Loosemore
2019-03-08 18:21           ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.