Add basic OMAP2 chip support.
commit827df9f3c5fdea53531acf02b2db0afb9858f053
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 14 Apr 2008 21:05:22 +0000 (14 21:05 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 14 Apr 2008 21:05:22 +0000 (14 21:05 +0000)
tree95cb9c8d0ab76f1155f25df9cda123ce97cb0643
parentf93eb9ff66868df42f8433d16f2dc48a4af2490f
Add basic OMAP2 chip support.

Add the OMAP242x (arm1136 core) initialisation with basic on-chip
peripherals and update OMAP1 peripherals which are re-used in OMAP2.
Make palmte.c and sd.c errors go to stderr.
Allow disabling SD chipselect.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4213 c046a42c-6fe2-441c-8c8c-71466251a162
14 files changed:
Makefile.target
hw/omap.h
hw/omap1.c
hw/omap2.c [new file with mode: 0644]
hw/omap_clk.c
hw/omap_dma.c
hw/omap_dss.c [new file with mode: 0644]
hw/omap_i2c.c
hw/omap_mmc.c
hw/palm.c
hw/sd.c
hw/sd.h
target-arm/cpu.h
target-arm/helper.c