Initial support for SS-2 (Sun4c)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3870 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2007-12-28 20:59:23 +00:00
parent 7d85892b9b
commit ee76f82edb
7 changed files with 438 additions and 8 deletions

View file

@ -74,7 +74,7 @@ For system emulation, the following hardware targets are supported:
@item PREP (PowerPC processor)
@item G3 BW PowerMac (PowerPC processor)
@item Mac99 PowerMac (PowerPC processor, in progress)
@item Sun4m/Sun4d (32-bit Sparc processor)
@item Sun4m/Sun4c/Sun4d (32-bit Sparc processor)
@item Sun4u (64-bit Sparc processor, in progress)
@item Malta board (32-bit and 64-bit MIPS processors)
@item ARM Integrator/CP (ARM)
@ -2026,10 +2026,11 @@ More information is available at
@section Sparc32 System emulator
Use the executable @file{qemu-system-sparc} to simulate a SPARCstation
5, SPARCstation 10, SPARCstation 20, SPARCserver 600MP (sun4m architecture),
SPARCserver 1000, or SPARCcenter 2000 (sun4d architecture). The
emulation is somewhat complete. SMP up to 16 CPUs is supported, but
Linux limits the number of usable CPUs to 4.
5, SPARCstation 10, SPARCstation 20, SPARCserver 600MP (sun4m
architecture), SPARCstation 2 (sun4c architecture), SPARCserver 1000,
or SPARCcenter 2000 (sun4d architecture). The emulation is somewhat
complete. SMP up to 16 CPUs is supported, but Linux limits the number
of usable CPUs to 4.
QEMU emulates the following sun4m/sun4d peripherals:
@ -2086,7 +2087,7 @@ qemu-system-sparc -prom-env 'auto-boot?=false' \
-prom-env 'boot-device=sd(0,2,0):d' -prom-env 'boot-args=linux single'
@end example
@item -M [SS-5|SS-10|SS-20|SS-600MP|SS-1000|SS-2000]
@item -M [SS-5|SS-10|SS-20|SS-600MP|SS-2|SS-1000|SS-2000]
Set the emulated machine type. Default is SS-5.