diff options
Diffstat (limited to 'qemu/qemu-doc.texi')
-rw-r--r-- | qemu/qemu-doc.texi | 34 |
1 files changed, 29 insertions, 5 deletions
diff --git a/qemu/qemu-doc.texi b/qemu/qemu-doc.texi index 6cf35be3..e004a261 100644 --- a/qemu/qemu-doc.texi +++ b/qemu/qemu-doc.texi @@ -81,7 +81,7 @@ For system emulation, the following hardware targets are supported: @item ARM Integrator/CP (ARM) @item ARM Versatile baseboard (ARM) @item ARM RealView Emulation baseboard (ARM) -@item Spitz, Akita, Borzoi and Terrier PDAs (PXA270 processor) +@item Spitz, Akita, Borzoi, Terrier and Tosa PDAs (PXA270 processor) @item Luminary Micro LM3S811EVB (ARM Cortex-M3) @item Luminary Micro LM3S6965EVB (ARM Cortex-M3) @item Freescale MCF5208EVB (ColdFire V2). @@ -89,6 +89,8 @@ For system emulation, the following hardware targets are supported: @item Palm Tungsten|E PDA (OMAP310 processor) @item N800 and N810 tablets (OMAP2420 processor) @item MusicPal (MV88W8618 ARM processor) +@item Gumstix "Connex" and "Verdex" motherboards (PXA255/270). +@item Siemens SX1 smartphone (OMAP310 processor) @end itemize For user emulation, x86, PowerPC, ARM, 32-bit MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported. @@ -1249,11 +1251,11 @@ and @var{options} are described at @ref{sec_invocation}. eg (qemu) change vnc localhost:1 @end example -@item change vnc password +@item change vnc password [@var{password}] -Change the password associated with the VNC server. The monitor will prompt for -the new password to be entered. VNC passwords are only significant upto 8 letters. -eg. +Change the password associated with the VNC server. If the new password is not +supplied, the monitor will prompt for it to be entered. VNC passwords are only +significant up to 8 letters. eg @example (qemu) change vnc password @@ -2806,6 +2808,28 @@ MV88W8618 audio controller, WM8750 CODEC and mixer 2 buttons, 2 navigation wheels with button function @end itemize +The Siemens SX1 models v1 and v2 (default) basic emulation. +The emulaton includes the following elements: + +@itemize @minus +@item +Texas Instruments OMAP310 System-on-chip (ARM 925T core) +@item +ROM and RAM memories (ROM firmware image can be loaded with -pflash) +V1 +1 Flash of 16MB and 1 Flash of 8MB +V2 +1 Flash of 32MB +@item +On-chip LCD controller +@item +On-chip Real Time Clock +@item +Secure Digital card connected to OMAP MMC/SD host +@item +Three on-chip UARTs +@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. |