mbox

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

Message ID 20140514013651.GL22182@bill-the-cat
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Tom Rini May 14, 2014, 1:36 a.m. UTC
Hey,

The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19:

  Merge branch 'u-boot/master' (2014-05-09 11:50:14 +0200)

are available in the git repository at:


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

for you to fetch changes up to 97eeae1a0735fc17351f10b9978e966392badedc:

  mtd: nand: omap_gpmc: Fix update of read_ecc in oob (2014-05-13 19:48:17 -0400)

----------------------------------------------------------------
Ash Charles (1):
      am335x: pepper: Add Gumstix Pepper AM335x-based machine

Belisko Marek (1):
      mtd: nand: omap_gpmc: Fix update of read_ecc in oob

Christian Riesch (1):
      arm, davinci: Use CONFIG_SPL_PAD_TO for padding the SPL in an ais image

Dmitry Lifshitz (3):
      ARM: OMAP5: add UART4 support
      ARM: OMAP5: Power: add LDO2 support for Palmas driver
      ARM: OMAP5: add CKO buffer control mask

Egli, Samuel (7):
      siemens: cosmetic: remove unused and rename defines
      siemens: update DDR3 parameters for dxr2
      siemens: add led cmd for flexible LED control
      siemens: change LED indication in DFU mode
      siemens: cosmetic: rename project_dir
      siemens:cosmetic, dxr2: rename dxr2 to draco
      siemens, draco: add new target

Khoronzhuk, Ivan (1):
      config: k2hk_evm: Add generic board support

Robert Nelson (2):
      omap3_beagle: use omap3-beagle-xm-ab.dtb for the xM AB revision
      omap3_beagle: xM A/B validate new dtb exits in file system

Yegor Yefremov (1):
      am33xx: add SSC enable macro

 Makefile                                 |    2 +-
 arch/arm/include/asm/arch-am33xx/clock.h |    2 +
 arch/arm/include/asm/arch-omap5/clock.h  |    3 +
 arch/arm/include/asm/arch-omap5/omap.h   |    1 +
 board/gumstix/pepper/Makefile            |   13 ++
 board/gumstix/pepper/board.c             |  226 ++++++++++++++++++++++++++++++
 board/gumstix/pepper/board.h             |   19 +++
 board/gumstix/pepper/mux.c               |   78 +++++++++++
 board/siemens/common/board.c             |   46 +++++-
 board/siemens/{dxr2 => draco}/Makefile   |    0
 board/siemens/{dxr2 => draco}/board.c    |  112 ++++++++-------
 board/siemens/{dxr2 => draco}/board.h    |   26 ++--
 board/siemens/{dxr2 => draco}/mux.c      |    2 +-
 board/siemens/pxm2/board.c               |   10 +-
 board/siemens/rut/board.c                |    2 +-
 boards.cfg                               |    4 +-
 drivers/mtd/nand/omap_gpmc.c             |    2 +-
 include/configs/da850evm.h               |    1 +
 include/configs/draco.h                  |   92 ++++++++++++
 include/configs/dxr2.h                   |    4 +-
 include/configs/k2hk_evm.h               |    1 +
 include/configs/omap3_beagle.h           |   10 +-
 include/configs/pepper.h                 |   99 +++++++++++++
 include/configs/pxm2.h                   |    2 +-
 include/configs/siemens-am33x-common.h   |    8 +-
 include/palmas.h                         |    4 +
 26 files changed, 686 insertions(+), 83 deletions(-)
 create mode 100644 board/gumstix/pepper/Makefile
 create mode 100644 board/gumstix/pepper/board.c
 create mode 100644 board/gumstix/pepper/board.h
 create mode 100644 board/gumstix/pepper/mux.c
 rename board/siemens/{dxr2 => draco}/Makefile (100%)
 rename board/siemens/{dxr2 => draco}/board.c (63%)
 rename board/siemens/{dxr2 => draco}/board.h (71%)
 rename board/siemens/{dxr2 => draco}/mux.c (99%)
 create mode 100644 include/configs/draco.h
 create mode 100644 include/configs/pepper.h

Thanks!

Comments

Albert ARIBAUD May 16, 2014, 3:20 p.m. UTC | #1
Hi Tom,

On Tue, 13 May 2014 21:36:51 -0400, Tom Rini <trini@ti.com> wrote:

