From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JslqI-0000Iq-SY for qemu-devel@nongnu.org; Sun, 04 May 2008 17:33:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JslqH-0000I4-0p for qemu-devel@nongnu.org; Sun, 04 May 2008 17:33:58 -0400 Received: from [199.232.76.173] (port=53216 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JslqG-0000Hy-QC for qemu-devel@nongnu.org; Sun, 04 May 2008 17:33:56 -0400 Received: from fmmailgate03.web.de ([217.72.192.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JslqG-0001eL-BO for qemu-devel@nongnu.org; Sun, 04 May 2008 17:33:56 -0400 Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id D164CD97E1A6 for ; Sun, 4 May 2008 23:33:54 +0200 (CEST) Received: from [88.64.12.179] (helo=[192.168.1.198]) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.109 #226) id 1JslqE-0000BC-00 for qemu-devel@nongnu.org; Sun, 04 May 2008 23:33:54 +0200 Message-ID: <481E2BC2.6080809@web.de> Date: Sun, 04 May 2008 23:33:54 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <481D944E.7090703@web.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Sender: jan.kiszka@web.de Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH] musicpal: doc fragment Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org andrzej zaborowski wrote: > ... > Also BTW, do you want to add a qemu-doc.texi piece describing -M > musicpal? Otherwise I'll add something. Something like this? Index: qemu/qemu-doc.texi =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- qemu/qemu-doc.texi (Revision 4334) +++ qemu/qemu-doc.texi (Arbeitskopie) @@ -87,6 +87,7 @@ For system emulation, the following hard @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 =20 For user emulation, x86, PowerPC, ARM, 32-bit MIPS, Sparc32/64 and ColdF= ire(m68k) CPUs are supported. @@ -2466,6 +2467,25 @@ Timers, UARTs, ADC, I@math{^2}C and SSI=20 OSRAM Pictiva 128x64 OLED with SSD0323 controller connected via SSI. @end itemize =20 +The Freecom MusicPal emulation includes the following elements: + +@itemize @minus +@item +Marvel 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=C3=9764 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. =20