mbox series

[v2,0/2] Nios II generic board config and semihosting support

Message ID cover.1526669368.git.julian@codesourcery.com
Headers show
Series Nios II generic board config and semihosting support | expand

Message

Julian Brown May 18, 2018, 6:57 p.m. UTC
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

Comments

Marek Vasut May 18, 2018, 7:08 p.m. UTC | #1
On 05/18/2018 08:57 PM, Julian Brown wrote:
> 
> 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?

Same problem as with v2, git format-patch + git send-email please.
Marek Vasut May 18, 2018, 7:08 p.m. UTC | #2
On 05/18/2018 08:57 PM, Julian Brown wrote:
> 
> 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?

Same problem as with v1, git format-patch + git send-email please.