]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
TI OMAP3 SDP3430: Initial Support
authorTom Rix <Tom.Rix@windriver.com>
Sat, 17 Oct 2009 17:41:06 +0000 (12:41 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 24 Oct 2009 14:55:25 +0000 (09:55 -0500)
commite63e5904b48528f3f3cc98317df6fc62fab25bf9
tree6c700f252742d34368fc58f919e1238c8b7cbe27
parenta4474ff8629be5f28aefb8a9f48d4411d62fb0d2
TI OMAP3 SDP3430: Initial Support

Start of support of
Texas Instruments Software Development Platform(SDP)
for OMAP3430 - SDP3430

Highlights of this platform are:
Flash Memory devices:
Sibley NOR, Micron 8bit NAND and OneNAND
Connectivity:
3 UARTs and expanded 4 UART ports + IrDA
Ethernet, USB
Other peripherals:
TWL5030 PMIC+Audio+Keypad
VGA display
Expansion ports:
Memory devices plugin boards (PISMO)
Connectivity board for GPS,WLAN etc.
Completely configurable boot sequence and device mapping
etc.

Support default jumpering and:
 - UART1/ttyS0 console(legacy sdp3430 u-boot)
 - UART3/ttyS2 console (matching other boards,
 and SDP HW docs)
 - Ethernet
 - mmc0
 - NOR boot

Currently the UART1 is enabled by default.  for
compatibility with other OMAP3 u-boot platforms,
enable the #define of CONSOLE_J9.

Conflicts:

Makefile

Fixed the conflict with smdkc100_config by moving omap_sdp3430_config
to it is alphabetically sorted location above zoom1.

Signed-off-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
MAINTAINERS
MAKEALL
Makefile
board/ti/sdp3430/Makefile [new file with mode: 0644]
board/ti/sdp3430/config.mk [new file with mode: 0644]
board/ti/sdp3430/sdp.c [new file with mode: 0644]
board/ti/sdp3430/sdp.h [new file with mode: 0644]
include/configs/omap3_sdp3430.h [new file with mode: 0644]