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

s-paulraj at ti.com s-paulraj at ti.com
Thu Nov 4 21:35:32 CET 2010


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

are available in the git repository at:

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

Alagu Sankar (1):
      mmc: Add multi-block read support to the generic mmc driver

Enric Balletbo i Serra (2):
      ARMV7: OMAP3: Use generic mmc driver on IGEP v2
      ARMV7: OMAP3: Use generic mmc driver on OMAP3 IGEP module

Heiko Schocher (1):
      armv7, beagle: Second SDRAM bank don;t work

Koen Kooi (1):
      ARMV7: OMAP3: Add expansion board detection for Beagle

Sanjeev Premi (3):
      omap3evm: Support relocation
      omap3evm: Wrap function under CONFIG_USB_OMAP3
      omap3evm: Fix mechanism to identify board revision

Steve Sakoman (5):
      ARMV7: OMAP3: IGEP: Rename TEXT_BASE
      ARMV7: Fix build for non-OMAP3 boards
      ARMV7: OMAP3: Add expansion board detection for Overo
      ARMV7: OMAP: Fix build after introduction of GENERATED_GBL_DATA_SIZE
      mmc: Clean up generic mmc driver multi-block write functions

 arch/arm/cpu/armv7/omap3/sdrc.c |    7 ++
 arch/arm/lib/cache.c            |    2 +-
 board/isee/igep0020/config.mk   |    2 +-
 board/isee/igep0020/igep0020.c  |    9 +++
 board/isee/igep0030/config.mk   |    3 +-
 board/isee/igep0030/igep0030.c  |    9 +++
 board/overo/overo.c             |  115 ++++++++++++++++++++++++++++++
 board/overo/overo.h             |    4 +
 board/ti/beagle/beagle.c        |   95 +++++++++++++++++++++++++
 board/ti/beagle/beagle.h        |   46 ++++++++++++-
 board/ti/evm/config.mk          |    2 +-
 board/ti/evm/evm.c              |   24 ++++++-
 board/ti/evm/evm.h              |    2 +
 drivers/mmc/mmc.c               |  148 ++++++++++++++-------------------------
 include/configs/igep0020.h      |    9 ++-
 include/configs/igep0030.h      |    9 ++-
 include/configs/omap3_beagle.h  |    8 ++-
 include/configs/omap3_evm.h     |   11 +++
 include/configs/omap3_overo.h   |    7 ++-
 include/configs/omap4_panda.h   |    6 ++-
 include/configs/omap4_sdp4430.h |    6 ++-
 21 files changed, 411 insertions(+), 113 deletions(-)


More information about the U-Boot mailing list