mbox

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

Message ID CABMQnVJO0WTRgzcvYcOiGbjfpLxUBJ0FV+d-zos+kfgemccBvw@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 June 1, 2015, 3:19 a.m. UTC
Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit 012681b1fa822492bb8fdc5c2dd3d24d6092e110:

  am33xx, spl, siemens: enable debug uart output again (2015-05-28
08:18:25 -0400)

are available in the git repository at:

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

for you to fetch changes up to a5aef732066c6de0d2466174fb017e8a6fb0267a:

  arm: rmobile: alt: Update to QoS revision 0.31 and 0.321 (2015-06-01
08:56:34 +0900)

----------------------------------------------------------------
Mitsuhiro Kimura (1):
      arm: rmobile: alt: Add ethernet function B support

Nobuhiro Iwamatsu (4):
      arm: rmobile: lager: Update to QoS revision 0.973
      arm: rmobile: koelsch: Update to QoS revision 0.411
      arm: rmobile: gose: Update to QoS revision 0.311
      arm: rmobile: alt: Update to QoS revision 0.31 and 0.321

 arch/arm/cpu/armv7/rmobile/Kconfig          |  22 ++++++++++++++
 arch/arm/include/asm/arch-rmobile/r8a7794.h |   4 +++
 board/renesas/alt/Kconfig                   |   9 ++++++
 board/renesas/alt/alt.c                     |  17 ++++++++++-
 board/renesas/alt/qos.c                     |  76
++++++++++++++++++++++++++++++++++++++--------
 board/renesas/gose/qos.c                    |  72
+++++++++++++++++++++++++++++++++++--------
 board/renesas/koelsch/qos.c                 | 104
+++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 board/renesas/lager/qos.c                   |  69
++++++++++++++++++++++++++++++++++--------
 8 files changed, 323 insertions(+), 50 deletions(-)

Comments

Tom Rini June 2, 2015, 12:55 p.m. UTC | #1
On Mon, Jun 01, 2015 at 12:19:17PM +0900, Nobuhiro Iwamatsu wrote:

> Dear Tom Rini.
> 
> Please pull u-boot-sh rmobile branch.
> 
> The following changes since commit 012681b1fa822492bb8fdc5c2dd3d24d6092e110:
> 
>   am33xx, spl, siemens: enable debug uart output again (2015-05-28
> 08:18:25 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to a5aef732066c6de0d2466174fb017e8a6fb0267a:
> 
>   arm: rmobile: alt: Update to QoS revision 0.31 and 0.321 (2015-06-01
> 08:56:34 +0900)
> 

Applied to u-boot/master, thanks!