diff options
author | Marek Vasut | 2017-01-18 23:01:46 +0100 |
---|---|---|
committer | Richard Henderson | 2017-01-24 22:10:36 +0100 |
commit | e671711c9a8c1de540f035095e18458bc03968de (patch) | |
tree | b747bd4b33d0e51cfb1cac14299b718aae2abae5 /MAINTAINERS | |
parent | nios2: Add Altera 10M50 GHRD emulation (diff) | |
download | qemu-e671711c9a8c1de540f035095e18458bc03968de.tar.gz qemu-e671711c9a8c1de540f035095e18458bc03968de.tar.xz qemu-e671711c9a8c1de540f035095e18458bc03968de.zip |
nios2: Add support for Nios-II R1
Add remaining bits of the Altera NiosII R1 support into qemu, which
is documentation, MAINTAINERS file entry, configure bits, arch_init
and configuration files for both linux-user (userland binaries) and
softmmu (hardware emulation).
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chris Wulff <crwulff@gmail.com>
Cc: Jeff Da Silva <jdasilva@altera.com>
Cc: Ley Foon Tan <lftan@altera.com>
Cc: Sandra Loosemore <sandra@codesourcery.com>
Cc: Yves Vandervennet <yvanderv@altera.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Message-Id: <20170118220146.489-8-marex@denx.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6a3df66778..efc85e506b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -187,6 +187,14 @@ F: disas/moxie.c F: hw/moxie/ F: default-configs/moxie-softmmu.mak +NiosII +M: Chris Wulff <crwulff@gmail.com> +M: Marek Vasut <marex@denx.de> +S: Maintained +F: target/nios2/ +F: hw/nios2/ +F: disas/nios2.c + OpenRISC M: Jia Liu <proljc@gmail.com> S: Maintained |