OMAP4: first cut at support for OMAP4 and Panda
authorSteve Sakoman <steve@sakoman.com>
Thu, 16 Sep 2010 03:47:50 +0000 (20:47 -0700)
committerSteve Sakoman <steve@sakoman.com>
Thu, 16 Sep 2010 03:47:50 +0000 (20:47 -0700)
commit3a7d82eddabe999db61beb1e521fe653459d316a
tree6a7402fe8997788a8bd3b463434c651ef6e28162
parentf0a0984a3f63523a68cd1645b281b437809b7b0d
OMAP4: first cut at support for OMAP4 and Panda
28 files changed:
Makefile
board/omap4430panda/Makefile [new file with mode: 0644]
board/omap4430panda/clock.c [new file with mode: 0644]
board/omap4430panda/config.mk [new file with mode: 0644]
board/omap4430panda/omap4430panda.c [new file with mode: 0644]
board/omap4430panda/platform.S [new file with mode: 0644]
board/omap4430panda/syslib.c [new file with mode: 0644]
board/omap4430panda/x-load.lds [new file with mode: 0644]
cpu/omap4/Makefile [new file with mode: 0644]
cpu/omap4/config.mk [new file with mode: 0644]
cpu/omap4/cpu.c [new file with mode: 0644]
cpu/omap4/mmc.c [new file with mode: 0644]
cpu/omap4/start.S [new file with mode: 0644]
cpu/omap4/sys_info.c [new file with mode: 0644]
include/asm/arch-omap4/bits.h [new file with mode: 0644]
include/asm/arch-omap4/clocks.h [new file with mode: 0644]
include/asm/arch-omap4/clocks443x.h [new file with mode: 0644]
include/asm/arch-omap4/cpu.h [new file with mode: 0644]
include/asm/arch-omap4/mem.h [new file with mode: 0644]
include/asm/arch-omap4/mmc.h [new file with mode: 0644]
include/asm/arch-omap4/mmc_host_def.h [new file with mode: 0644]
include/asm/arch-omap4/mux.h [new file with mode: 0644]
include/asm/arch-omap4/omap4430.h [new file with mode: 0644]
include/asm/arch-omap4/rev.h [new file with mode: 0644]
include/asm/arch-omap4/sizes.h [new file with mode: 0644]
include/asm/arch-omap4/sys_info.h [new file with mode: 0644]
include/asm/arch-omap4/sys_proto.h [new file with mode: 0644]
include/configs/omap4430panda.h [new file with mode: 0644]