mbox

[U-Boot] Pull request: u-boot-arm/master

Message ID 20140115161613.4fa89c21@lilith
State Superseded
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Albert ARIBAUD Jan. 15, 2014, 3:16 p.m. UTC
Hello Tom,

The following changes since commit
6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:

  arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)

are available in the git repository at:

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

for you to fetch changes up to bf46e7d8d134521301ff02b6d97e8998aa10a83d:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2014-01-15
  15:18:04 +0100)

----------------------------------------------------------------

Albert ARIBAUD (1):
      Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'

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

Amicalement,

Comments

Albert ARIBAUD Jan. 16, 2014, 8 a.m. UTC | #1
Hi Tom,

On Wed, 15 Jan 2014 16:16:13 +0100, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:

> Hello Tom,
> 
> The following changes since commit
> 6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:
> 
>   arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to bf46e7d8d134521301ff02b6d97e8998aa10a83d:
> 
>   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2014-01-15
>   15:18:04 +0100)

Adding rmobile patches -- unless Tom objects.

Amicalement,