mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
Split I^2C controller out of hw/omap.c.
Insert a list of missing memory mappings from OMAP310 datasheet. Add missing "rtc" field for RTC. Correct PWL and PWT register read/write handler pointers. Add a Changelog entry about OMAP emulation. Add a qemu-doc snippet about Palm T|E platform. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3516 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5c1c390fea
commit
0264592627
6 changed files with 504 additions and 431 deletions
|
@ -83,6 +83,7 @@ For system emulation, the following hardware targets are supported:
|
|||
@item Spitz, Akita, Borzoi and Terrier PDAs (PXA270 processor)
|
||||
@item Freescale MCF5208EVB (ColdFire V2).
|
||||
@item Arnewsh MCF5206 evaluation board (ColdFire V2).
|
||||
@item Palm Tungsten|E PDA (OMAP310 processor)
|
||||
@end itemize
|
||||
|
||||
For user emulation, x86, PowerPC, ARM, MIPS, Sparc32/64 and ColdFire(m68k) CPUs are supported.
|
||||
|
@ -2208,6 +2209,29 @@ Three on-chip UARTs
|
|||
WM8750 audio CODEC on I@math{^2}C and I@math{^2}S busses
|
||||
@end itemize
|
||||
|
||||
The Palm Tungsten|E PDA (codename "Cheetah") emulation includes the
|
||||
following elements:
|
||||
|
||||
@itemize @minus
|
||||
@item
|
||||
Texas Instruments OMAP310 System-on-chip (ARM 925T core)
|
||||
@item
|
||||
ROM and RAM memories (ROM firmware image can be loaded with -option-rom)
|
||||
@item
|
||||
On-chip LCD controller
|
||||
@item
|
||||
On-chip Real Time Clock
|
||||
@item
|
||||
TI TSC2102i touchscreen controller / analog-digital converter / Audio
|
||||
CODEC, connected through MicroWire and I@math{^2}S busses
|
||||
@item
|
||||
GPIO-connected matrix keypad
|
||||
@item
|
||||
Secure Digital card connected to OMAP MMC/SD host
|
||||
@item
|
||||
Three on-chip UARTs
|
||||
@end itemize
|
||||
|
||||
A Linux 2.6 test image is available on the QEMU web site. More
|
||||
information is available in the QEMU mailing-list archive.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue