Add support for beagle and overo
authorSteve Sakoman <steve@sakoman.com>
Thu, 31 Jul 2008 06:22:24 +0000 (23:22 -0700)
committerSteve Sakoman <steve@sakoman.com>
Thu, 31 Jul 2008 06:22:24 +0000 (23:22 -0700)
commitc0bc8cc7005abad65be07b0c64901bcfaff71971
treec950071b188e196de6f7f18963cca4b5822697c0
parent7cdeed05056e2016894e07c13c2110700fc0e7af
Add support for beagle and overo

Signed-off-by: Steve Sakoman <steve@sakoman.com>
17 files changed:
Makefile
board/omap3530beagle/Makefile [new file with mode: 0644]
board/omap3530beagle/config.mk [new file with mode: 0644]
board/omap3530beagle/omap3530beagle.c [new file with mode: 0644]
board/omap3530beagle/platform.S [new file with mode: 0644]
board/omap3530beagle/platform.S_old [new file with mode: 0644]
board/omap3530beagle/x-load.lds [new file with mode: 0644]
board/omap3evm/omap3evm.c
board/overo/Makefile [new file with mode: 0755]
board/overo/config.mk [new file with mode: 0755]
board/overo/overo.c [new file with mode: 0755]
board/overo/platform.S [new file with mode: 0755]
board/overo/x-load.lds [new file with mode: 0755]
drivers/Makefile
include/asm/arch-omap3/omap3430.h
include/configs/omap3530beagle.h [new file with mode: 0644]
include/configs/overo.h [new file with mode: 0755]