Add elementary OMAP3530 Beagleboard support
authorJuha Riihimäki <juhriihi@esdhcp035213.research.nokia.com>
Tue, 27 Jan 2009 07:29:54 +0000 (09:29 +0200)
committerJuha Riihimäki <juhriihi@esdhcp035213.research.nokia.com>
Tue, 27 Jan 2009 07:29:54 +0000 (09:29 +0200)
commit459ee5074fa152a8a0c40ab201ced4f480fdce91
treec8c0f0a1a1cd850ac3403262d063921b266d0df8
parent858acfd44a367a693ea803f1bbddb11cdcaf0362
Add elementary OMAP3530 Beagleboard support

Merged code from http://code.google.com/p/qemu-omap3/ and patched some small things here and there. There is a lot of things to check and do to get the OMAP3 support to an acceptable level. This commit provides the bare minimum level to get OMAP3 Linux running on the emulated hardware.
21 files changed:
Makefile
Makefile.target
hw/beagle.c [new file with mode: 0644]
hw/boards.h
hw/flash.h
hw/i2c.h
hw/nand_bpage.c [new file with mode: 0644]
hw/nseries.c
hw/omap.h
hw/omap1.c
hw/omap2.c
hw/omap3.c [new file with mode: 0644]
hw/omap3_lcd_panel_template.h [new file with mode: 0644]
hw/omap3_mmc.c [new file with mode: 0644]
hw/omap_clk.c
hw/omap_dma.c
hw/omap_dss.c
hw/twl4030.c [new file with mode: 0644]
target-arm/helper.c
target-arm/machine.c
target-arm/translate.c