[U-Boot] Please Pull u-boot-ti/master

s-paulraj at ti.com s-paulraj at ti.com
Tue Jun 1 16:03:55 CEST 2010


The following changes since commit 9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

  git://git.denx.de/u-boot-ti.git master

Sudhakar Rajashekhara (3):
      da830: Move common code out of da830evm.c file
      TI: DaVinci: Prepare for da850 support
      TI: DaVinci: Add board specific code for da850

 MAINTAINERS                                     |    4 +
 MAKEALL                                         |    1 +
 Makefile                                        |    5 +-
 arch/arm/include/asm/arch-davinci/hardware.h    |    1 +
 board/davinci/common/misc.c                     |   30 +++++
 board/davinci/common/misc.h                     |    7 +
 board/davinci/{da830evm => da8xxevm}/Makefile   |    5 +-
 board/davinci/{da830evm => da8xxevm}/config.mk  |    0
 board/davinci/{da830evm => da8xxevm}/da830evm.c |   28 ++---
 board/davinci/da8xxevm/da850evm.c               |  110 ++++++++++++++++++
 include/configs/da850evm.h                      |  140 +++++++++++++++++++++++
 11 files changed, 311 insertions(+), 20 deletions(-)
 rename board/davinci/{da830evm => da8xxevm}/Makefile (91%)
 rename board/davinci/{da830evm => da8xxevm}/config.mk (100%)
 rename board/davinci/{da830evm => da8xxevm}/da830evm.c (90%)
 create mode 100644 board/davinci/da8xxevm/da850evm.c
 create mode 100644 include/configs/da850evm.h


More information about the U-Boot mailing list