]> git.proxmox.com Git - qemu.git/commit - Makefile
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)
commit7e7c5e4c1ba5c9b7efcf1b0c1e34ea150c286e58
treed7f37d6f4f29e47f7a5bd67086dbb76aa38f4f7d
parenta5d7eb6534a091566d63f97c8b35c0ac9623d90b
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