mbox series

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

Message ID 43251f8e-da64-4c3d-1827-95b834e1e466@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 18, 2018, 7:57 p.m. UTC
The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:

  Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 7d0299cd8f11f33910f15531913ff2e3d1621bda:

  ARM: rmobile: Update M2 Koelsch (2018-04-17 20:19:57 +0200)

----------------------------------------------------------------
Marek Vasut (7):
      ARM: rmobile: Add Renesas RPC HF/QSPI DT nodes
      ARM: rmobile: Enable RPC QSPI on R8A77970 V3M Eagle
      ARM: rmobile: Disable SDHI on R8A77970 V3M Eagle
      ARM: rmobile: Enable fitImage support on Gen3
      ARM: rmobile: Ignore U-Boot env when started via JTAG on Stout
      ARM: rmobile: Ignore U-Boot env when started via JTAG on Porter
      ARM: rmobile: Update M2 Koelsch

 arch/arm/dts/r8a7791-koelsch-u-boot.dts |   4 ++
 arch/arm/dts/r8a7795.dtsi               |   8 +++
 arch/arm/dts/r8a7796.dtsi               |   8 +++
 arch/arm/dts/r8a77965.dtsi              |   8 +++
 arch/arm/dts/r8a77970-eagle.dts         |  20 ++++++++
 arch/arm/dts/r8a77970.dtsi              |   8 +++
 arch/arm/dts/r8a77995.dtsi              |   8 +++
 arch/arm/mach-rmobile/Kconfig.32        |   3 ++
 board/renesas/koelsch/Makefile          |   6 ++-
 board/renesas/koelsch/koelsch.c         | 187
+++++++++++++++++--------------------------------------------------
 board/renesas/koelsch/koelsch_spl.c     | 410
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/porter/porter.c           |  16 ++++++
 board/renesas/stout/stout.c             |  15 ++++++
 configs/koelsch_defconfig               |  49 ++++++++++++++++--
 configs/r8a7795_salvator-x_defconfig    |   1 +
 configs/r8a7795_ulcb_defconfig          |   1 +
 configs/r8a77965_salvator-x_defconfig   |   1 +
 configs/r8a7796_salvator-x_defconfig    |   1 +
 configs/r8a7796_ulcb_defconfig          |   1 +
 configs/r8a77970_eagle_defconfig        |  18 ++++---
 configs/r8a77995_draak_defconfig        |   1 +
 include/configs/eagle.h                 |   6 +++
 include/configs/koelsch.h               |  58 +++++++--------------
 23 files changed, 647 insertions(+), 191 deletions(-)
 create mode 100644 board/renesas/koelsch/koelsch_spl.c

Comments

Tom Rini April 19, 2018, 3:14 a.m. UTC | #1
On Wed, Apr 18, 2018 at 09:57:19PM +0200, Marek Vasut wrote:

> The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:
> 
>   Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 7d0299cd8f11f33910f15531913ff2e3d1621bda:
> 
>   ARM: rmobile: Update M2 Koelsch (2018-04-17 20:19:57 +0200)
> 

Applied to u-boot/master, thanks!
Marek Vasut April 20, 2018, 1:46 p.m. UTC | #2
On 04/19/2018 05:14 AM, Tom Rini wrote:
> On Wed, Apr 18, 2018 at 09:57:19PM +0200, Marek Vasut wrote:
> 
>> The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:
>>
>>   Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)
>>
>> are available in the Git repository at:
>>
>>   git://git.denx.de/u-boot-sh.git master
>>
>> for you to fetch changes up to 7d0299cd8f11f33910f15531913ff2e3d1621bda:
>>
>>   ARM: rmobile: Update M2 Koelsch (2018-04-17 20:19:57 +0200)
>>
> 
> Applied to u-boot/master, thanks!

Are you sure? I don't see it in master
Tom Rini April 20, 2018, 1:54 p.m. UTC | #3
On Fri, Apr 20, 2018 at 03:46:00PM +0200, Marek Vasut wrote:
> On 04/19/2018 05:14 AM, Tom Rini wrote:
> > On Wed, Apr 18, 2018 at 09:57:19PM +0200, Marek Vasut wrote:
> > 
> >> The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:
> >>
> >>   Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://git.denx.de/u-boot-sh.git master
> >>
> >> for you to fetch changes up to 7d0299cd8f11f33910f15531913ff2e3d1621bda:
> >>
> >>   ARM: rmobile: Update M2 Koelsch (2018-04-17 20:19:57 +0200)
> >>
> > 
> > Applied to u-boot/master, thanks!
> 
> Are you sure? I don't see it in master

Ah yes, thanks for the reminder.  The denx side had a hiccup at the time
and I forgot to re-push in the morning.