> Hey,
> 
> The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19:
> 
>   Merge branch 'u-boot/master' (2014-05-09 11:50:14 +0200)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-ti.git master
> 
> for you to fetch changes up to 97eeae1a0735fc17351f10b9978e966392badedc:
> 
>   mtd: nand: omap_gpmc: Fix update of read_ecc in oob (2014-05-13 19:48:17 -0400)
> 
> ----------------------------------------------------------------
> Ash Charles (1):
>       am335x: pepper: Add Gumstix Pepper AM335x-based machine
> 
> Belisko Marek (1):
>       mtd: nand: omap_gpmc: Fix update of read_ecc in oob
> 
> Christian Riesch (1):
>       arm, davinci: Use CONFIG_SPL_PAD_TO for padding the SPL in an ais image
> 
> Dmitry Lifshitz (3):
>       ARM: OMAP5: add UART4 support
>       ARM: OMAP5: Power: add LDO2 support for Palmas driver
>       ARM: OMAP5: add CKO buffer control mask
> 
> Egli, Samuel (7):
>       siemens: cosmetic: remove unused and rename defines
>       siemens: update DDR3 parameters for dxr2
>       siemens: add led cmd for flexible LED control
>       siemens: change LED indication in DFU mode
>       siemens: cosmetic: rename project_dir
>       siemens:cosmetic, dxr2: rename dxr2 to draco
>       siemens, draco: add new target
> 
> Khoronzhuk, Ivan (1):
>       config: k2hk_evm: Add generic board support
> 
> Robert Nelson (2):
>       omap3_beagle: use omap3-beagle-xm-ab.dtb for the xM AB revision
>       omap3_beagle: xM A/B validate new dtb exits in file system
> 
> Yegor Yefremov (1):
>       am33xx: add SSC enable macro
> 
>  Makefile                                 |    2 +-
>  arch/arm/include/asm/arch-am33xx/clock.h |    2 +
>  arch/arm/include/asm/arch-omap5/clock.h  |    3 +
>  arch/arm/include/asm/arch-omap5/omap.h   |    1 +
>  board/gumstix/pepper/Makefile            |   13 ++
>  board/gumstix/pepper/board.c             |  226 ++++++++++++++++++++++++++++++
>  board/gumstix/pepper/board.h             |   19 +++
>  board/gumstix/pepper/mux.c               |   78 +++++++++++
>  board/siemens/common/board.c             |   46 +++++-
>  board/siemens/{dxr2 => draco}/Makefile   |    0
>  board/siemens/{dxr2 => draco}/board.c    |  112 ++++++++-------
>  board/siemens/{dxr2 => draco}/board.h    |   26 ++--
>  board/siemens/{dxr2 => draco}/mux.c      |    2 +-
>  board/siemens/pxm2/board.c               |   10 +-
>  board/siemens/rut/board.c                |    2 +-
>  boards.cfg                               |    4 +-
>  drivers/mtd/nand/omap_gpmc.c             |    2 +-
>  include/configs/da850evm.h               |    1 +
>  include/configs/draco.h                  |   92 ++++++++++++
>  include/configs/dxr2.h                   |    4 +-
>  include/configs/k2hk_evm.h               |    1 +
>  include/configs/omap3_beagle.h           |   10 +-
>  include/configs/pepper.h                 |   99 +++++++++++++
>  include/configs/pxm2.h                   |    2 +-
>  include/configs/siemens-am33x-common.h   |    8 +-
>  include/palmas.h                         |    4 +
>  26 files changed, 686 insertions(+), 83 deletions(-)
>  create mode 100644 board/gumstix/pepper/Makefile
>  create mode 100644 board/gumstix/pepper/board.c
>  create mode 100644 board/gumstix/pepper/board.h
>  create mode 100644 board/gumstix/pepper/mux.c
>  rename board/siemens/{dxr2 => draco}/Makefile (100%)
>  rename board/siemens/{dxr2 => draco}/board.c (63%)
>  rename board/siemens/{dxr2 => draco}/board.h (71%)
>  rename board/siemens/{dxr2 => draco}/mux.c (99%)
>  create mode 100644 include/configs/draco.h
>  create mode 100644 include/configs/pepper.h
> 
> Thanks!
> 

Applied to u-boot-arm/master, thanks!

Amicalement,