Commit 209a4e691d230b01cf44c9f954a34db04d5708be
1 parent
0633879f
Document ColdFire system emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2852 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
16 additions
and
0 deletions
qemu-doc.texi
... | ... | @@ -81,6 +81,7 @@ For system emulation, the following hardware targets are supported: |
81 | 81 | @item ARM Versatile baseboard (ARM926E) |
82 | 82 | @item ARM RealView Emulation baseboard (ARM926EJ-S) |
83 | 83 | @item Spitz, Akita, Borzoi and Terrier PDAs (PXA270 processor) |
84 | +@item Arnewsh MCF5206 evaluation board (ColdFire V2). | |
84 | 85 | @end itemize |
85 | 86 | |
86 | 87 | For user emulation, x86, PowerPC, ARM, MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported. |
... | ... | @@ -1549,6 +1550,7 @@ differences are mentionned in the following sections. |
1549 | 1550 | * Sparc64 System emulator invocation:: |
1550 | 1551 | * MIPS System emulator invocation:: |
1551 | 1552 | * ARM System emulator invocation:: |
1553 | +* ColdFire System emulator invocation:: | |
1552 | 1554 | @end menu |
1553 | 1555 | |
1554 | 1556 | @node QEMU PowerPC System emulator |
... | ... | @@ -1822,6 +1824,20 @@ WM8750 audio CODEC on I@math{^2}C and I@math{^2}S busses |
1822 | 1824 | A Linux 2.6 test image is available on the QEMU web site. More |
1823 | 1825 | information is available in the QEMU mailing-list archive. |
1824 | 1826 | |
1827 | +@node ColdFire System emulator invocation | |
1828 | +@section ColdFire System emulator invocation | |
1829 | + | |
1830 | +Use the executable @file{qemu-system-m68k} to simulate a ColdFire machine. | |
1831 | +The emulator is able to boot a uClinux kernel. | |
1832 | +The following devices are emulated: | |
1833 | + | |
1834 | +@itemize @minus | |
1835 | +@item | |
1836 | +MCF5206 ColdFire V2 Microprocessor. | |
1837 | +@item | |
1838 | +Two on-chip UARTs. | |
1839 | +@end itemize | |
1840 | + | |
1825 | 1841 | @node QEMU User space emulator |
1826 | 1842 | @chapter QEMU User space emulator |
1827 | 1843 | ... | ... |