Nokia N800 machine support (ARM).
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 14 Apr 2008 21:57:44 +0000 (21:57 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 14 Apr 2008 21:57:44 +0000 (21:57 +0000)
commitc06bfc487f2bd0b77690b3d4d31ea0d8eb7f4139
treed7f37d6f4f29e47f7a5bd67086dbb76aa38f4f7d
parent07881a27b42c85ebfbb5e6a21bc07b4a8b016e05
Nokia N800 machine support (ARM).

Also add various peripherals: two miscellaneous Nokia CBUS chips,
EPSON S1D13745 LCD/TV remote-framebuffer controller,
TWL92230 - standard OMAP2 power management companion chip on i2c.
Generic OneNAND flash memory,
TMP105 temperature sensor on i2c.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4215 c046a42c-6fe2-441c-8c8c-71466251a162
15 files changed:
Makefile
Makefile.target
hw/blizzard.c [new file with mode: 0644]
hw/blizzard_template.h [new file with mode: 0644]
hw/boards.h
hw/cbus.c [new file with mode: 0644]
hw/devices.h
hw/flash.h
hw/i2c.h
hw/nseries.c [new file with mode: 0644]
hw/omap2.c
hw/onenand.c [new file with mode: 0644]
hw/tmp105.c [new file with mode: 0644]
hw/twl92230.c [new file with mode: 0644]
vl.c