Commit 57cd6e977cebe2fb8b84955934b9304cde0ad534

Authored by balrog
1 parent 6a2d4d49

MusicPal docs snippet (Jan Kiszka) and reshuffle ChangeLog.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4371 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 2 changed files with 25 additions and 2 deletions
Changelog
  1 + - MIPS Magnum R4000 machine (Hervé Poussineau)
  2 + - Braille support (Samuel Thibault)
  3 + - Freecom MusicPal system emulation (Jan Kiszka)
  4 +
1 version 0.9.1: 5 version 0.9.1:
2 6
3 - TFTP booting from host directory (Anthony Liguori, Erwan Velu) 7 - TFTP booting from host directory (Anthony Liguori, Erwan Velu)
@@ -23,8 +27,6 @@ version 0.9.1: @@ -23,8 +27,6 @@ version 0.9.1:
23 - Gumstix boards: connex and verdex emulation (Thorsten Zitterell) 27 - Gumstix boards: connex and verdex emulation (Thorsten Zitterell)
24 - Intel mainstone II board emulation (Armin Kuster) 28 - Intel mainstone II board emulation (Armin Kuster)
25 - VMware SVGA II graphics card support (Andrzej Zaborowski) 29 - VMware SVGA II graphics card support (Andrzej Zaborowski)
26 - - MIPS Magnum R4000 machine (Hervé Poussineau)  
27 - - Braille support (Samuel Thibault)  
28 30
29 version 0.9.0: 31 version 0.9.0:
30 32
qemu-doc.texi
@@ -87,6 +87,7 @@ For system emulation, the following hardware targets are supported: @@ -87,6 +87,7 @@ For system emulation, the following hardware targets are supported:
87 @item Freescale MCF5208EVB (ColdFire V2). 87 @item Freescale MCF5208EVB (ColdFire V2).
88 @item Arnewsh MCF5206 evaluation board (ColdFire V2). 88 @item Arnewsh MCF5206 evaluation board (ColdFire V2).
89 @item Palm Tungsten|E PDA (OMAP310 processor) 89 @item Palm Tungsten|E PDA (OMAP310 processor)
  90 +@item MusicPal (MV88W8618 ARM processor)
90 @end itemize 91 @end itemize
91 92
92 For user emulation, x86, PowerPC, ARM, 32-bit MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported. 93 For user emulation, x86, PowerPC, ARM, 32-bit MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported.
@@ -2466,6 +2467,26 @@ Timers, UARTs, ADC, I@math{^2}C and SSI interfaces. @@ -2466,6 +2467,26 @@ Timers, UARTs, ADC, I@math{^2}C and SSI interfaces.
2466 OSRAM Pictiva 128x64 OLED with SSD0323 controller connected via SSI. 2467 OSRAM Pictiva 128x64 OLED with SSD0323 controller connected via SSI.
2467 @end itemize 2468 @end itemize
2468 2469
  2470 +The Freecom MusicPal internet radio emulation includes the following
  2471 +elements:
  2472 +
  2473 +@itemize @minus
  2474 +@item
  2475 +Marvell MV88W8618 ARM core.
  2476 +@item
  2477 +32 MB RAM, 256 KB SRAM, 8 MB flash.
  2478 +@item
  2479 +Up to 2 16550 UARTs
  2480 +@item
  2481 +MV88W8xx8 Ethernet controller
  2482 +@item
  2483 +MV88W8618 audio controller, WM8750 CODEC and mixer
  2484 +@item
  2485 +128×64 display with brightness control
  2486 +@item
  2487 +2 buttons, 2 navigation wheels with button function
  2488 +@end itemize
  2489 +
2469 A Linux 2.6 test image is available on the QEMU web site. More 2490 A Linux 2.6 test image is available on the QEMU web site. More
2470 information is available in the QEMU mailing-list archive. 2491 information is available in the QEMU mailing-list archive.
2471 2492