mbox

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

Message ID 1290202270-11992-1-git-send-email-s-paulraj@ti.com
State Accepted
Headers show

Pull-request

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

Message

Sandeep Paulraj Nov. 19, 2010, 9:31 p.m. UTC
The following changes since commit 635d1b3e1b885267de90d100402ba7748fdd9bc5:
  Matthias Weisser (1):
        Makefile: Fix build with USE_PRIVATE_LIBGCC

are available in the git repository at:

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

Grazvydas Ignotas (3):
      OMAP3: pandora: fix relocation and init memory
      OMAP3: remove unused config macros
      OMAP3: pandora: update config for production

Nick Thompson (1):
      da830: fixup ARM relocation support

Nishanth Menon (2):
      mmc: omap: timeout counter fix
      omap4: board: change global data pointer to file scope

Sekhar Nori (2):
      DA850 EVM: add information regarding DA850 in README.davinci
      DA850 EVM: passing maximum clock rate information to kernel

Steve Sakoman (1):
      OMAP4: Panda: Disable CMD_NFS

Wolfgang Denk (1):
      DaVinci: remove bogus DEF_BOOTM definition

 arch/arm/cpu/armv7/omap4/board.c  |    3 +-
 board/davinci/da8xxevm/da850evm.c |   33 ++++++++++
 board/pandora/config.mk           |   33 ----------
 doc/README.davinci                |   25 ++++++++
 drivers/mmc/omap_hsmmc.c          |  107 ++++++++++++++++++++++++++--------
 include/configs/da830evm.h        |   11 +++-
 include/configs/da850evm.h        |    2 +-
 include/configs/davinci_dvevm.h   |    1 -
 include/configs/davinci_sonata.h  |    1 -
 include/configs/omap3_beagle.h    |   18 ------
 include/configs/omap3_evm.h       |   18 ------
 include/configs/omap3_overo.h     |   18 ------
 include/configs/omap3_pandora.h   |  117 ++++++++++++++++--------------------
 include/configs/omap3_sdp3430.h   |    7 --
 include/configs/omap3_zoom1.h     |   18 ------
 include/configs/omap3_zoom2.h     |   10 ---
 include/configs/omap4_panda.h     |    1 +
 include/configs/tnetv107x_evm.h   |    1 -
 18 files changed, 204 insertions(+), 220 deletions(-)
 delete mode 100644 board/pandora/config.mk

Comments

Wolfgang Denk Nov. 24, 2010, 6:17 p.m. UTC | #1
Dear s-paulraj@ti.com,

In message <1290202270-11992-1-git-send-email-s-paulraj@ti.com> you wrote:
> The following changes since commit 635d1b3e1b885267de90d100402ba7748fdd9bc5:
>   Matthias Weisser (1):
>         Makefile: Fix build with USE_PRIVATE_LIBGCC
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ti.git master
> 
> Grazvydas Ignotas (3):
>       OMAP3: pandora: fix relocation and init memory
>       OMAP3: remove unused config macros
>       OMAP3: pandora: update config for production
> 
> Nick Thompson (1):
>       da830: fixup ARM relocation support
> 
> Nishanth Menon (2):
>       mmc: omap: timeout counter fix
>       omap4: board: change global data pointer to file scope
> 
> Sekhar Nori (2):
>       DA850 EVM: add information regarding DA850 in README.davinci
>       DA850 EVM: passing maximum clock rate information to kernel
> 
> Steve Sakoman (1):
>       OMAP4: Panda: Disable CMD_NFS
> 
> Wolfgang Denk (1):
>       DaVinci: remove bogus DEF_BOOTM definition
> 
>  arch/arm/cpu/armv7/omap4/board.c  |    3 +-
>  board/davinci/da8xxevm/da850evm.c |   33 ++++++++++
>  board/pandora/config.mk           |   33 ----------
>  doc/README.davinci                |   25 ++++++++
>  drivers/mmc/omap_hsmmc.c          |  107 ++++++++++++++++++++++++++--------
>  include/configs/da830evm.h        |   11 +++-
>  include/configs/da850evm.h        |    2 +-
>  include/configs/davinci_dvevm.h   |    1 -
>  include/configs/davinci_sonata.h  |    1 -
>  include/configs/omap3_beagle.h    |   18 ------
>  include/configs/omap3_evm.h       |   18 ------
>  include/configs/omap3_overo.h     |   18 ------
>  include/configs/omap3_pandora.h   |  117 ++++++++++++++++--------------------
>  include/configs/omap3_sdp3430.h   |    7 --
>  include/configs/omap3_zoom1.h     |   18 ------
>  include/configs/omap3_zoom2.h     |   10 ---
>  include/configs/omap4_panda.h     |    1 +
>  include/configs/tnetv107x_evm.h   |    1 -
>  18 files changed, 204 insertions(+), 220 deletions(-)
>  delete mode 100644 board/pandora/config.mk

Applied to u-boot-arm, thanks.

Best regards,

Wolfgang Denk