mbox

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

Message ID 20140108133358.GB23411@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 Jan. 8, 2014, 1:33 p.m. UTC
Hey,

The following changes since commit 4b0561d84198f8d696fd51cfc27aeac8c7482a8c:

  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-01-06 09:32:42 +0100)

are available in the git repository at:


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

for you to fetch changes up to e0a1d598ef0155f31589c42db17ff4784e84ca67:

  ARM: dra7_evm: read mac address properly from e-fuse (2014-01-07 16:41:12 -0500)

----------------------------------------------------------------
Jeroen Hofstee (2):
      ARM: tam3517-common: fix nand spl boot
      ARM: twister: add missing gpio clock init

Mugunthan V N (1):
      ARM: dra7_evm: read mac address properly from e-fuse

Nikita Kiryanov (1):
      arm: omap: cm_t35: enable gpio bank 5 clocks explicitly

Tom Rini (2):
      cam_enc_4xx: Set CONFIG_SYS_NAND_MAX_OOBFREE / CONFIG_SYS_NAND_MAX_ECCPOS
      TI:omap3: Drop omap3_zoom2

 board/logicpd/zoom2/Makefile       |   11 --
 board/logicpd/zoom2/config.mk      |   17 ---
 board/logicpd/zoom2/debug_board.c  |   44 -------
 board/logicpd/zoom2/led.c          |  116 ------------------
 board/logicpd/zoom2/zoom2.c        |  183 ----------------------------
 board/logicpd/zoom2/zoom2.h        |  142 ---------------------
 board/logicpd/zoom2/zoom2_serial.c |  130 --------------------
 board/logicpd/zoom2/zoom2_serial.h |   59 ---------
 board/ti/dra7xx/evm.c              |    8 +-
 boards.cfg                         |    1 -
 drivers/serial/ns16550.c           |    5 +-
 include/configs/cam_enc_4xx.h      |    2 +
 include/configs/cm_t35.h           |    1 +
 include/configs/omap3_zoom2.h      |  237 ------------------------------------
 include/configs/tam3517-common.h   |    1 +
 include/configs/twister.h          |    3 +
 16 files changed, 13 insertions(+), 947 deletions(-)
 delete mode 100644 board/logicpd/zoom2/Makefile
 delete mode 100644 board/logicpd/zoom2/config.mk
 delete mode 100644 board/logicpd/zoom2/debug_board.c
 delete mode 100644 board/logicpd/zoom2/led.c
 delete mode 100644 board/logicpd/zoom2/zoom2.c
 delete mode 100644 board/logicpd/zoom2/zoom2.h
 delete mode 100644 board/logicpd/zoom2/zoom2_serial.c
 delete mode 100644 board/logicpd/zoom2/zoom2_serial.h
 delete mode 100644 include/configs/omap3_zoom2.h

Comments

Albert ARIBAUD Jan. 8, 2014, 10:06 p.m. UTC | #1
Hi Tom,

On Wed, 8 Jan 2014 08:33:58 -0500, Tom Rini <trini@ti.com> wrote:

> Hey,
> 
> The following changes since commit 4b0561d84198f8d696fd51cfc27aeac8c7482a8c:
> 
>   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-01-06 09:32:42 +0100)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-ti.git master
> 
> for you to fetch changes up to e0a1d598ef0155f31589c42db17ff4784e84ca67:
> 
>   ARM: dra7_evm: read mac address properly from e-fuse (2014-01-07 16:41:12 -0500)
> 
> ----------------------------------------------------------------
> Jeroen Hofstee (2):
>       ARM: tam3517-common: fix nand spl boot
>       ARM: twister: add missing gpio clock init
> 
> Mugunthan V N (1):
>       ARM: dra7_evm: read mac address properly from e-fuse
> 
> Nikita Kiryanov (1):
>       arm: omap: cm_t35: enable gpio bank 5 clocks explicitly
> 
> Tom Rini (2):
>       cam_enc_4xx: Set CONFIG_SYS_NAND_MAX_OOBFREE / CONFIG_SYS_NAND_MAX_ECCPOS
>       TI:omap3: Drop omap3_zoom2
> 
>  board/logicpd/zoom2/Makefile       |   11 --
>  board/logicpd/zoom2/config.mk      |   17 ---
>  board/logicpd/zoom2/debug_board.c  |   44 -------
>  board/logicpd/zoom2/led.c          |  116 ------------------
>  board/logicpd/zoom2/zoom2.c        |  183 ----------------------------
>  board/logicpd/zoom2/zoom2.h        |  142 ---------------------
>  board/logicpd/zoom2/zoom2_serial.c |  130 --------------------
>  board/logicpd/zoom2/zoom2_serial.h |   59 ---------
>  board/ti/dra7xx/evm.c              |    8 +-
>  boards.cfg                         |    1 -
>  drivers/serial/ns16550.c           |    5 +-
>  include/configs/cam_enc_4xx.h      |    2 +
>  include/configs/cm_t35.h           |    1 +
>  include/configs/omap3_zoom2.h      |  237 ------------------------------------
>  include/configs/tam3517-common.h   |    1 +
>  include/configs/twister.h          |    3 +
>  16 files changed, 13 insertions(+), 947 deletions(-)
>  delete mode 100644 board/logicpd/zoom2/Makefile
>  delete mode 100644 board/logicpd/zoom2/config.mk
>  delete mode 100644 board/logicpd/zoom2/debug_board.c
>  delete mode 100644 board/logicpd/zoom2/led.c
>  delete mode 100644 board/logicpd/zoom2/zoom2.c
>  delete mode 100644 board/logicpd/zoom2/zoom2.h
>  delete mode 100644 board/logicpd/zoom2/zoom2_serial.c
>  delete mode 100644 board/logicpd/zoom2/zoom2_serial.h
>  delete mode 100644 include/configs/omap3_zoom2.h
> 

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

Amicalement,