qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Sandra Loosemore <sandra@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: crwulff@gmail.com, marex@denx.de, peter.maydell@linaro.org
Subject: [Qemu-devel] [PATCH v7 0/2] Nios II generic board config and semihosting
Date: Wed, 3 Apr 2019 13:53:03 -0600	[thread overview]
Message-ID: <1554321185-2825-1-git-send-email-sandra@codesourcery.com> (raw)

This is the seventh version of the patch series last posted here:
http://lists.nongnu.org/archive/html/qemu-devel/2019-03/msg06255.html

Changes since v6:
- Fixed block comment formatting for QEMU style.
- Fixed fixme for interrupt handler (now added to libgloss BSP).
- Added link to libgloss semihosting documentation.

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

 default-configs/nios2-softmmu.mak |   1 +
 hw/nios2/Kconfig                  |   4 +
 hw/nios2/Makefile.objs            |   1 +
 hw/nios2/boot.c                   |  18 +-
 hw/nios2/generic_nommu.c          | 105 +++++++++
 qemu-options.hx                   |   8 +-
 target/nios2/Makefile.objs        |   2 +-
 target/nios2/cpu.h                |   4 +-
 target/nios2/helper.c             |  13 ++
 target/nios2/nios2-semi.c         | 455 ++++++++++++++++++++++++++++++++++++++
 10 files changed, 599 insertions(+), 12 deletions(-)
 create mode 100644 hw/nios2/generic_nommu.c
 create mode 100644 target/nios2/nios2-semi.c

-- 
2.8.1

             reply	other threads:[~2019-04-03 19:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03 19:53 Sandra Loosemore [this message]
2019-04-03 19:53 ` [Qemu-devel] [PATCH v7 1/2] Add generic Nios II board Sandra Loosemore
2019-04-29 12:38   ` Peter Maydell
2019-04-29 12:38     ` Peter Maydell
2019-04-03 19:53 ` [Qemu-devel] [PATCH v7 2/2] Add Nios II semihosting support Sandra Loosemore
2019-04-04  5:59   ` Peter Maydell
2019-04-04  6:44     ` Sandra Loosemore
2019-04-04  7:00       ` Peter Maydell
2019-04-04  7:13         ` Sandra Loosemore
2019-04-04  7:18           ` Peter Maydell
2019-04-29 15:55 ` [Qemu-devel] [PATCH v7 0/2] Nios II generic board config and semihosting Peter Maydell
2019-04-29 15:55   ` Peter Maydell
2019-04-29 16:02   ` Sandra Loosemore
2019-04-29 16:02     ` Sandra Loosemore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1554321185-2825-1-git-send-email-sandra@codesourcery.com \
    --to=sandra@codesourcery.com \
    --cc=crwulff@gmail.com \
    --cc=marex@denx.de \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).