[U-Boot] [PATCH v2 0/2] Support for TI's DA850/OMAP-L138 platform
Sudhakar Rajashekhara
sudhakar.raj at ti.com
Fri May 21 07:38:48 CEST 2010
This patch series adds support for TI's DA850/OMAP-L138
platform. I have reworked on this series based on the
comments by Wolfgang Denk at [1]. This series is dependant
on [2] which has been Acked by Nick Thompson <nick.thompson at ge.com>
at [3].
[1] http://lists.denx.de/pipermail/u-boot/2010-May/071236.html
[2] http://lists.denx.de/pipermail/u-boot/2010-April/070383.html
[3] http://lists.denx.de/pipermail/u-boot/2010-April/070668.html
Sudhakar Rajashekhara (2):
TI: DaVinci: Prepare for da850 support
TI: DaVinci: Add board specific code for da850 EVM
MAINTAINERS | 4 +
MAKEALL | 1 +
Makefile | 5 +-
arch/arm/include/asm/arch-davinci/hardware.h | 1 +
board/davinci/{da830evm => da8xxevm}/Makefile | 5 +-
board/davinci/{da830evm => da8xxevm}/config.mk | 0
board/davinci/{da830evm => da8xxevm}/da830evm.c | 0
board/davinci/da8xxevm/da850evm.c | 111 ++++++++++++++++++
include/configs/da850evm.h | 140 +++++++++++++++++++++++
9 files changed, 264 insertions(+), 3 deletions(-)
rename board/davinci/{da830evm => da8xxevm}/Makefile (91%)
rename board/davinci/{da830evm => da8xxevm}/config.mk (100%)
rename board/davinci/{da830evm => da8xxevm}/da830evm.c (100%)
create mode 100644 board/davinci/da8xxevm/da850evm.c
create mode 100644 include/configs/da850evm.h
More information about the U-Boot
mailing list