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