]> git.proxmox.com Git - mirror_qemu.git/commit
target-sparc: fix up niagara machine
authorArtyom Tarasenko <atar4qemu@gmail.com>
Thu, 29 Sep 2016 12:46:45 +0000 (14:46 +0200)
committerArtyom Tarasenko <atar4qemu@gmail.com>
Wed, 18 Jan 2017 21:03:44 +0000 (22:03 +0100)
commita2664ca0eced57dfc9f261fa1b210f24ddac649d
treeacc3a897b5bfc2c13af578dcf8aceca63dc60ca2
parentfff54d2269de32d09458f86d111eade917137835
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>
MAINTAINERS
default-configs/sparc64-softmmu.mak
hw/sparc64/Makefile.objs
hw/sparc64/niagara.c [new file with mode: 0644]
hw/sparc64/sun4u.c
qemu-doc.texi