]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Add N810 to allowed -M values, add documentation part for N8x0.
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 18 May 2008 13:01:40 +0000 (13:01 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 18 May 2008 13:01:40 +0000 (13:01 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4490 c046a42c-6fe2-441c-8c8c-71466251a162

Changelog
qemu-doc.texi
target-arm/machine.c

index 2a893e877c2ba60bf6512f61aca13c7d54bf92aa..0ed5bcbc0cfb2e3a7b88cb4c4ffdfd7b9d84ab32 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,7 @@
   - MIPS Magnum R4000 machine (HervĂ© Poussineau)
   - Braille support (Samuel Thibault)
   - Freecom MusicPal system emulation (Jan Kiszka)
+  - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski)
 
 version 0.9.1:
 
index cca483c1e4a83a8be433498b10eba69b46ab74dd..7c60e79c94cdead0db686c2ff88b085cd48a08d9 100644 (file)
@@ -87,6 +87,7 @@ For system emulation, the following hardware targets are supported:
 @item Freescale MCF5208EVB (ColdFire V2).
 @item Arnewsh MCF5206 evaluation board (ColdFire V2).
 @item Palm Tungsten|E PDA (OMAP310 processor)
+@item N800 and N810 tablets (OMAP2420 processor)
 @item MusicPal (MV88W8618 ARM processor)
 @end itemize
 
@@ -2469,6 +2470,39 @@ Secure Digital card connected to OMAP MMC/SD host
 Three on-chip UARTs
 @end itemize
 
+Nokia N800 and N810 internet tablets (known also as RX-34 and RX-44 / 48)
+emulation supports the following elements:
+
+@itemize @minus
+@item
+Texas Instruments OMAP2420 System-on-chip (ARM 1136 core)
+@item
+RAM and non-volatile OneNAND Flash memories
+@item
+Display connected to EPSON remote framebuffer chip and OMAP on-chip
+display controller and a LS041y3 MIPI DBI-C controller
+@item
+TI TSC2301 (in N800) and TI TSC2005 (in N810) touchscreen controllers
+driven through SPI bus
+@item
+National Semiconductor LM8323-controlled qwerty keyboard driven
+through I@math{^2}C bus
+@item
+Secure Digital card connected to OMAP MMC/SD host
+@item
+Three OMAP on-chip UARTs and on-chip STI debugging console
+@item
+Mentor Graphics "Inventra" dual-role USB controller embedded in a TI
+TUSB6010 chip - only USB host mode is supported
+@item
+TI TMP105 temperature sensor driven through I@math{^2}C bus
+@item
+TI TWL92230C power management companion with an RTC on I@math{^2}C bus
+@item
+Nokia RETU and TAHVO multi-purpose chips with an RTC, connected
+through CBUS
+@end itemize
+
 The Luminary Micro Stellaris LM3S811EVB emulation includes the following
 devices:
 
index adb2d062fee6e017bfea8750bb4846448f9b368f..5a5ed709f2354722e747693517a2ca4388294754 100644 (file)
@@ -13,6 +13,7 @@ void register_machines(void)
     qemu_register_machine(&terrierpda_machine);
     qemu_register_machine(&palmte_machine);
     qemu_register_machine(&n800_machine);
+    qemu_register_machine(&n810_machine);
     qemu_register_machine(&lm3s811evb_machine);
     qemu_register_machine(&lm3s6965evb_machine);
     qemu_register_machine(&connex_machine);