From: Julian Brown <julian@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: Sandra Loosemore <sandra@codesourcery.com>,
Marek Vasut <marex@denx.de>, Chris Wulff <crwulff@gmail.com>,
Andrew Jenner <Andrew_Jenner@mentor.com>
Subject: [Qemu-devel] [PATCH v2 0/2] Nios II generic board config and semihosting support
Date: Fri, 18 May 2018 11:57:21 -0700 [thread overview]
Message-ID: <cover.1526669368.git.julian@codesourcery.com> (raw)
This is a second attempt at sending this patch series:
http://lists.gnu.org/archive/html/qemu-devel/2018-05/msg04259.html
with some git format-patch/send-email hiccups ironed out
(hopefully). The patch contents are unchanged.
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
--
1.9.1
next reply other threads:[~2018-05-18 18:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-18 18:57 Julian Brown [this message]
2018-05-18 18:57 ` [Qemu-devel] [PATCH v2 1/2] Add generic Nios II board Julian Brown
2018-05-18 18:57 ` [Qemu-devel] [PATCH v2 2/2] Add Nios II semihosting support Julian Brown
2018-05-18 19:08 ` [Qemu-devel] [PATCH v2 0/2] Nios II generic board config and " Marek Vasut
2018-05-18 19:08 ` Marek Vasut
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=cover.1526669368.git.julian@codesourcery.com \
--to=julian@codesourcery.com \
--cc=Andrew_Jenner@mentor.com \
--cc=crwulff@gmail.com \
--cc=marex@denx.de \
--cc=qemu-devel@nongnu.org \
--cc=sandra@codesourcery.com \
/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 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.