mbox series

[U-Boot,PULL] u-boot-sh/master

Message ID 25b95d7a-7ccc-b597-913b-3b32a13d6882@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-sh/master | expand

Pull-request

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

Message

Marek Vasut April 26, 2018, 11:11 p.m. UTC
The following changes since commit a61f9d1fbbca3c5e59b907ad3071db70ef174872:

  Merge git://git.denx.de/u-boot-spi (2018-04-25 20:50:28 -0400)

are available in the Git repository at:

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

for you to fetch changes up to fe537802f1f0caa5c28f282bbb057ab2d9d684f8:

  ARM: rmobile: Fix PMIC address on E2 Silk (2018-04-26 13:56:57 +0200)

----------------------------------------------------------------
Marek Vasut (5):
      ARM: rmobile: Enable HS200 support on M3N Salvator-X
      ARM: rmobile: Update H2 Lager
      ARM: rmobile: Update M2-N Gose
      ARM: rmobile: Update E2 Alt
      ARM: rmobile: Fix PMIC address on E2 Silk

 arch/arm/dts/r8a7790-lager-u-boot.dts |   4 ++
 arch/arm/dts/r8a7793-gose-u-boot.dts  |   4 ++
 arch/arm/dts/r8a7794-alt-u-boot.dts   |   4 ++
 arch/arm/mach-rmobile/Kconfig.32      |   9 ++++
 board/renesas/alt/Makefile            |   6 ++-
 board/renesas/alt/alt.c               | 209
+++++++++++++++++++++-------------------------------------------------------
 board/renesas/alt/alt_spl.c           | 411
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/gose/Makefile           |   8 ++-
 board/renesas/gose/gose.c             | 190
+++++++++++++++++++++------------------------------------------------
 board/renesas/gose/gose_spl.c         | 408
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/lager/Makefile          |   6 ++-
 board/renesas/lager/lager.c           | 206
++++++++++++++++++++-------------------------------------------------------
 board/renesas/lager/lager_spl.c       | 396
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/silk/silk.c             |   2 +-
 configs/alt_defconfig                 |  49 ++++++++++++++++--
 configs/gose_defconfig                |  49 ++++++++++++++++--
 configs/lager_defconfig               |  49 ++++++++++++++++--
 configs/r8a77965_salvator-x_defconfig |   3 ++
 include/configs/alt.h                 |  71 ++++++++------------------
 include/configs/gose.h                |  64 ++++++++----------------
 include/configs/lager.h               |  65 +++++++-----------------
 21 files changed, 1622 insertions(+), 591 deletions(-)
 create mode 100644 board/renesas/alt/alt_spl.c
 create mode 100644 board/renesas/gose/gose_spl.c
 create mode 100644 board/renesas/lager/lager_spl.c

Comments

Tom Rini April 27, 2018, 11:20 a.m. UTC | #1
On Fri, Apr 27, 2018 at 01:11:04AM +0200, Marek Vasut wrote:

> The following changes since commit a61f9d1fbbca3c5e59b907ad3071db70ef174872:
> 
>   Merge git://git.denx.de/u-boot-spi (2018-04-25 20:50:28 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to fe537802f1f0caa5c28f282bbb057ab2d9d684f8:
> 
>   ARM: rmobile: Fix PMIC address on E2 Silk (2018-04-26 13:56:57 +0200)
> 

Applied to u-boot/master, thanks!