Commit 707e011bbca026e8073563428ab545aa2b3ac20c
1 parent
7e049b8a
Add documentation for new ColdFire board.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2943 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
14 additions
and
1 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 Freescale MCF5208EVB (ColdFire V2). | |
84 | 85 | @item Arnewsh MCF5206 evaluation board (ColdFire V2). |
85 | 86 | @end itemize |
86 | 87 | |
... | ... | @@ -1835,7 +1836,19 @@ information is available in the QEMU mailing-list archive. |
1835 | 1836 | |
1836 | 1837 | Use the executable @file{qemu-system-m68k} to simulate a ColdFire machine. |
1837 | 1838 | The emulator is able to boot a uClinux kernel. |
1838 | -The following devices are emulated: | |
1839 | + | |
1840 | +The M5208EVB emulation includes the following devices: | |
1841 | + | |
1842 | +@itemize @minus | |
1843 | +@item | |
1844 | +MCF5208 ColdFire V2 Microprocessor (ISA A+ with EMAC). | |
1845 | +@item | |
1846 | +Three Two on-chip UARTs. | |
1847 | +@item | |
1848 | +Fast Ethernet Controller (FEC) | |
1849 | +@end itemize | |
1850 | + | |
1851 | +The AN5206 emulation includes the following devices: | |
1839 | 1852 | |
1840 | 1853 | @itemize @minus |
1841 | 1854 | @item | ... | ... |