qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/2] Add Nios II semihosting support.


From: Julian Brown
Subject: [Qemu-devel] [PATCH 2/2] Add Nios II semihosting support.
Date: Thu, 17 May 2018 15:38:50 -0700

This patch (by Sandra Loosemore, mildly rebased) adds support for
semihosting for Nios II bare-metal emulation.

Signed-off-by: Julian Brown <address@hidden>
---
 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 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 448 insertions(+), 6 deletions(-)
 create mode 100644 target/nios2/nios2-semi.c

Attachment: 0002-Add-Nios-II-semihosting-support.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]