summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-05-13 16:55:46 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-05-13 16:55:46 +0000
commit00a9bf191b9353e1bd981539c25821bf6a81e00f (patch)
tree24c7d1f151bdf9f356988385f9fd3d20fe23f797
parentb9dea4fbc65fbfad4ea7ffb79e7cf7f280bd7f64 (diff)
downloadqemu-00a9bf191b9353e1bd981539c25821bf6a81e00f.tar.gz
Update ARM board documentation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1919 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--qemu-doc.texi28
1 files changed, 28 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 01f33f7e78..d11ccd2ad2 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