mbox

[U-Boot] Pull request: u-boot-sh/rmolbile

Message ID CABMQnVLCQzp-n0JTEqQk2nOBU07Pygw4Y2O_q7qOFP1veR75vQ@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-sh.git rmobile

Message

Nobuhiro Iwamatsu Feb. 13, 2015, 4:19 a.m. UTC
Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit a4fb5df214c7e8d5bc949c1068d92252f105427a:

  Merge branch 'microblaze' of git://git.denx.de/u-boot-microblaze
(2015-02-09 11:44:46 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-sh.git rmobile

for you to fetch changes up to 79bf043e371cfb7bed276e3ce795f066a364f5ff:

  ARM: rmobile: silk: Remove initialization of ACTLR.SMP (2015-02-13
13:14:56 +0900)

----------------------------------------------------------------
Nobuhiro Iwamatsu (2):
      arm: rmobile: r8a7794: Enable SMP mode of Auxiliary Control Register
      ARM: rmobile: silk: Remove initialization of ACTLR.SMP

Vladimir Barinov (2):
      arm: rmobile: Add SILK board support
      arm: rmobile: Add missed header file for Silk board

 arch/arm/cpu/armv7/rmobile/Kconfig              |   6 +-
 arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S |  12 +-
 board/renesas/silk/Kconfig                      |  12 ++
 board/renesas/silk/MAINTAINERS                  |   6 +
 board/renesas/silk/Makefile                     |  10 ++
 board/renesas/silk/qos.c                        | 951
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/silk/qos.h                        |  13 +++
 board/renesas/silk/silk.c                       | 163
+++++++++++++++++++++++++++
 configs/silk_defconfig                          |   3 +
 include/configs/silk.h                          | 117 +++++++++++++++++++
 10 files changed, 1291 insertions(+), 2 deletions(-)
 create mode 100644 board/renesas/silk/Kconfig
 create mode 100644 board/renesas/silk/MAINTAINERS
 create mode 100644 board/renesas/silk/Makefile
 create mode 100644 board/renesas/silk/qos.c
 create mode 100644 board/renesas/silk/qos.h
 create mode 100644 board/renesas/silk/silk.c
 create mode 100644 configs/silk_defconfig
 create mode 100644 include/configs/silk.h

Comments

Tom Rini Feb. 16, 2015, 5:32 p.m. UTC | #1
On Fri, Feb 13, 2015 at 01:19:05PM +0900, Nobuhiro Iwamatsu wrote:

> Dear Tom Rini.
> 
> Please pull u-boot-sh rmobile branch.
> 
> The following changes since commit a4fb5df214c7e8d5bc949c1068d92252f105427a:
> 
>   Merge branch 'microblaze' of git://git.denx.de/u-boot-microblaze
> (2015-02-09 11:44:46 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to 79bf043e371cfb7bed276e3ce795f066a364f5ff:
> 
>   ARM: rmobile: silk: Remove initialization of ACTLR.SMP (2015-02-13
> 13:14:56 +0900)
> 

Applied to u-boot/master, thanks!