]> git.proxmox.com Git - mirror_qemu.git/commitdiff
MusicPal docs snippet (Jan Kiszka) and reshuffle ChangeLog.
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 7 May 2008 12:23:32 +0000 (12:23 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 7 May 2008 12:23:32 +0000 (12:23 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4371 c046a42c-6fe2-441c-8c8c-71466251a162

Changelog
qemu-doc.texi

index ad53bf1dea5904f678531812cc64b00311614ddc..2a893e877c2ba60bf6512f61aca13c7d54bf92aa 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+  - MIPS Magnum R4000 machine (Hervé Poussineau)
+  - Braille support (Samuel Thibault)
+  - Freecom MusicPal system emulation (Jan Kiszka)
+
 version 0.9.1:
 
   - TFTP booting from host directory (Anthony Liguori, Erwan Velu)
@@ -23,8 +27,6 @@ version 0.9.1:
   - Gumstix boards: connex and verdex emulation (Thorsten Zitterell)
   - Intel mainstone II board emulation (Armin Kuster)
   - VMware SVGA II graphics card support (Andrzej Zaborowski)
-  - MIPS Magnum R4000 machine (Hervé Poussineau)
-  - Braille support (Samuel Thibault)
 
 version 0.9.0:
 
index 527d3b69548268cacfdd7e700b31f2861ac01f08..4a48f43e22ef0c821804512b96d9656216deb434 100644 (file)
@@ -87,6 +87,7 @@ For system emulation, the following hardware targets are supported:
 @item Freescale MCF5208EVB (ColdFire V2).
 @item Arnewsh MCF5206 evaluation board (ColdFire V2).
 @item Palm Tungsten|E PDA (OMAP310 processor)
+@item MusicPal (MV88W8618 ARM processor)
 @end itemize
 
 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.
 OSRAM Pictiva 128x64 OLED with SSD0323 controller connected via SSI.
 @end itemize
 
+The Freecom MusicPal internet radio emulation includes the following
+elements:
+
+@itemize @minus
+@item
+Marvell MV88W8618 ARM core.
+@item
+32 MB RAM, 256 KB SRAM, 8 MB flash.
+@item
+Up to 2 16550 UARTs
+@item
+MV88W8xx8 Ethernet controller
+@item
+MV88W8618 audio controller, WM8750 CODEC and mixer
+@item
+128×64 display with brightness control
+@item
+2 buttons, 2 navigation wheels with button function
+@end itemize
+
 A Linux 2.6 test image is available on the QEMU web site. More
 information is available in the QEMU mailing-list archive.