Commit 00a9bf191b9353e1bd981539c25821bf6a81e00f
1 parent
b9dea4fb
Update ARM board documentation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1919 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
28 additions
and
0 deletions
qemu-doc.texi
@@ -78,6 +78,7 @@ For system emulation, the following hardware targets are supported: | @@ -78,6 +78,7 @@ For system emulation, the following hardware targets are supported: | ||
78 | @item Sun4u (64-bit Sparc processor, in progress) | 78 | @item Sun4u (64-bit Sparc processor, in progress) |
79 | @item Malta board (32-bit MIPS processor) | 79 | @item Malta board (32-bit MIPS processor) |
80 | @item ARM Integrator/CP (ARM926E or 1026E processor) | 80 | @item ARM Integrator/CP (ARM926E or 1026E processor) |
81 | +@item ARM Versatile baseboard (ARM926E) | ||
81 | @end itemize | 82 | @end itemize |
82 | 83 | ||
83 | For user emulation, x86, PowerPC, ARM, MIPS, and Sparc32/64 CPUs are supported. | 84 | For user emulation, x86, PowerPC, ARM, MIPS, and Sparc32/64 CPUs are supported. |
@@ -1486,6 +1487,33 @@ ARM926E or ARM1026E CPU | @@ -1486,6 +1487,33 @@ ARM926E or ARM1026E CPU | ||
1486 | Two PL011 UARTs | 1487 | Two PL011 UARTs |
1487 | @item | 1488 | @item |
1488 | SMC 91c111 Ethernet adapter | 1489 | SMC 91c111 Ethernet adapter |
1490 | +@item | ||
1491 | +PL110 LCD controller | ||
1492 | +@item | ||
1493 | +PL050 KMI with PS/2 keyboard and mouse. | ||
1494 | +@end itemize | ||
1495 | + | ||
1496 | +The ARM Versatile baseboard is emulated with the following devices: | ||
1497 | + | ||
1498 | +@itemize @minus | ||
1499 | +@item | ||
1500 | +ARM926E CPU | ||
1501 | +@item | ||
1502 | +PL190 Vectored Interrupt Controller | ||
1503 | +@item | ||
1504 | +Four PL011 UARTs | ||
1505 | +@item | ||
1506 | +SMC 91c111 Ethernet adapter | ||
1507 | +@item | ||
1508 | +PL110 LCD controller | ||
1509 | +@item | ||
1510 | +PL050 KMI with PS/2 keyboard and mouse. | ||
1511 | +@item | ||
1512 | +PCI host bridge. Note the emulated PCI bridge only provides access to | ||
1513 | +PCI memory space. It does not provide access to PCI IO space. | ||
1514 | +This means some devices (eg. ne2k_pci NIC) are not useable, and others | ||
1515 | +(eg. rtl8139 NIC) are only useable when the guest drivers use the memory | ||
1516 | +mapped control registers. | ||
1489 | @end itemize | 1517 | @end itemize |
1490 | 1518 | ||
1491 | A Linux 2.6 test image is available on the QEMU web site. More | 1519 | A Linux 2.6 test image is available on the QEMU web site. More |