mbox

[U-Boot,PULL] : Please pull u-boot-imx

Message ID 52D65839.6040403@denx.de
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

git://www.denx.de/git/u-boot-imx.git master

Message

Stefano Babic Jan. 15, 2014, 9:43 a.m. UTC
Hi Albert,

still a couple of patches for the release. Please pull from u-boot-imx,
thanks !

The following changes since commit a6bbee66197759f790de83181924bf1d2cf482b2:

  mx6slevk: Include "mx6_common.h" (2014-01-13 11:52:28 +0100)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to 3a21773129f6ef218f1978d05a1a5d5cf6801ab6:

  mx6: Add initial support for the Hummingboard solo (2014-01-15
10:33:25 +0100)

----------------------------------------------------------------
Fabio Estevam (2):
      mx6: clock: Pass the frequency as argument of
enable_fec_anatop_clock()
      mx6: Add initial support for the Hummingboard solo

 arch/arm/cpu/armv7/mx6/clock.c                     |    8 +-
 arch/arm/include/asm/arch-mx6/clock.h              |    9 +-
 arch/arm/include/asm/arch-mx6/imx-regs.h           |    4 +
 board/freescale/mx6slevk/mx6slevk.c                |    2 +-
 board/solidrun/hummingboard/Makefile               |    9 +
 board/solidrun/hummingboard/README                 |   40 ++++
 board/solidrun/hummingboard/hummingboard.c         |  187 ++++++++++++++++
 board/solidrun/hummingboard/solo.cfg               |   25 +++
 board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg   |   74 +++++++
 board/solidrun/mx6-microsom/clocks.cfg             |   33 +++
 .../mx6-microsom/ddr-800mhz-32bit-setup.cfg        |   76 +++++++
 boards.cfg                                         |    1 +
 include/configs/hummingboard.h                     |  226
++++++++++++++++++++
 13 files changed, 691 insertions(+), 3 deletions(-)
 create mode 100644 board/solidrun/hummingboard/Makefile
 create mode 100644 board/solidrun/hummingboard/README
 create mode 100644 board/solidrun/hummingboard/hummingboard.c
 create mode 100644 board/solidrun/hummingboard/solo.cfg
 create mode 100644 board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg
 create mode 100644 board/solidrun/mx6-microsom/clocks.cfg
 create mode 100644 board/solidrun/mx6-microsom/ddr-800mhz-32bit-setup.cfg
 create mode 100644 include/configs/hummingboard.h

Comments

Albert ARIBAUD Jan. 15, 2014, 3:14 p.m. UTC | #1
Hi Stefano,

On Wed, 15 Jan 2014 10:43:21 +0100, Stefano Babic <sbabic@denx.de>
wrote:

> Hi Albert,
> 
> still a couple of patches for the release. Please pull from u-boot-imx,
> thanks !
> 
> The following changes since commit a6bbee66197759f790de83181924bf1d2cf482b2:
> 
>   mx6slevk: Include "mx6_common.h" (2014-01-13 11:52:28 +0100)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 3a21773129f6ef218f1978d05a1a5d5cf6801ab6:
> 
>   mx6: Add initial support for the Hummingboard solo (2014-01-15
> 10:33:25 +0100)
> 
> ----------------------------------------------------------------
> Fabio Estevam (2):
>       mx6: clock: Pass the frequency as argument of
> enable_fec_anatop_clock()
>       mx6: Add initial support for the Hummingboard solo
> 
>  arch/arm/cpu/armv7/mx6/clock.c                     |    8 +-
>  arch/arm/include/asm/arch-mx6/clock.h              |    9 +-
>  arch/arm/include/asm/arch-mx6/imx-regs.h           |    4 +
>  board/freescale/mx6slevk/mx6slevk.c                |    2 +-
>  board/solidrun/hummingboard/Makefile               |    9 +
>  board/solidrun/hummingboard/README                 |   40 ++++
>  board/solidrun/hummingboard/hummingboard.c         |  187 ++++++++++++++++
>  board/solidrun/hummingboard/solo.cfg               |   25 +++
>  board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg   |   74 +++++++
>  board/solidrun/mx6-microsom/clocks.cfg             |   33 +++
>  .../mx6-microsom/ddr-800mhz-32bit-setup.cfg        |   76 +++++++
>  boards.cfg                                         |    1 +
>  include/configs/hummingboard.h                     |  226
> ++++++++++++++++++++
>  13 files changed, 691 insertions(+), 3 deletions(-)
>  create mode 100644 board/solidrun/hummingboard/Makefile
>  create mode 100644 board/solidrun/hummingboard/README
>  create mode 100644 board/solidrun/hummingboard/hummingboard.c
>  create mode 100644 board/solidrun/hummingboard/solo.cfg
>  create mode 100644 board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg
>  create mode 100644 board/solidrun/mx6-microsom/clocks.cfg
>  create mode 100644 board/solidrun/mx6-microsom/ddr-800mhz-32bit-setup.cfg
>  create mode 100644 include/configs/hummingboard.h
> 
> 

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

Amicalement,