diff options
author | Artyom Tarasenko | 2016-09-29 14:46:45 +0200 |
---|---|---|
committer | Artyom Tarasenko | 2017-01-18 22:03:44 +0100 |
commit | a2664ca0eced57dfc9f261fa1b210f24ddac649d (patch) | |
tree | acc3a897b5bfc2c13af578dcf8aceca63dc60ca2 /MAINTAINERS | |
parent | target-sparc: move common cpu initialisation routines to sparc64.c (diff) | |
download | qemu-a2664ca0eced57dfc9f261fa1b210f24ddac649d.tar.gz qemu-a2664ca0eced57dfc9f261fa1b210f24ddac649d.tar.xz qemu-a2664ca0eced57dfc9f261fa1b210f24ddac649d.zip |
target-sparc: fix up niagara machine
Remove the Niagara stub implementation from sun4u.c and add a machine,
compatible with Legion simulator from the OpenSPARC T1 project.
The machine uses the firmware supplied with the OpenSPARC T1 project,
http://download.oracle.com/technetwork/systems/opensparc/OpenSPARCT1_Arch.1.5.tar.bz2
in the directory S10image/, and is able to boot the supplied Solaris 10 image.
Note that for compatibility with the naming conventions for SPARC machines
the new machine name is lowercase niagara.
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 54588e526b..b5ebfab4c3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -725,6 +725,13 @@ S: Maintained F: hw/sparc64/sun4u.c F: pc-bios/openbios-sparc64 +Sun4v +M: Artyom Tarasenko <atar4qemu@gmail.com> +S: Maintained +F: hw/sparc64/sun4v.c +F: hw/timer/sun4v-rtc.c +F: include/hw/timer/sun4v-rtc.h + Leon3 M: Fabien Chouteau <chouteau@adacore.com> S: Maintained @@ -1098,12 +1105,6 @@ F: hw/nvram/chrp_nvram.c F: include/hw/nvram/chrp_nvram.h F: tests/prom-env-test.c -sun4v RTC -M: Artyom Tarasenko <atar4qemu@gmail.com> -S: Maintained -F: hw/timer/sun4v-rtc.c -F: include/hw/timer/sun4v-rtc.h - Subsystems ---------- Audio |