Commit 88cb0a02b78415429ac354d5880ab2b08321c22b

Authored by aurel32
1 parent 1cdb9c3d

Documentation for MIPS Magnum R4000 machine.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4172 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 20 additions and 1 deletions
qemu-doc.texi
... ... @@ -77,6 +77,7 @@ For system emulation, the following hardware targets are supported:
77 77 @item Sun4m/Sun4c/Sun4d (32-bit Sparc processor)
78 78 @item Sun4u (64-bit Sparc processor, in progress)
79 79 @item Malta board (32-bit and 64-bit MIPS processors)
  80 +@item MIPS Magnum (64-bit MIPS processor)
80 81 @item ARM Integrator/CP (ARM)
81 82 @item ARM Versatile baseboard (ARM)
82 83 @item ARM RealView Emulation baseboard (ARM)
... ... @@ -2185,7 +2186,7 @@ PC-compatible serial ports
2185 2186 Four executables cover simulation of 32 and 64-bit MIPS systems in
2186 2187 both endian options, @file{qemu-system-mips}, @file{qemu-system-mipsel}
2187 2188 @file{qemu-system-mips64} and @file{qemu-system-mips64el}.
2188   -Four different machine types are emulated:
  2189 +Five different machine types are emulated:
2189 2190  
2190 2191 @itemize @minus
2191 2192 @item
... ... @@ -2196,6 +2197,8 @@ The MIPS Malta prototype board "malta"
2196 2197 An ACER Pica "pica61". This machine needs the 64-bit emulator.
2197 2198 @item
2198 2199 MIPS emulator pseudo board "mipssim"
  2200 +@item
  2201 +A MIPS Magnum R4000 machine "magnum". This machine needs the 64-bit emulator.
2199 2202 @end itemize
2200 2203  
2201 2204 The generic emulation is supported by Debian 'Etch' and is able to
... ... @@ -2256,6 +2259,22 @@ PC style serial port
2256 2259 MIPSnet network emulation
2257 2260 @end itemize
2258 2261  
  2262 +The MIPS Magnum R4000 emulation supports:
  2263 +
  2264 +@itemize @minus
  2265 +@item
  2266 +MIPS R4000 CPU
  2267 +@item
  2268 +PC-style IRQ controller
  2269 +@item
  2270 +PC Keyboard
  2271 +@item
  2272 +SCSI controller
  2273 +@item
  2274 +G364 framebuffer
  2275 +@end itemize
  2276 +
  2277 +
2259 2278 @node ARM System emulator
2260 2279 @section ARM System emulator
2261 2280  
... ...