[U-Boot] Please pull u-boot-ti master

s-paulraj at ti.com s-paulraj at ti.com
Thu Jan 28 22:05:47 CET 2010


Tom,

Please pull u-boot-ti master.

Thanks,
Sandeep

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

are available in the git repository at:

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

Ladislav Michl (3):
      NetStar: Disable CONFIG_CMD_JFFS2
      NetStar: make crcit utility more readable
      NetStar: Remove debug junk leaked into eeprom utility

Nick Thompson (1):
      da830evm: Use table driven pin mux configuration

Scott Ellis (1):
      Overo GPMC registers

Sekhar Nori (1):
      TI DaVinci: Driver for the davinci SPI controller

Tom Rix (1):
      OMAP3 Move declaration of gpmc_cfg.

 board/davinci/da830evm/da830evm.c |   35 +++---
 board/netstar/crcit.c             |    9 +-
 board/netstar/eeprom.c            |    8 +-
 board/netstar/eeprom_start.S      |  166 +---------------------------
 board/overo/overo.c               |   14 +-
 board/overo/overo.h               |    9 ++
 drivers/spi/Makefile              |    1 +
 drivers/spi/davinci_spi.c         |  223 +++++++++++++++++++++++++++++++++++++
 drivers/spi/davinci_spi.h         |  101 +++++++++++++++++
 include/asm-arm/arch-omap3/cpu.h  |    4 +
 include/configs/devkit8000.h      |    1 -
 include/configs/netstar.h         |    3 -
 include/configs/omap3_beagle.h    |    1 -
 include/configs/omap3_evm.h       |    1 -
 include/configs/omap3_overo.h     |    1 -
 include/configs/omap3_pandora.h   |    1 -
 include/configs/omap3_sdp3430.h   |    1 -
 include/configs/omap3_zoom1.h     |    1 -
 include/configs/omap3_zoom2.h     |    1 -
 19 files changed, 369 insertions(+), 212 deletions(-)
 create mode 100644 drivers/spi/davinci_spi.c
 create mode 100644 drivers/spi/davinci_spi.h


More information about the U-Boot mailing list