mbox

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

Message ID 1303312599-18600-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 April 20, 2011, 3:16 p.m. UTC
The following changes since commit 104d04ed57d5de5d11fcd5b2242dadd325e9ce8f:
  Albert Aribaud (1):
        Merge remote-tracking branch 'u-boot-ti/master'

are available in the git repository at:

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

Luca Ceresoli (2):
      ARMV7: OMAP3: Cleanup extern variables in mem.c
      ARMV7: OMAP3: Add support for Comelit DIG297 board

 MAINTAINERS                     |    4 +
 MAKEALL                         |    1 +
 arch/arm/cpu/armv7/omap3/mem.c  |   32 ----
 board/comelit/dig297/Makefile   |   49 +++++
 board/comelit/dig297/dig297.c   |  187 +++++++++++++++++++
 board/comelit/dig297/dig297.h   |  383 +++++++++++++++++++++++++++++++++++++++
 boards.cfg                      |    1 +
 include/configs/am3517_crane.h  |   16 +--
 include/configs/am3517_evm.h    |   18 +--
 include/configs/cm_t35.h        |   16 +-
 include/configs/devkit8000.h    |   10 +-
 include/configs/dig297.h        |  311 +++++++++++++++++++++++++++++++
 include/configs/omap3_beagle.h  |   16 +-
 include/configs/omap3_evm.h     |   26 ++--
 include/configs/omap3_overo.h   |   16 +-
 include/configs/omap3_pandora.h |   16 +-
 include/configs/omap3_sdp3430.h |   10 -
 include/configs/omap3_zoom1.h   |   16 +-
 include/configs/omap3_zoom2.h   |   16 +-
 19 files changed, 989 insertions(+), 155 deletions(-)
 create mode 100644 board/comelit/dig297/Makefile
 create mode 100644 board/comelit/dig297/dig297.c
 create mode 100644 board/comelit/dig297/dig297.h
 create mode 100644 include/configs/dig297.h

Comments

Albert ARIBAUD April 20, 2011, 6:43 p.m. UTC | #1
Hi Sandeep,

Le 20/04/2011 17:16, s-paulraj@ti.com a écrit :
> The following changes since commit 104d04ed57d5de5d11fcd5b2242dadd325e9ce8f:
>    Albert Aribaud (1):
>          Merge remote-tracking branch 'u-boot-ti/master'
>
> are available in the git repository at:
>
>    git://git.denx.de/u-boot-ti.git master
>
> Luca Ceresoli (2):
>        ARMV7: OMAP3: Cleanup extern variables in mem.c
>        ARMV7: OMAP3: Add support for Comelit DIG297 board
>
>   MAINTAINERS                     |    4 +
>   MAKEALL                         |    1 +
>   arch/arm/cpu/armv7/omap3/mem.c  |   32 ----
>   board/comelit/dig297/Makefile   |   49 +++++
>   board/comelit/dig297/dig297.c   |  187 +++++++++++++++++++
>   board/comelit/dig297/dig297.h   |  383 +++++++++++++++++++++++++++++++++++++++
>   boards.cfg                      |    1 +
>   include/configs/am3517_crane.h  |   16 +--
>   include/configs/am3517_evm.h    |   18 +--
>   include/configs/cm_t35.h        |   16 +-
>   include/configs/devkit8000.h    |   10 +-
>   include/configs/dig297.h        |  311 +++++++++++++++++++++++++++++++
>   include/configs/omap3_beagle.h  |   16 +-
>   include/configs/omap3_evm.h     |   26 ++--
>   include/configs/omap3_overo.h   |   16 +-
>   include/configs/omap3_pandora.h |   16 +-
>   include/configs/omap3_sdp3430.h |   10 -
>   include/configs/omap3_zoom1.h   |   16 +-
>   include/configs/omap3_zoom2.h   |   16 +-
>   19 files changed, 989 insertions(+), 155 deletions(-)
>   create mode 100644 board/comelit/dig297/Makefile
>   create mode 100644 board/comelit/dig297/dig297.c
>   create mode 100644 board/comelit/dig297/dig297.h
>   create mode 100644 include/configs/dig297.h

Pulled in u-boot-arm/master, thanks.

Amicalement,