mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
ARM946 CPU support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2783 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9455455016
commit
ce8198612e
4 changed files with 221 additions and 47 deletions
|
@ -77,7 +77,7 @@ For system emulation, the following hardware targets are supported:
|
|||
@item Sun4m (32-bit Sparc processor)
|
||||
@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 Integrator/CP (ARM926E, 1026E or 946E processor)
|
||||
@item ARM Versatile baseboard (ARM926E)
|
||||
@item ARM RealView Emulation baseboard (ARM926EJ-S)
|
||||
@item Spitz, Akita, Borzoi and Terrier PDAs (PXA270 processor)
|
||||
|
@ -1722,7 +1722,7 @@ devices:
|
|||
|
||||
@itemize @minus
|
||||
@item
|
||||
ARM926E or ARM1026E CPU
|
||||
ARM926E, ARM1026E or ARM946E CPU
|
||||
@item
|
||||
Two PL011 UARTs
|
||||
@item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue