From: pbrook Date: Sat, 13 May 2006 16:55:46 +0000 (+0000) Subject: Update ARM board documentation. X-Git-Tag: TizenStudio_2.0_p2.3~14300 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00a9bf191b9353e1bd981539c25821bf6a81e00f;p=sdk%2Femulator%2Fqemu.git Update ARM board documentation. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1919 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/qemu-doc.texi b/qemu-doc.texi index 01f33f7..d11ccd2 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -78,6 +78,7 @@ For system emulation, the following hardware targets are supported: @item Sun4u (64-bit Sparc processor, in progress) @item Malta board (32-bit MIPS processor) @item ARM Integrator/CP (ARM926E or 1026E processor) +@item ARM Versatile baseboard (ARM926E) @end itemize For user emulation, x86, PowerPC, ARM, MIPS, and Sparc32/64 CPUs are supported. @@ -1486,6 +1487,33 @@ ARM926E or ARM1026E CPU Two PL011 UARTs @item SMC 91c111 Ethernet adapter +@item +PL110 LCD controller +@item +PL050 KMI with PS/2 keyboard and mouse. +@end itemize + +The ARM Versatile baseboard is emulated with the following devices: + +@itemize @minus +@item +ARM926E CPU +@item +PL190 Vectored Interrupt Controller +@item +Four PL011 UARTs +@item +SMC 91c111 Ethernet adapter +@item +PL110 LCD controller +@item +PL050 KMI with PS/2 keyboard and mouse. +@item +PCI host bridge. Note the emulated PCI bridge only provides access to +PCI memory space. It does not provide access to PCI IO space. +This means some devices (eg. ne2k_pci NIC) are not useable, and others +(eg. rtl8139 NIC) are only useable when the guest drivers use the memory +mapped control registers. @end itemize A Linux 2.6 test image is available on the QEMU web site. More