[U-Boot] Please pull u-boot-ti/next

s-paulraj at ti.com s-paulraj at ti.com
Tue Nov 30 17:59:14 CET 2010


The following changes since commit c87f6457bb9cb465e9630b00b4c824847a62c6c5:
  Mike Frysinger (1):
        ext2: constify file/dir names

are available in the git repository at:

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

Stefano Babic (3):
      da850: Enable SPI Flash
      Davinci 8xx: Move common functions to share code
      Davinci: add support for the ea20 board

Sudhakar Rajashekhara (2):
      da8xx: Add cpu_is_da8xx macros
      da850: Add RMII support for EMAC

Sughosh Ganu (3):
      Move and rename common headers from under
      Remove board_init_f function from nand_boot.c
      Add board support for hawkboard

 MAINTAINERS                                        |    6 +
 .../arm/include/asm/arch-davinci/davinci_misc.h    |   15 ++
 arch/arm/include/asm/arch-davinci/hardware.h       |   37 ++++-
 board/davinci/common/Makefile                      |    2 +-
 board/davinci/common/davinci_pinmux.c              |  105 ++++++++++
 board/davinci/common/misc.c                        |   99 ++++------
 board/davinci/da8xxevm/Makefile                    |    2 +-
 board/davinci/da8xxevm/common.c                    |   55 ------
 board/davinci/da8xxevm/common.h                    |   30 ---
 board/davinci/da8xxevm/da830evm.c                  |    3 +-
 board/davinci/da8xxevm/da850evm.c                  |  115 +++++++++++-
 board/davinci/da8xxevm/hawkboard.c                 |   68 +++++++
 board/davinci/da8xxevm/hawkboard_nand_spl.c        |  157 +++++++++++++++
 board/davinci/dm355evm/dm355evm.c                  |    2 +-
 board/davinci/dm355leopard/dm355leopard.c          |    2 +-
 board/davinci/dm365evm/dm365evm.c                  |    2 +-
 board/davinci/dvevm/dvevm.c                        |    2 +-
 board/davinci/ea20/Makefile                        |   53 +++++
 board/davinci/ea20/ea20.c                          |  196 +++++++++++++++++++
 board/davinci/schmoogie/schmoogie.c                |    2 +-
 board/davinci/sffsdr/sffsdr.c                      |    2 +-
 board/davinci/sonata/sonata.c                      |    2 +-
 board/samsung/smdk6400/smdk6400_nand_spl.c         |   37 ++++
 boards.cfg                                         |    4 +
 doc/README.hawkboard                               |   93 +++++++++
 drivers/net/davinci_emac.c                         |   41 ++++-
 include/configs/da850evm.h                         |   29 +++
 include/configs/ea20.h                             |  192 ++++++++++++++++++
 include/configs/hawkboard.h                        |  206 ++++++++++++++++++++
 nand_spl/board/davinci/da8xxevm/Makefile           |  141 +++++++++++++
 nand_spl/board/davinci/da8xxevm/u-boot.lds         |   75 +++++++
 nand_spl/board/samsung/smdk6400/Makefile           |    6 +-
 nand_spl/nand_boot.c                               |    9 +-
 33 files changed, 1615 insertions(+), 175 deletions(-)
 rename board/davinci/common/misc.h => arch/arm/include/asm/arch-davinci/davinci_misc.h (80%)
 create mode 100644 board/davinci/common/davinci_pinmux.c
 delete mode 100644 board/davinci/da8xxevm/common.c
 delete mode 100644 board/davinci/da8xxevm/common.h
 create mode 100644 board/davinci/da8xxevm/hawkboard.c
 create mode 100644 board/davinci/da8xxevm/hawkboard_nand_spl.c
 create mode 100644 board/davinci/ea20/Makefile
 create mode 100644 board/davinci/ea20/ea20.c
 create mode 100644 board/samsung/smdk6400/smdk6400_nand_spl.c
 create mode 100644 doc/README.hawkboard
 create mode 100644 include/configs/ea20.h
 create mode 100644 include/configs/hawkboard.h
 create mode 100644 nand_spl/board/davinci/da8xxevm/Makefile
 create mode 100644 nand_spl/board/davinci/da8xxevm/u-boot.lds


More information about the U-Boot mailing list