mirror of https://github.com/xemu-project/xemu.git
Add documentation for new ColdFire board.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2943 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7e049b8a19
commit
707e011bbc
|
@ -81,6 +81,7 @@ For system emulation, the following hardware targets are supported:
|
||||||
@item ARM Versatile baseboard (ARM926E)
|
@item ARM Versatile baseboard (ARM926E)
|
||||||
@item ARM RealView Emulation baseboard (ARM926EJ-S)
|
@item ARM RealView Emulation baseboard (ARM926EJ-S)
|
||||||
@item Spitz, Akita, Borzoi and Terrier PDAs (PXA270 processor)
|
@item Spitz, Akita, Borzoi and Terrier PDAs (PXA270 processor)
|
||||||
|
@item Freescale MCF5208EVB (ColdFire V2).
|
||||||
@item Arnewsh MCF5206 evaluation board (ColdFire V2).
|
@item Arnewsh MCF5206 evaluation board (ColdFire V2).
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
@ -1835,7 +1836,19 @@ information is available in the QEMU mailing-list archive.
|
||||||
|
|
||||||
Use the executable @file{qemu-system-m68k} to simulate a ColdFire machine.
|
Use the executable @file{qemu-system-m68k} to simulate a ColdFire machine.
|
||||||
The emulator is able to boot a uClinux kernel.
|
The emulator is able to boot a uClinux kernel.
|
||||||
The following devices are emulated:
|
|
||||||
|
The M5208EVB emulation includes the following devices:
|
||||||
|
|
||||||
|
@itemize @minus
|
||||||
|
@item
|
||||||
|
MCF5208 ColdFire V2 Microprocessor (ISA A+ with EMAC).
|
||||||
|
@item
|
||||||
|
Three Two on-chip UARTs.
|
||||||
|
@item
|
||||||
|
Fast Ethernet Controller (FEC)
|
||||||
|
@end itemize
|
||||||
|
|
||||||
|
The AN5206 emulation includes the following devices:
|
||||||
|
|
||||||
@itemize @minus
|
@itemize @minus
|
||||||
@item
|
@item
|
||||||
|
|
Loading…
Reference in New Issue