Re: [PULL] u-boot-sh/master

2025-12-30 Thread Tom Rini
On Mon, 29 Dec 2025 21:53:59 +0100, Marek Vasut wrote:

> Fix R-Car D3 ability to boot Linux kernel. This is for 2026.01 .
> 
> The following changes since commit 56cac250b0839ddbad1311d3ca4231f532b5aadf:
> 
>   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh 
> (2025-12-23 11:17:37 -0600)
> 
> are available in the Git repository at:
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-12-29 Thread Marek Vasut
Fix R-Car D3 ability to boot Linux kernel. This is for 2026.01 .

The following changes since commit 56cac250b0839ddbad1311d3ca4231f532b5aadf:

  Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh 
(2025-12-23 11:17:37 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 06df1a5072af74039732dee631c810dd8cd3471c:

  clk: renesas: Do not disable realtime modules on R8A77995 D3 (2025-12-29 
20:47:53 +0100)


Niklas Söderlund (2):
  clk: renesas: Do not enable MSTP4 extra modules on R8A77995 D3
  clk: renesas: Do not disable realtime modules on R8A77995 D3

 drivers/clk/renesas/r8a77995-cpg-mssr.c | 24 
 drivers/clk/renesas/renesas-cpg-mssr.c  |  3 ++-
 2 files changed, 14 insertions(+), 13 deletions(-)


Re: [PULL] u-boot-sh/master

2025-12-23 Thread Tom Rini
On Tue, 23 Dec 2025 17:54:35 +0100, Marek Vasut wrote:

> The following changes since commit 0f6ff53d55ba254de8a995c2a2f5a313acd40ac7:
> 
>   Prepare v2026.01-rc5 (2025-12-22 16:26:11 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-12-23 Thread Marek Vasut
The following changes since commit 0f6ff53d55ba254de8a995c2a2f5a313acd40ac7:

  Prepare v2026.01-rc5 (2025-12-22 16:26:11 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 0c230a3a8ef46f76a730324f44da96c713088825:

  net: ravb: Configure CXR31 and CXR35 on rzg2l (2025-12-23 15:35:34 +0100)


Mathieu Othacehe (1):
  net: ravb: Configure CXR31 and CXR35 on rzg2l

 drivers/net/ravb.c | 22 ++
 1 file changed, 22 insertions(+)


Re: [PULL] u-boot-sh/master

2025-12-03 Thread Tom Rini
On Wed, 03 Dec 2025 02:19:09 +0100, Marek Vasut wrote:

> This is R-Car X5H support. It was originally posted before rc1 and the
> changes are well isolated. This is the final patchset which enables the
> Gen5 drivers that are already in tree. I waited with this a bit until
> the SCMI ID discussion stabilized and TFA X5H support landed. So now,
> I can add the final piece into U-Boot too.
> 
> Note that this is still very much experimental, the X5H upstreaming is
> in very early stages. The OF_UPSTREAM conversion will happen likely in
> 2026.04 or 2026.07 window, depending on when the Linux DTs land. The
> compound-clock.c is surely going to go away once SCP gets updated and
> the MFIS mailbox will be reworked once upstream bindings get developed.
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-12-02 Thread Marek Vasut
This is R-Car X5H support. It was originally posted before rc1 and the
changes are well isolated. This is the final patchset which enables the
Gen5 drivers that are already in tree. I waited with this a bit until
the SCMI ID discussion stabilized and TFA X5H support landed. So now,
I can add the final piece into U-Boot too.

Note that this is still very much experimental, the X5H upstreaming is
in very early stages. The OF_UPSTREAM conversion will happen likely in
2026.04 or 2026.07 window, depending on when the Linux DTs land. The
compound-clock.c is surely going to go away once SCP gets updated and
the MFIS mailbox will be reworked once upstream bindings get developed.

This also includes SH DT alignment fix.

The following changes since commit d4a8124805e3de3da5c9a005daa791bfba2ed28d:

  Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh 
(2025-12-02 15:25:14 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 186de8a8fa860b44c528711d295fe3f32952074b:

  arm64: renesas: Extend stub PSCI implementation to R-Car Gen5 (2025-12-03 
00:17:15 +0100)


Hai Pham (4):
  arm64: renesas: Add Renesas R-Car Gen5 infrastructure
  arm64: dts: renesas: Add Renesas R-Car X5H R8A78000 SoC DTs
  arm64: dts: renesas: Add Renesas R-Car X5H R8A78000 Ironhide board code
  arm64: renesas: Extend stub PSCI implementation to R-Car Gen5

Marek Vasut (2):
  sh: Assure end of U-Boot is at 8-byte aligned offset
  clk: renesas: Introduce temporary compound clock for SCP compatibility

Tuyen Dang (1):
  mailbox: renesas: Add Renesas MFIS Multifunctional Interface mailbox 
driver

 Makefile   |9 +
 arch/arm/dts/Makefile  |7 +
 arch/arm/dts/r8a78000-ironhide-u-boot.dtsi |8 +
 arch/arm/dts/r8a78000-ironhide.dts |  257 +
 arch/arm/dts/r8a78000-u-boot.dtsi  |  139 +++
 arch/arm/dts/r8a78000.dtsi | 1164 
 arch/arm/mach-renesas/Kconfig  |5 +
 arch/arm/mach-renesas/Kconfig.64   |1 +
 arch/arm/mach-renesas/Kconfig.rcar5|   26 +
 arch/arm/mach-renesas/Makefile |1 +
 arch/arm/mach-renesas/cpu_info-rcar.c  |8 +-
 arch/arm/mach-renesas/cpu_info.c   |1 +
 .../arm/mach-renesas/include/mach/rcar-gen5-base.h |   44 +
 arch/arm/mach-renesas/include/mach/renesas.h   |3 +
 arch/arm/mach-renesas/psci-rcar64.c|5 +
 arch/sh/cpu/u-boot.lds |3 +-
 board/renesas/MAINTAINERS  |2 +-
 board/renesas/common/Makefile  |4 +
 board/renesas/common/gen5-common.c |   75 ++
 board/renesas/ironhide/Kconfig |   15 +
 configs/r8a78000_ironhide_defconfig|   43 +
 configs/renesas_rcar5.config   |   23 +
 drivers/clk/renesas/Makefile   |4 +
 drivers/clk/renesas/compound-clock.c   |   92 ++
 drivers/mailbox/Kconfig|   10 +
 drivers/mailbox/Makefile   |1 +
 drivers/mailbox/renesas-mfis.c |   59 +
 include/configs/ironhide.h |   11 +
 include/configs/rcar-gen5-common.h |   24 +
 include/dt-bindings/clock/r8a78000-clock-scmi.h|   46 +
 include/dt-bindings/power/r8a78000-power-scmi.h|   25 +
 include/dt-bindings/reset/r8a78000-reset-scmi.h|   33 +
 32 files changed, 2144 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/dts/r8a78000-ironhide-u-boot.dtsi
 create mode 100644 arch/arm/dts/r8a78000-ironhide.dts
 create mode 100644 arch/arm/dts/r8a78000-u-boot.dtsi
 create mode 100644 arch/arm/dts/r8a78000.dtsi
 create mode 100644 arch/arm/mach-renesas/Kconfig.rcar5
 create mode 100644 arch/arm/mach-renesas/include/mach/rcar-gen5-base.h
 create mode 100644 board/renesas/common/gen5-common.c
 create mode 100644 board/renesas/ironhide/Kconfig
 create mode 100644 configs/r8a78000_ironhide_defconfig
 create mode 100644 configs/renesas_rcar5.config
 create mode 100644 drivers/clk/renesas/compound-clock.c
 create mode 100644 drivers/mailbox/renesas-mfis.c
 create mode 100644 include/configs/ironhide.h
 create mode 100644 include/configs/rcar-gen5-common.h
 create mode 100644 include/dt-bindings/clock/r8a78000-clock-scmi.h
 create mode 100644 include/dt-bindings/power/r8a78000-power-scmi.h
 create mode 100644 include/dt-bindings/reset/r8a78000-reset-scmi.h


Re: [PULL] u-boot-sh/master

2025-12-02 Thread Tom Rini
On Tue, 02 Dec 2025 20:57:43 +0100, Marek Vasut wrote:

> Two fixes for R-Car Gen4 and CONFIG_ENV_OVERWRITE=n to always expect setenv -f
> to be used when overwriting ethernet MAC on all R-Car.
> 
> The following changes since commit c6ee44b5573a90b0a3a36cf858954e04439ae632:
> 
>   Merge tag 'u-boot-socfpga-next-20251201' of 
> https://source.denx.de/u-boot/custodians/u-boot-socfpga (2025-12-01 10:37:45 
> -0600)
> 
> are available in the Git repository at:
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-12-02 Thread Marek Vasut
Two fixes for R-Car Gen4 and CONFIG_ENV_OVERWRITE=n to always expect setenv -f
to be used when overwriting ethernet MAC on all R-Car.

The following changes since commit c6ee44b5573a90b0a3a36cf858954e04439ae632:

  Merge tag 'u-boot-socfpga-next-20251201' of 
https://source.denx.de/u-boot/custodians/u-boot-socfpga (2025-12-01 10:37:45 
-0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 6ec94acd15e3a44700287c27ca8cf15488afd424:

  arm64: renesas: r8a779g3: Use redundant env on Retronix R-Car V4H Sparrow 
Hawk board (2025-12-02 19:25:17 +0100)


Marek Vasut (3):
  ARM: dts: renesas: Enable R8A779G0 V4H White Hawk RPC SPI DT node
  ARM: renesas: Disable CONFIG_ENV_OVERWRITE on all boards
  arm64: renesas: r8a779g3: Use redundant env on Retronix R-Car V4H Sparrow 
Hawk board

 arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi | 2 --
 configs/r8a779g3_sparrowhawk_defconfig   | 1 +
 configs/renesas_rcar.config  | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)


Re: [PULL] u-boot-sh/master

2025-11-15 Thread Tom Rini
On Thu, 13 Nov 2025 23:15:40 +0100, Marek Vasut wrote:

> R-Car Gen4 pinctrl alignment with latest reference manual.
> 
> The following changes since commit 6c2f2d9aa63d1642dffae7d7ac88f7ae879e13d1:
> 
>   Merge branch 'master' of git://source.denx.de/u-boot-usb (2025-11-13 
> 08:01:57 -0600)
> 
> are available in the Git repository at:
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-11-13 Thread Marek Vasut
R-Car Gen4 pinctrl alignment with latest reference manual.

The following changes since commit 6c2f2d9aa63d1642dffae7d7ac88f7ae879e13d1:

  Merge branch 'master' of git://source.denx.de/u-boot-usb (2025-11-13 08:01:57 
-0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to f71eea7f85ab85b74f4968c1e1e46369614d3903:

  pinctrl: renesas: r8a779h0: Remove STPWT_EXTFXR (2025-11-13 16:30:26 +0100)


Geert Uytterhoeven (1):
  pinctrl: renesas: r8a779h0: Remove STPWT_EXTFXR

Huy Bui (3):
  pinctrl: renesas: r8a779g0: Remove CC5_OSCOUT
  pinctrl: renesas: r8a779g0: Remove STPWT_EXTFXR
  pinctrl: renesas: r8a779h0: Remove CC5_OSCOUT

Thanh Quan (1):
  pinctrl: renesas: r8a779g0: Remove AVB[01]_MII

 drivers/pinctrl/renesas/pfc-r8a779g0.c | 100 +++--
 drivers/pinctrl/renesas/pfc-r8a779h0.c |   6 +-
 2 files changed, 35 insertions(+), 71 deletions(-)


Re: [PULL] u-boot-sh/master

2025-11-09 Thread Tom Rini
On Sat, 08 Nov 2025 00:27:20 +0100, Marek Vasut wrote:

> Remaining R-Car Gen5 driver patches, MMC, clock.
> Also a trivial adjustment for mailbox core to
> allow operation without .recv callback.
> 
> The following changes since commit fdf36c2e9ad4f770ee951398a86bd55404d9b7ec:
> 
>   spl: remove redundant prints in boot_from_devices (2025-11-06 17:42:07 
> -0600)
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-11-07 Thread Marek Vasut
Remaining R-Car Gen5 driver patches, MMC, clock.
Also a trivial adjustment for mailbox core to
allow operation without .recv callback.

The following changes since commit fdf36c2e9ad4f770ee951398a86bd55404d9b7ec:

  spl: remove redundant prints in boot_from_devices (2025-11-06 17:42:07 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 9535cdf0cb16671131ff2c3001c9f04f93d2fb99:

  mmc: renesas-sdhi: Add R-Car Gen5 support (2025-11-07 17:40:42 +0100)


Hai Pham (1):
  mmc: renesas-sdhi: Add R-Car Gen5 support

Marek Vasut (2):
  clk: renesas: Isolate R-Car Gen3 driver to Gen3, Gen4 and RZ/G2L
  mailbox: Allow operation without .recv callback

 drivers/clk/renesas/Kconfig  | 4 ++--
 drivers/mailbox/mailbox-uclass.c | 9 +
 drivers/mmc/renesas-sdhi.c   | 1 +
 3 files changed, 12 insertions(+), 2 deletions(-)


Re: [PULL] u-boot-sh/master

2025-11-07 Thread Tom Rini
On Thu, 06 Nov 2025 23:05:47 +0100, Marek Vasut wrote:

> This is mostly R-Car Gen5 drivers for GPIO, pin control, RSwitch3
> and matching PHYs. There is also a few trivial clean ups for arch
> headers and configs. Board code, DT and clock are coming in follow
> up PR.
> 
> The following changes since commit c488907f91ec90bb6a93803b1db53e24b93b52ea:
> 
>   Invalidate cached FAT device upon boot error (2025-11-06 08:31:34 -0600)
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-11-06 Thread Marek Vasut
This is mostly R-Car Gen5 drivers for GPIO, pin control, RSwitch3
and matching PHYs. There is also a few trivial clean ups for arch
headers and configs. Board code, DT and clock are coming in follow
up PR.

The following changes since commit c488907f91ec90bb6a93803b1db53e24b93b52ea:

  Invalidate cached FAT device upon boot error (2025-11-06 08:31:34 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 057b1f8df9b5f6dced7f7db353a175744bf26031:

  arm64: renesas: Clean up default boot command (2025-11-06 20:13:52 +0100)


Hai Pham (4):
  pinctrl: renesas: Show bit position in config write
  pinctrl: renesas: Move drive strength configuration into 
sh_pfc_soc_operations
  arm64: renesas: Make CONFIG_SYS_LOAD_ADDR family-specific
  arm64: renesas: Use reset macro from common header

Huy Bui (2):
  gpio: renesas: Add R-Car Gen5 support
  pinctrl: renesas: Add initial R8A78000 R-Car X5H PFC tables

Marek Vasut (20):
  net: rswitch: Switch indent from spaces to tabs
  net: rswitch: Drop unused macros
  net: rswitch: Initialize RX DMA descriptor .die_dt field to DT_FEMPTY
  net: rswitch: Use bulk clock operations
  net: rswitch: Add support for split MII and SerDes
  net: rswitch: Parametize COMA, ETHA, GWCA offsets
  net: rswitch: Parametrize port count
  net: rswitch: Parametrize forwarding engine CSD register offset
  net: rswitch: Inline FWRO, CARO, GWRO, TARO, RMRO macros
  net: rswitch: Parametrize GWDCBAC, FWPBFCSDC, CABPIRM register offsets
  net: rswitch: Parametrize MPIC_MDC_CLK_SET clock setting
  net: rswitch: Add Renesas R-Car X5H Ethernet Switch3 support
  gpio: renesas: Drop pfc_offset parsing
  gpio: renesas: Drop unused register macros
  gpio: renesas: Wrap quirks in struct rcar_gpio_data
  gpio: renesas: Access INDT, POSNEG, INEN registers via match data offsets
  pinctrl: renesas: Align Kconfig entry indent
  arm64: renesas: Drop encoded file name from R-Car Gen3/Gen4 header
  arm64: renesas: Use BIT() macro in R-Car Gen3 header
  arm64: renesas: Clean up default boot command

Tam Nguyen (1):
  phy: renesas: Add PCS driver for Renesas R-Car X5H R8A78000

Thanh Quan (1):
  phy: renesas: Add Multi-Protocol PHY driver for R-Car X5H

 .../arm/mach-renesas/include/mach/rcar-gen3-base.h |   12 +-
 .../arm/mach-renesas/include/mach/rcar-gen4-base.h |4 +-
 arch/arm/mach-renesas/psci-rcar64.c|5 +-
 board/renesas/common/gen4-common.c |8 -
 configs/hihope_rzg2_defconfig  |2 +-
 configs/r8a77970_eagle_defconfig   |2 +-
 configs/r8a77980_condor_defconfig  |2 +-
 configs/r8a77990_ebisu_defconfig   |2 +-
 configs/r8a77995_draak_defconfig   |2 +-
 configs/r8a779a0_falcon_defconfig  |2 +-
 configs/r8a779f0_spider_defconfig  |2 +-
 configs/r8a779f4_s4sk_defconfig|2 +-
 configs/r8a779g0_whitehawk_defconfig   |2 +-
 configs/r8a779h0_grayhawk_defconfig|2 +-
 configs/rcar3_salvator-x_defconfig |2 +-
 configs/rcar3_ulcb_defconfig   |2 +-
 configs/renesas_rcar3.config   |1 +
 configs/renesas_rcar4.config   |1 +
 configs/renesas_rcar64.config  |1 -
 configs/silinux_ek874_defconfig|2 +-
 drivers/gpio/gpio-rcar.c   |   84 +-
 drivers/net/Kconfig|5 +-
 drivers/net/rswitch.c  |  441 +-
 drivers/phy/renesas/Kconfig|   12 +
 drivers/phy/renesas/Makefile   |2 +
 drivers/phy/renesas/r8a78000-ether-pcs.c   |  424 ++
 drivers/phy/renesas/r8a78000-mp-phy.c  |  225 +
 drivers/pinctrl/renesas/Kconfig|   38 +-
 drivers/pinctrl/renesas/Makefile   |1 +
 drivers/pinctrl/renesas/pfc-r8a7790.c  |1 +
 drivers/pinctrl/renesas/pfc-r8a7791.c  |1 +
 drivers/pinctrl/renesas/pfc-r8a7792.c  |1 +
 drivers/pinctrl/renesas/pfc-r8a7794.c  |1 +
 drivers/pinctrl/renesas/pfc-r8a77951.c |1 +
 drivers/pinctrl/renesas/pfc-r8a7796.c  |1 +
 drivers/pinctrl/renesas/pfc-r8a77965.c |1 +
 drivers/pinctrl/renesas/pfc-r8a77970.c |1 +
 drivers/pinctrl/renesas/pfc-r8a77980.c |1 +
 drivers/pinctrl/renesas/pfc-r8a77990.c |1 +
 drivers/pinctrl/renesas/pfc-r8a77995.c |1 +
 drivers/pinctrl/renesas/pfc-r8a779a0.c |1 +
 drivers/pinctrl/renesas/pfc-

Re: [PULL] u-boot-sh/master

2025-10-29 Thread Tom Rini
On Wed, 29 Oct 2025 02:31:40 +0100, Marek Vasut wrote:

> The following changes since commit 23987e10905146def3ab61e55ec912c6e742efdc:
> 
>   Prepare v2026.01-rc1 (2025-10-27 16:10:23 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-10-28 Thread Marek Vasut
The following changes since commit 23987e10905146def3ab61e55ec912c6e742efdc:

  Prepare v2026.01-rc1 (2025-10-27 16:10:23 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 4c41735ecaacaf048771124e7eb3eda2122497ab:

  ARM: renesas: Drop 'imply MULTI_DTB_FIT_USER_DEFINED_AREA' lines (2025-10-28 
18:35:29 +0100)


Tom Rini (1):
  ARM: renesas: Drop 'imply MULTI_DTB_FIT_USER_DEFINED_AREA' lines

 arch/arm/mach-renesas/Kconfig   | 1 -
 arch/arm/mach-renesas/Kconfig.rcar3 | 4 
 2 files changed, 5 deletions(-)


Re: [PULL] u-boot-sh/master

2025-10-18 Thread Tom Rini
On Sat, 18 Oct 2025 01:25:52 +0200, Marek Vasut wrote:

> SH HSCIF FIFO fixes, R-Car V4H/V4M DT corrections, R-Car V4H Sparrow Hawk PCIe
> shutdown support before booting Linux.
> 
> The following changes since commit bf1d8c1fec863b7da2f0d1ed4bd5526275d70dc2:
> 
>   test/py: Update to a newer pytest release (2025-10-16 18:03:27 -0600)
> 
> are available in the Git repository at:
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-10-17 Thread Marek Vasut
SH HSCIF FIFO fixes, R-Car V4H/V4M DT corrections, R-Car V4H Sparrow Hawk PCIe
shutdown support before booting Linux.

The following changes since commit bf1d8c1fec863b7da2f0d1ed4bd5526275d70dc2:

  test/py: Update to a newer pytest release (2025-10-16 18:03:27 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to b9efaf6729d06df94ded46710725746a41eaf0fc:

  ARM: dts: renesas: Disable RPC driver on R8A779H0 V4M Gray Hawk board 
(2025-10-18 00:19:03 +0200)


Marek Vasut (5):
  pci: pcie-rcar-gen4: Shut down controller on link down and remove
  arm64: renesas: r8a779g3: Reset PCIe before next stage on Retronix R-Car 
V4H Sparrow Hawk
  serial: sh: Handle HSCIF RX FIFO overflow
  ARM: dts: renesas: Disable R8A779G0 V4H White Hawk RPC SPI DT node again
  ARM: dts: renesas: Reinstate R8A779H0 V4M U-Boot DTs

Nguyen Tran (1):
  ARM: dts: renesas: Disable RPC driver on R8A779H0 V4M Gray Hawk board

 arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi   |  2 ++
 arch/arm/dts/r8a779h0-gray-hawk-single-u-boot.dtsi | 41 ++
 arch/arm/dts/r8a779h0-u-boot.dtsi  | 11 ++
 board/renesas/sparrowhawk/sparrowhawk.c| 27 ++
 drivers/pci/pci-rcar-gen4.c| 26 ++
 drivers/serial/serial_sh.c | 11 +-
 6 files changed, 117 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/r8a779h0-gray-hawk-single-u-boot.dtsi
 create mode 100644 arch/arm/dts/r8a779h0-u-boot.dtsi


Re: [PULL] u-boot-sh/master

2025-09-26 Thread Tom Rini
On Fri, 26 Sep 2025 00:39:16 +0200, Marek Vasut wrote:

> RZG2 boot failure fix for boot with TFA which does not pass DT,
> and R-Car Gen4 PCIe controller driver alignment with Linux fixes.
> 
> The following changes since commit f53fe908ac3dd44f7ad63dff319636541710b98c:
> 
>   Merge patch series "Fix boot w/ scriptaddr & minor newline issue" 
> (2025-09-24 07:50:13 -0600)
> 
> are available in the Git repository at:
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-09-25 Thread Marek Vasut
RZG2 boot failure fix for boot with TFA which does not pass DT,
and R-Car Gen4 PCIe controller driver alignment with Linux fixes.

The following changes since commit f53fe908ac3dd44f7ad63dff319636541710b98c:

  Merge patch series "Fix boot w/ scriptaddr & minor newline issue" (2025-09-24 
07:50:13 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 19c292a8c5d0e2d0b85279d22643c6a4f6db9139:

  pci: pcie-rcar-gen4: Add missing 1ms delay after PWR reset assertion 
(2025-09-25 23:19:17 +0200)


Marek Vasut (3):
  pci: pcie-rcar-gen4: Fix inverted break condition in PHY initialization
  pci: pcie-rcar-gen4: Assure reset occurs before DBI access
  pci: pcie-rcar-gen4: Add missing 1ms delay after PWR reset assertion

Mathieu Othacehe (1):
  board: rzg2l: Check the DTB pointer passed by the TF-A.

 arch/arm/mach-renesas/cpu_info-rzg2l.c | 2 +-
 board/renesas/rzg2l/rzg2l.c| 4 ++--
 drivers/pci/pci-rcar-gen4.c| 7 ++-
 3 files changed, 9 insertions(+), 4 deletions(-)


Re: [PULL] u-boot-sh/master

2025-09-08 Thread Tom Rini
On Sun, 07 Sep 2025 22:21:57 +0200, Marek Vasut wrote:

> Trivial last minute fix ups.
> 
> The following changes since commit 328747974a0620d0996113fe2b3906b06e96de00:
> 
>   Merge branch 'master' of 
> https://source.denx.de/u-boot/custodians/u-boot-samsung (2025-09-05 08:15:16 
> -0600)
> 
> are available in the Git repository at:
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-09-07 Thread Marek Vasut
Trivial last minute fix ups.

The following changes since commit 328747974a0620d0996113fe2b3906b06e96de00:

  Merge branch 'master' of 
https://source.denx.de/u-boot/custodians/u-boot-samsung (2025-09-05 08:15:16 
-0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to b5294efd21369db75cf2176fdce93d14cd8485ca:

  arm64: renesas: r8a779g3: Use $loadaddr in bootcmd on Retronix R-Car V4H 
Sparrow Hawk board (2025-09-07 20:29:50 +0200)


Marek Vasut (2):
  ARM: renesas: Enable CONFIG_ENV_VARS_UBOOT_CONFIG on all boards
  arm64: renesas: r8a779g3: Use $loadaddr in bootcmd on Retronix R-Car V4H 
Sparrow Hawk board

 configs/r8a779g3_sparrowhawk_defconfig | 2 +-
 configs/renesas_rcar.config| 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


Re: [PULL] u-boot-sh/master

2025-09-03 Thread Tom Rini
On Wed, 03 Sep 2025 04:00:26 +0200, Marek Vasut wrote:

> The following changes since commit d367be2b13a388fdb0dc2720f66c30ddcec8a4fd:
> 
>   Merge tag 'u-boot-rockchip-20250831' of 
> https://source.denx.de/u-boot/custodians/u-boot-rockchip (2025-09-01 09:50:01 
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-09-02 Thread Marek Vasut
The following changes since commit d367be2b13a388fdb0dc2720f66c30ddcec8a4fd:

  Merge tag 'u-boot-rockchip-20250831' of 
https://source.denx.de/u-boot/custodians/u-boot-rockchip (2025-09-01 09:50:01 
-0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 8705ee4b6d3665f096017aaef5c1496ba7c74cc3:

  pinctrl: rzg2l: Variable may not have been assigned to (2025-09-03 02:45:08 
+0200)


Andrew Goodbody (1):
  pinctrl: rzg2l: Variable may not have been assigned to

 drivers/pinctrl/renesas/rzg2l-pfc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Re: [PULL] u-boot-sh/master

2025-08-21 Thread Tom Rini
On Thu, 21 Aug 2025 19:23:44 +0200, Marek Vasut wrote:

> DRAM controller driver off-by-one error fix.
> 
> The following changes since commit 54fbdd408873413af86d86de03a490c5abf280f1:
> 
>   Merge tag 'net-20250818' of 
> https://source.denx.de/u-boot/custodians/u-boot-net (2025-08-18 10:54:44 
> -0600)
> 
> are available in the Git repository at:
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-08-21 Thread Marek Vasut
DRAM controller driver off-by-one error fix.

The following changes since commit 54fbdd408873413af86d86de03a490c5abf280f1:

  Merge tag 'net-20250818' of 
https://source.denx.de/u-boot/custodians/u-boot-net (2025-08-18 10:54:44 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to b34b18a2c936c02c42c1c66bee274fcc96e25c57:

  ram: renesas: dbsc5: Fix off by 1 errors (2025-08-20 23:02:55 +0200)


Andrew Goodbody (1):
  ram: renesas: dbsc5: Fix off by 1 errors

 drivers/ram/renesas/dbsc5/dram.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)


Re: [PULL] u-boot-sh/master

2025-08-18 Thread Tom Rini
On Mon, 18 Aug 2025 00:09:09 +0200, Marek Vasut wrote:

> Fixes for newer revision of Retronix R-Car V4H Sparrow Hawk and
> fixes for boards which enable POSITION_INDEPENDENT and also set
> non-zero CONFIG_TEXT_BASE .
> 
> The following changes since commit 0c558bbad9e7581808b358091d1fd979f860e8ac:
> 
>   bootstd: rauc: Change global method to check any partition (2025-08-14 
> 09:18:43 -0600)
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-08-17 Thread Marek Vasut
Fixes for newer revision of Retronix R-Car V4H Sparrow Hawk and
fixes for boards which enable POSITION_INDEPENDENT and also set
non-zero CONFIG_TEXT_BASE .

The following changes since commit 0c558bbad9e7581808b358091d1fd979f860e8ac:

  bootstd: rauc: Change global method to check any partition (2025-08-14 
09:18:43 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to c797d8bac9921208253242251b855e97107fba22:

  configs: Remove redundant CONFIG_TEXT_BASE assignments for Renesas defconfigs 
(2025-08-17 14:41:23 +0200)


Lad Prabhakar (1):
  configs: Remove redundant CONFIG_TEXT_BASE assignments for Renesas 
defconfigs

Marek Vasut (7):
  pci: pcie-rcar-gen4: Fix PHY initialization
  arm64: renesas: r8a779g3: Disable MicroSD UHS modes on Retronix R-Car V4H 
Sparrow Hawk EVTA1
  arm64: renesas: r8a779g3: Disable dual-rank DRAM on Retronix R-Car V4H 
ES2 Sparrow Hawk
  arm64: renesas: r8a779g3: Enable xHCI USB on Retronix R-Car V4H Sparrow 
Hawk board
  arm64: dts: renesas: r8a779g3: Invert microSD voltage selector on 
Retronix R-Car V4H Sparrow Hawk EVTB1
  arm64: dts: renesas: r8a779g3: Set VDDQ18_25_AVB voltage on Retronix 
R-Car V4H Sparrow Hawk EVTB1
  arm64: dts: renesas: r8a779g3: Describe generic SPI NOR support on 
Retronix R-Car V4H Sparrow Hawk board

 arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi |  16 +++
 board/renesas/sparrowhawk/sparrowhawk.c| 130 -
 configs/hihope_rzg2_defconfig  |   1 -
 configs/r8a77970_eagle_defconfig   |   1 -
 configs/r8a77970_v3msk_defconfig   |   1 -
 configs/r8a77990_ebisu_defconfig   |   1 -
 configs/r8a77995_draak_defconfig   |   1 -
 configs/r8a779a0_falcon_defconfig  |   1 -
 configs/r8a779g3_sparrowhawk_defconfig |   9 ++
 configs/renesas_rzg2l_smarc_defconfig  |   1 -
 configs/rzg2_beacon_defconfig  |   1 -
 configs/silinux_ek874_defconfig|   1 -
 drivers/pci/pci-rcar-gen4.c|   2 +-
 13 files changed, 154 insertions(+), 12 deletions(-)


Re: [PULL] u-boot-sh/master

2025-08-06 Thread Tom Rini
On Wed, Aug 06, 2025 at 09:30:21PM +0200, Marek Vasut wrote:

> Various fixes for smatch warnings, the i2c one might be also coming in via
> Heiko / I2C tree, let me know if there is conflict.
> 
> There is also W77Q51NW SPI NOR ID support and matching update for the SH DTs.
> The SH DT changes are also landing in mainline Linux, so they will disappear
> the next time OF_UPSTREAM DTs get synced in, without any expected rebase 
> noise.
> 
> The following changes since commit 007610da2cca405ea7739fc120d90085be4b6ac2:
> 
>   Makefile: Remove expansion of undefined variable (2025-08-04 18:23:16 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 52a4e9079f680cb3d455d2740f5887ee9089b327:
> 
>   arm64: renesas: r8a779g3: Enable Winbond SPI NOR support on Retronix R-Car 
> V4H Sparrow Hawk board (2025-08-06 17:08:44 +0200)
> 

After talking with Marek on IRC, I've dropped the DTS portion here as
the changes are not yet in Linus' tree and so dts/upstream is not the
appropriate location. With that, and a slight rewording of the merge
commit message to reflect the lack of DT changes, this is now applied to
u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2025-08-06 Thread Marek Vasut
Various fixes for smatch warnings, the i2c one might be also coming in via
Heiko / I2C tree, let me know if there is conflict.

There is also W77Q51NW SPI NOR ID support and matching update for the SH DTs.
The SH DT changes are also landing in mainline Linux, so they will disappear
the next time OF_UPSTREAM DTs get synced in, without any expected rebase noise.

The following changes since commit 007610da2cca405ea7739fc120d90085be4b6ac2:

  Makefile: Remove expansion of undefined variable (2025-08-04 18:23:16 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 52a4e9079f680cb3d455d2740f5887ee9089b327:

  arm64: renesas: r8a779g3: Enable Winbond SPI NOR support on Retronix R-Car 
V4H Sparrow Hawk board (2025-08-06 17:08:44 +0200)


Andrew Goodbody (3):
  clk: renesas: Do not test unsigned variable to be less than 0
  i2c: rcar_iic: Do not use unitialised variable
  net: rswitch: Fix error detection

Marek Vasut (3):
  mtd: spi-nor-ids: Add support for Winbond W77Q51NW
  arm64: dts: renesas: r8a779g3: Describe generic SPI NOR support on 
Retronix R-Car V4H Sparrow Hawk board
  arm64: renesas: r8a779g3: Enable Winbond SPI NOR support on Retronix 
R-Car V4H Sparrow Hawk board

 configs/r8a779g3_sparrowhawk_defconfig   | 1 +
 drivers/clk/renesas/rcar-cpg-lib.c   | 5 +++--
 drivers/i2c/rcar_iic.c   | 2 +-
 drivers/mtd/spi/spi-nor-ids.c| 1 +
 drivers/net/rswitch.c| 4 +++-
 dts/upstream/src/arm64/renesas/r8a779g3-sparrow-hawk.dts | 6 +-
 6 files changed, 14 insertions(+), 5 deletions(-)


Re: [PULL] u-boot-sh/master

2025-07-10 Thread Tom Rini
On Thu, 10 Jul 2025 21:13:22 +0200, Marek Vasut wrote:

> - SH Ether clean ups, RZ/A1 clean ups, RZ/A1 Genmai support
> - Gen3 EEPROM DT node clean up
> - V4H SA0 BootROM compatible binman etype, SCIF compatible SREC generation 
> for Gen4
> 
> The following changes since commit 344e1798059ba65769272be3145736685bb25a7e:
> 
>   lmb: add missing fallthrough in lmb_alloc_mem() (2025-07-09 10:39:37 -0600)
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-07-10 Thread Marek Vasut
- SH Ether clean ups, RZ/A1 clean ups, RZ/A1 Genmai support
- Gen3 EEPROM DT node clean up
- V4H SA0 BootROM compatible binman etype, SCIF compatible SREC generation for 
Gen4

The following changes since commit 344e1798059ba65769272be3145736685bb25a7e:

  lmb: add missing fallthrough in lmb_alloc_mem() (2025-07-09 10:39:37 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 25adecf09467c6a2823bcdfaf3fb0b59b2389669:

  ARM: renesas: Add support for the r7s72100 Genmai board (2025-07-10 19:26:56 
+0200)


Magnus Damm (2):
  ARM: renesas: Put common r7s72100 code in board/renesas/common
  ARM: renesas: Add support for the r7s72100 Genmai board

Marek Vasut (14):
  arm64: renesas: Convert SCIF SREC from u-boot-spl.bin
  arm64: renesas: Add Renesas R-Car Gen4 SCIF/HSCIF loader SREC generation
  net: sh_eth: Pass struct port_info around
  net: sh_eth: arm: renesas: README: Drop CFG_SH_ETHER_USE_PORT
  net: sh_eth: Convert cache operations to static functions
  net: sh_eth: arm: renesas: README: Drop CFG_SH_ETHER_CACHE_*
  net: sh_eth: Drop phy_addr assignment
  net: sh_eth: arm: renesas: README: Drop CFG_SH_ETHER_PHY_ADDR
  net: sh_eth: arm: renesas: README: Drop CFG_SH_ETHER_PHY_MODE
  arm: renesas: configs: Drop deprecated comments
  arm64: dts: renesas: Clean up sysinfo EEPROM DT description on R-Car Gen3
  binman: Add renesas_rcar4_sa0 etype
  arm64: renesas: Switch R-Car V4H to renesas_rcar4_sa0 binman etype
  ARM: renesas: Split common RZ/A1 and GR-PEACH defconfigs

 .gitignore |   1 +
 README |   9 -
 arch/arm/dts/Makefile  |   1 +
 arch/arm/dts/r7s72100-genmai-u-boot.dtsi   |  32 
 arch/arm/dts/r8a77951-salvator-x-u-boot.dtsi   |   5 +-
 arch/arm/dts/r8a77951-ulcb-u-boot.dtsi |   8 +-
 arch/arm/dts/r8a77960-salvator-x-u-boot.dtsi   |   5 +-
 arch/arm/dts/r8a77960-ulcb-u-boot.dtsi |   8 +-
 arch/arm/dts/r8a77965-salvator-x-u-boot.dtsi   |   5 +-
 arch/arm/dts/r8a77965-ulcb-u-boot.dtsi |   8 +-
 arch/arm/dts/r8a77980-condor-u-boot.dtsi   |   7 +-
 arch/arm/dts/r8a77990-ebisu-u-boot.dtsi|  11 +-
 arch/arm/dts/r8a77995-draak-u-boot.dtsi|   7 +-
 arch/arm/dts/r8a779g0-u-boot.dtsi  |  78 ++---
 arch/arm/mach-renesas/Kconfig.rza1 |   4 +
 arch/arm/mach-renesas/Makefile |  14 +-
 board/renesas/common/Makefile  |   8 +
 board/renesas/common/rza1-common.c |  27 +++
 .../rza1-lowlevel_init.S}  |   0
 board/renesas/genmai/Kconfig   |  12 ++
 board/renesas/genmai/MAINTAINERS   |   5 +
 board/renesas/genmai/Makefile  |   7 +
 board/renesas/genmai/genmai.c  |  49 ++
 board/renesas/grpeach/Makefile |   1 -
 board/renesas/grpeach/grpeach.c|  22 ---
 common/spl/Kconfig |   2 +-
 configs/genmai_defconfig   |  17 ++
 configs/grpeach_defconfig  |  71 ++--
 configs/renesas_rza1.config|  55 +++
 drivers/net/sh_eth.c   | 183 -
 drivers/net/sh_eth.h   |  28 +---
 include/configs/alt.h  |  10 --
 include/configs/blanche.h  |   4 -
 include/configs/condor.h   |  13 --
 include/configs/ebisu.h|   2 -
 include/configs/falcon.h   |   3 -
 include/configs/genmai.h   |  15 ++
 include/configs/gose.h |  10 --
 include/configs/grpeach.h  |  12 --
 include/configs/koelsch.h  |  12 --
 include/configs/lager.h|  12 --
 include/configs/porter.h   |  12 --
 include/configs/silk.h |  12 --
 include/configs/stout.h|  12 --
 include/configs/v3hsk.h|  13 --
 tools/binman/etype/renesas_rcar4_sa0.py|  46 ++
 tools/binman/ftest.py  |  11 ++
 tools/binman/test/348_renesas_rcar4_sa0.dts|  15 ++
 tools/binman/test/349_renesas_rcar4_sa0_size.dts   |  20 +++
 49 files changed, 457 insertions(+), 467 deletions(-)
 create mode 100644 arch/arm/dts/r7s72100-genmai-u-boot.dtsi
 create mode 100644 board/renesas/common/rza1-common.c
 rename board/renesas/{grpeach/lowlevel_init.S => common/rza1-lowlevel_init.S} 
(100%)
 

Re: [PULL] u-boot-sh/master

2025-06-19 Thread Tom Rini
On Wed, 18 Jun 2025 22:32:47 +0200, Marek Vasut wrote:

> The following changes since commit 17012e3068d047ad71460f039eeb0c3be63f82a0:
> 
>   Merge tag 'u-boot-dfu-20250616' of 
> https://source.denx.de/u-boot/custodians/u-boot-dfu (2025-06-16 07:53:11 
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-06-18 Thread Marek Vasut
The following changes since commit 17012e3068d047ad71460f039eeb0c3be63f82a0:

  Merge tag 'u-boot-dfu-20250616' of 
https://source.denx.de/u-boot/custodians/u-boot-dfu (2025-06-16 07:53:11 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 668b2d791d94d4fd6a4be6d7dfa822b072017378:

  arm64: renesas: Move early SPL stack into System RAM SRAM on R-Car V4H boards 
(2025-06-18 17:18:43 +0200)


Marek Vasut (1):
  arm64: renesas: Move early SPL stack into System RAM SRAM on R-Car V4H 
boards

 configs/r8a779g0_whitehawk_defconfig   | 4 +++-
 configs/r8a779g3_sparrowhawk_defconfig | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)


Re: [PULL] u-boot-sh/master

2025-06-11 Thread Tom Rini
On Wed, 11 Jun 2025 00:02:52 +0200, Marek Vasut wrote:

> One more board to support, this time Retronix Sparrow Hawk
> based on Renesas R-Car V4H SoC . This is board support, so
> master branch should be fine. The DT in dts/upstream/ is a
> backport from Linux, and will disappear on next DT sync.
> 
> The following changes since commit d7c449c3d83a986d61e38d1762433c0607caf5c5:
> 
>   Prepare v2025.07-rc4 (2025-06-09 15:54:18 -0600)
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-06-10 Thread Marek Vasut
One more board to support, this time Retronix Sparrow Hawk
based on Renesas R-Car V4H SoC . This is board support, so
master branch should be fine. The DT in dts/upstream/ is a
backport from Linux, and will disappear on next DT sync.

The following changes since commit d7c449c3d83a986d61e38d1762433c0607caf5c5:

  Prepare v2025.07-rc4 (2025-06-09 15:54:18 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 55c4a6db549cdad3f185e33f439d130cec7a6bc8:

  arm64: dts: renesas: r8a779g3: Add Retronix R-Car V4H Sparrow Hawk board 
support (2025-06-10 20:50:50 +0200)


Marek Vasut (2):
  arm64: renesas: Introduce renesas_dram_init_banksize()
  arm64: dts: renesas: r8a779g3: Add Retronix R-Car V4H Sparrow Hawk board 
support

 arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi |  50 ++
 arch/arm/mach-renesas/Kconfig.rcar4|   7 +
 board/renesas/common/rcar64-common.c   |   4 +
 board/renesas/sparrowhawk/Kconfig  |  15 +
 board/renesas/sparrowhawk/MAINTAINERS  |   7 +
 board/renesas/sparrowhawk/Makefile |   9 +
 board/renesas/sparrowhawk/sparrowhawk.c| 143 +
 configs/r8a779g3_sparrowhawk_defconfig |  69 +++
 doc/board/renesas/renesas.rst  |   6 +
 .../src/arm64/renesas/r8a779g3-sparrow-hawk.dts| 666 +
 include/configs/sparrowhawk.h  |  14 +
 11 files changed, 990 insertions(+)
 create mode 100644 arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi
 create mode 100644 board/renesas/sparrowhawk/Kconfig
 create mode 100644 board/renesas/sparrowhawk/MAINTAINERS
 create mode 100644 board/renesas/sparrowhawk/Makefile
 create mode 100644 board/renesas/sparrowhawk/sparrowhawk.c
 create mode 100644 configs/r8a779g3_sparrowhawk_defconfig
 create mode 100644 dts/upstream/src/arm64/renesas/r8a779g3-sparrow-hawk.dts
 create mode 100644 include/configs/sparrowhawk.h


Re: [PULL] u-boot-sh/master

2025-05-29 Thread Tom Rini
On Thu, 29 May 2025 05:29:50 +0200, Marek Vasut wrote:

> The following changes since commit e04d137231f2e9e14708a32448c879125b8e308f:
> 
>   Revert "ext4fs: Fix: Read outside partition error" (2025-05-27 10:09:12 
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-05-28 Thread Marek Vasut
The following changes since commit e04d137231f2e9e14708a32448c879125b8e308f:

  Revert "ext4fs: Fix: Read outside partition error" (2025-05-27 10:09:12 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 9a1301aa7012184a36920e894c287d3928b469bc:

  board: rzg2l: Update MAINTAINERS file (2025-05-29 00:53:43 +0200)


Marek Vasut (2):
  ARM: renesas: Enable serial RX buffer on Renesas R-Car
  board: rzg2l: Update MAINTAINERS file

Paul Barker (1):
  board: rzg2l: Drop myself to reviewer for RZ/G2L boards

 board/renesas/rzg2l/MAINTAINERS | 5 +++--
 configs/renesas_rcar.config | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)


Re: [PULL] u-boot-sh/master

2025-05-04 Thread Tom Rini
On Sun, 04 May 2025 21:42:38 +0200, Marek Vasut wrote:

> The following changes since commit dcea465e5e299903b889f5f426eac6d6523cbf84:
> 
>   Merge tag 'u-boot-imx-master-20250503' of 
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2025-05-04 08:51:43 
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-05-04 Thread Marek Vasut
The following changes since commit dcea465e5e299903b889f5f426eac6d6523cbf84:

  Merge tag 'u-boot-imx-master-20250503' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2025-05-04 08:51:43 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to ee58ed41e6e564a70cd25fce5eb7838a3842279c:

  renesas_rzg2l_smarc_defconfig: Enable networking support (2025-05-04 20:25:03 
+0200)


Marek Vasut (1):
  net: ravb: Fix RX error handling

Paul Barker (4):
  net: ravb: Refactor out R-Car specific code
  net: ravb: Add optional reset deassertion
  net: ravb: Add RZ/G2L Support
  renesas_rzg2l_smarc_defconfig: Enable networking support

 arch/arm/mach-renesas/Kconfig |   1 +
 configs/renesas_rzg2l_smarc_defconfig |   6 ++
 drivers/net/Kconfig   |   2 +-
 drivers/net/ravb.c| 173 +-
 4 files changed, 158 insertions(+), 24 deletions(-)


Re: [PULL] u-boot-sh/master

2025-03-17 Thread Tom Rini
On Mon, 17 Mar 2025 04:16:11 +0100, Marek Vasut wrote:

> These are mainly DBSC5 DRAM controller specific fixes and updates for current
> release. There is the long overdue BL31 start V4H board code as well, that
> should be in the current release to make the V4H White Hawk board usable with
> SPL, and a fallback U-Boot PSCI implementation enablement to make sure the
> board always boots. And finally, there are two comment fixes.
> 
> The following changes since commit 15d6518c942f0da13f9a7ceeadbd925c3317ec8d:
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-03-16 Thread Marek Vasut
These are mainly DBSC5 DRAM controller specific fixes and updates for current
release. There is the long overdue BL31 start V4H board code as well, that
should be in the current release to make the V4H White Hawk board usable with
SPL, and a fallback U-Boot PSCI implementation enablement to make sure the
board always boots. And finally, there are two comment fixes.

The following changes since commit 15d6518c942f0da13f9a7ceeadbd925c3317ec8d:

  ARM: dts: imx: Drop bogus regulator extras on DH i.MX6 DHCOM DRC02 
(2025-03-13 15:22:48 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 885fd621a309a2c3f8e8d41bdc8ff893221dc478:

  ram: renesas: dbsc5: Make struct renesas_dbsc5_board_config public 
(2025-03-16 14:56:16 +0100)


Marek Vasut (11):
  arm64: renesas: Add TFA BL31 handoff support on Renesas R-Car Gen4
  arm64: renesas: Enable fallback PSCI on Renesas R-Car R8A779G0 V4H White 
Hawk
  ARM: renesas: Drop stale common Makefile description
  arm64: renesas: Drop stale R-Car V4H SPL implementation description
  arm64: dts: renesas: Make OTP available in SPL on R8A779G0 V4H
  ram: renesas: dbsc5: Fix bitrate MD pin parsing
  ram: renesas: dbsc5: Fix JS1 index calculation
  ram: renesas: dbsc5: Fix DBTR11 calculation
  ram: renesas: dbsc5: Synchronize initialization code to rev.1.10
  ram: renesas: dbsc5: Add V4H-3/V4H-5/V4H-7 OTP based detection
  ram: renesas: dbsc5: Make struct renesas_dbsc5_board_config public

 arch/arm/dts/r8a779g0-u-boot.dtsi|   4 +
 board/renesas/common/Makefile|   2 -
 board/renesas/common/gen4-common.c   | 126 ++
 board/renesas/common/gen4-spl.c  |   2 +-
 configs/r8a779g0_whitehawk_defconfig |   2 +
 drivers/ram/renesas/dbsc5/dbsc5.c|   3 +-
 drivers/ram/renesas/dbsc5/dbsc5.h|   1 +
 drivers/ram/renesas/dbsc5/dram.c | 167 ++-
 include/dbsc5.h  |  56 
 9 files changed, 258 insertions(+), 105 deletions(-)
 create mode 100644 include/dbsc5.h


Re: [PULL] u-boot-sh/master

2025-02-15 Thread Tom Rini
On Sat, 15 Feb 2025 22:18:51 +0100, Marek Vasut wrote:

> Add empty weak assembler function armv8_switch_to_el2_prep() which is
> jumped to just before U-Boot determines which EL it is running in and
> decides which path to take to boot the Linux kernel. Add IH_TYPE_TFA_BL31
> into supported images type, to allow implementation of board specific
> U_BOOT_FIT_LOADABLE_HANDLER(IH_TYPE_TFA_BL31, ...) TFA BL31 loadable
> handler for fitImages.
> 
> This PR contains common hooks which are noop, R-Car Gen4 board specific
> implementation using these hooks is coming in next PR.
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-02-15 Thread Marek Vasut
Add empty weak assembler function armv8_switch_to_el2_prep() which is
jumped to just before U-Boot determines which EL it is running in and
decides which path to take to boot the Linux kernel. Add IH_TYPE_TFA_BL31
into supported images type, to allow implementation of board specific
U_BOOT_FIT_LOADABLE_HANDLER(IH_TYPE_TFA_BL31, ...) TFA BL31 loadable
handler for fitImages.

This PR contains common hooks which are noop, R-Car Gen4 board specific
implementation using these hooks is coming in next PR.

The following changes since commit 89d6d2645128dd217ac05410cfbfa2f74233:

  Merge branch 'misc' of https://source.denx.de/u-boot/custodians/u-boot-tegra 
(2025-02-13 12:37:26 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 854a5a00cadd6ea4adcc9e4a923124887989f5f8:

  image: Add support for starting TFA BL31 as fitImage loadables (2025-02-15 
14:44:43 +0100)


Marek Vasut (2):
  arm64: Add late jump to kernel board hook
  image: Add support for starting TFA BL31 as fitImage loadables

 arch/arm/cpu/armv8/transition.S |  8 
 arch/arm/include/asm/system.h   | 16 
 boot/image-fit.c|  1 +
 boot/image.c|  1 +
 include/image.h |  1 +
 5 files changed, 27 insertions(+)


Re: [PULL] u-boot-sh/master

2025-02-05 Thread Tom Rini
On Wed, 05 Feb 2025 18:48:45 +0100, Marek Vasut wrote:

> The following changes since commit 97c125e6bb441a8062bdd28e82f17b1da1224416:
> 
>   Gitlab: Add results.xml to the list of artifacts as well. (2025-02-04 
> 11:57:36 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-02-05 Thread Marek Vasut
The following changes since commit 97c125e6bb441a8062bdd28e82f17b1da1224416:

  Gitlab: Add results.xml to the list of artifacts as well. (2025-02-04 
11:57:36 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 30a8c830e92e748a13d881bfe4ded4f7c48c8619:

  net: miiphybb: Update debug() print (2025-02-04 23:34:42 +0100)


Marek Vasut (4):
  remoteproc: renesas: Synchronize caches across cores
  arm64: renesas: Add R-Car S4 Starter Kit support
  net: miiphybb: Convert ifdef DEBUG to debug()
  net: miiphybb: Update debug() print

 arch/arm/dts/r8a779f4-s4sk-u-boot.dtsi | 42 +++
 arch/arm/mach-renesas/Kconfig.rcar4|  7 +++
 arch/arm/mach-renesas/include/mach/boot0.h | 12 -
 board/renesas/s4sk/Kconfig | 15 ++
 board/renesas/s4sk/MAINTAINERS |  7 +++
 board/renesas/s4sk/Makefile|  7 +++
 board/renesas/s4sk/s4sk.c  | 85 ++
 configs/r8a779f0_spider_defconfig  | 27 ++
 configs/r8a779f4_s4sk_defconfig| 11 
 configs/renesas_rcar4_s4.config| 23 
 doc/board/renesas/renesas.rst  |  6 +++
 drivers/net/phy/miiphybb.c |  4 +-
 drivers/remoteproc/renesas_apmu.c  |  7 +++
 include/configs/s4sk.h | 13 +
 14 files changed, 238 insertions(+), 28 deletions(-)
 create mode 100644 arch/arm/dts/r8a779f4-s4sk-u-boot.dtsi
 create mode 100644 board/renesas/s4sk/Kconfig
 create mode 100644 board/renesas/s4sk/MAINTAINERS
 create mode 100644 board/renesas/s4sk/Makefile
 create mode 100644 board/renesas/s4sk/s4sk.c
 create mode 100644 configs/r8a779f4_s4sk_defconfig
 create mode 100644 configs/renesas_rcar4_s4.config
 create mode 100644 include/configs/s4sk.h


Re: [PULL] u-boot-sh/master

2025-01-30 Thread Tom Rini
On Thu, 30 Jan 2025 01:18:42 +0100, Marek Vasut wrote:

> The following changes since commit 021baf7b08cceb58bb850859dba1614424e16a83:
> 
>   Merge tag 'tpm-master-28012025' of 
> https://source.denx.de/u-boot/custodians/u-boot-tpm (2025-01-29 08:12:21 
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom




[PULL] u-boot-sh/master

2025-01-29 Thread Marek Vasut
The following changes since commit 021baf7b08cceb58bb850859dba1614424e16a83:

  Merge tag 'tpm-master-28012025' of 
https://source.denx.de/u-boot/custodians/u-boot-tpm (2025-01-29 08:12:21 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to e0df073bc0df843e0a3c5f9990defcbf2207c8b9:

  arm64: renesas: Deduplicate R-Car Gen3 and Gen4 SPL (2025-01-29 22:52:35 
+0100)


Marek Vasut (12):
  net: miiphybb: configs: Drop CONFIG_BITBANGMII_MULTI
  net: ravb: Staticize bb_miiphy functions
  net: miiphybb: Fix short name length
  ARM: renesas: Rename board/renesas/rcar-common to board/renesas/common
  ARM: renesas: Drop R8A779A0 V3U Falcon SPL Makefile entry
  ARM: renesas: Simplify board Makefiles
  ARM: renesas: Rename common/common.c to common/rcar64-common.c
  arm64: renesas: Drop unused code and clean up headers on R-Car D3 Draak
  arm64: renesas: Drop unused code and clean up headers on Salvator-X boards
  arm64: renesas: Drop unused code and clean up headers on ULCB boards
  arm64: renesas: Deduplicate board_early_init_f()
  arm64: renesas: Deduplicate R-Car Gen3 and Gen4 SPL

 board/beacon/beacon-rzg2m/Makefile |  2 +-
 board/hoperun/hihope-rzg2/Makefile |  2 +-
 board/renesas/common/Makefile  | 49 
 .../renesas/{rcar-common => common}/gen3-common.c  |  5 +-
 board/renesas/common/gen3-spl.c| 38 +
 .../renesas/{rcar-common => common}/gen4-common.c  |  2 +-
 board/renesas/{rcar-common => common}/gen4-spl.c   | 17 -
 .../common.c => common/rcar64-common.c}|  9 ++-
 .../gen3-spl.c => common/rcar64-spl.c} | 39 +-
 board/renesas/{rcar-common => common}/v3-common.c  |  0
 board/renesas/condor/Makefile  | 13 
 board/renesas/draak/Makefile   |  6 +-
 board/renesas/draak/draak.c| 33 +---
 board/renesas/eagle/Makefile   | 13 
 board/renesas/ebisu/Makefile   | 13 
 board/renesas/falcon/Makefile  | 13 
 board/renesas/grayhawk/Makefile|  9 ---
 board/renesas/salvator-x/Makefile  |  6 +-
 board/renesas/salvator-x/salvator-x.c  | 39 +-
 board/renesas/spider/Makefile  |  9 ---
 board/renesas/ulcb/Makefile|  6 +-
 board/renesas/ulcb/ulcb.c  | 31 +---
 board/renesas/v3hsk/Makefile   |  5 +-
 board/renesas/v3msk/Makefile   |  5 +-
 board/renesas/whitehawk/Makefile   | 13 
 board/silinux/ek874/Makefile   |  4 +-
 configs/alt_defconfig  |  1 -
 configs/controlcenterdc_defconfig  |  1 -
 configs/gose_defconfig |  1 -
 configs/grpeach_defconfig  |  1 -
 configs/koelsch_defconfig  |  1 -
 configs/lager_defconfig|  1 -
 configs/porter_defconfig   |  1 -
 configs/r8a779a0_falcon_defconfig  |  1 -
 configs/r8a779g0_whitehawk_defconfig   |  1 -
 configs/r8a779h0_grayhawk_defconfig|  1 -
 configs/renesas_rcar3.config   |  1 -
 configs/silk_defconfig |  1 -
 configs/stout_defconfig|  1 -
 doc/README.bitbangMII  | 25 +-
 drivers/net/phy/Kconfig|  4 -
 drivers/net/phy/miiphybb.c | 89 --
 drivers/net/ravb.c | 14 ++--
 include/miiphy.h   |  4 +-
 44 files changed, 125 insertions(+), 405 deletions(-)
 create mode 100644 board/renesas/common/Makefile
 rename board/renesas/{rcar-common => common}/gen3-common.c (98%)
 create mode 100644 board/renesas/common/gen3-spl.c
 rename board/renesas/{rcar-common => common}/gen4-common.c (97%)
 rename board/renesas/{rcar-common => common}/gen4-spl.c (78%)
 rename board/renesas/{rcar-common/common.c => common/rcar64-common.c} (94%)
 rename board/renesas/{rcar-common/gen3-spl.c => common/rcar64-spl.c} (51%)
 rename board/renesas/{rcar-common => common}/v3-common.c (100%)
 delete mode 100644 board/renesas/condor/Makefile
 delete mode 100644 board/renesas/eagle/Makefile
 delete mode 100644 board/renesas/ebisu/Makefile
 delete mode 100644 board/renesas/falcon/Makefile
 delete mode 100644 board/renesas/grayhawk/Makefile
 delete mode 100644 board/renesas/spider/Makefile
 delete mode 100644 board/renesas/whitehawk/Makefile


Re: [PULL] u-boot-sh/master

2025-01-19 Thread Tom Rini
On Sat, Jan 18, 2025 at 12:18:17PM +0100, Marek Vasut wrote:

> The following changes since commit c11dc783fb4418393dd08d39ee01debfc2dea4d4:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-riscv (2025-01-17 
> 08:27:40 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 1487c34efa7b6a439ee7396e333cfc3f789f564c:
> 
>   arm64: dts: renesas: Deduplicate extalr_clk bootph-all (2025-01-18 09:29:17 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2025-01-18 Thread Marek Vasut
The following changes since commit c11dc783fb4418393dd08d39ee01debfc2dea4d4:

  Merge https://source.denx.de/u-boot/custodians/u-boot-riscv (2025-01-17 
08:27:40 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 1487c34efa7b6a439ee7396e333cfc3f789f564c:

  arm64: dts: renesas: Deduplicate extalr_clk bootph-all (2025-01-18 09:29:17 
+0100)


Marek Vasut (2):
  arm64: renesas: Rewrite u-boot-elf.srec base address if PIE for R-Car Gen3
  arm64: dts: renesas: Deduplicate extalr_clk bootph-all

 Makefile|  9 +
 arch/arm/dts/r8a774a1-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a774b1-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a774e1-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a77951-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a77960-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a77965-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a77970-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a77980-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a779a0-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a779f0-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a779g0-u-boot.dtsi   |  6 +-
 arch/arm/dts/r8a779x-rcar64-u-boot.dtsi | 12 
 13 files changed, 32 insertions(+), 55 deletions(-)
 create mode 100644 arch/arm/dts/r8a779x-rcar64-u-boot.dtsi


Re: [PULL] u-boot-sh/master

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 01:17:30AM +0100, Marek Vasut wrote:

> The following changes since commit bc157bb6667ed97e33be8ce8436c28baa275b295:
> 
>   Merge tag 'u-boot-rockchip-20250110' of 
> https://source.denx.de/u-boot/custodians/u-boot-rockchip (2025-01-10 18:56:22 
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 46a7999160da3167497e08a17aea26171197:
> 
>   arm64: renesas: Convert boards over to is_cortex_a() functions (2025-01-12 
> 23:49:58 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2025-01-12 Thread Marek Vasut
The following changes since commit bc157bb6667ed97e33be8ce8436c28baa275b295:

  Merge tag 'u-boot-rockchip-20250110' of 
https://source.denx.de/u-boot/custodians/u-boot-rockchip (2025-01-10 18:56:22 
-0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 46a7999160da3167497e08a17aea26171197:

  arm64: renesas: Convert boards over to is_cortex_a() functions (2025-01-12 
23:49:58 +0100)


Marek Vasut (3):
  arm64: Convert core type check macros into inline functions
  arm64: Add MIDR entries for Cortex-A57 and Cortex-A76
  arm64: renesas: Convert boards over to is_cortex_a() functions

 arch/arm/include/asm/armv8/cpu.h| 32 +---
 board/hoperun/hihope-rzg2/hihope-rzg2.c |  8 ++--
 board/renesas/rcar-common/gen3-common.c | 10 +++---
 3 files changed, 26 insertions(+), 24 deletions(-)


Re: [PULL] u-boot-sh/master

2024-12-23 Thread Tom Rini
On Sun, Dec 22, 2024 at 11:44:52PM +0100, Marek Vasut wrote:

> The following changes since commit cfe57427c28763fd94e5bdcf89de9dabca4b1684:
> 
>   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh 
> (2024-12-21 09:45:30 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 70da4f28592d0a2296b27a9126da97cc3b30891e:
> 
>   net: rswitch: Do not register disabled ports as ethernet devices 
> (2024-12-22 22:34:32 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2024-12-22 Thread Marek Vasut
The following changes since commit cfe57427c28763fd94e5bdcf89de9dabca4b1684:

  Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh 
(2024-12-21 09:45:30 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 70da4f28592d0a2296b27a9126da97cc3b30891e:

  net: rswitch: Do not register disabled ports as ethernet devices (2024-12-22 
22:34:32 +0100)


Marek Vasut (2):
  ARM: renesas: Consistently enable ENV_OVERWRITE on Renesas R-Car
  net: rswitch: Do not register disabled ports as ethernet devices

 configs/renesas_rcar.config  | 1 +
 configs/renesas_rcar2.config | 1 -
 configs/renesas_rcar3.config | 1 -
 drivers/net/rswitch.c| 3 +++
 4 files changed, 4 insertions(+), 2 deletions(-)


Re: [PULL] u-boot-sh/master

2024-12-21 Thread Tom Rini
On Sat, Dec 21, 2024 at 02:28:32PM +0100, Marek Vasut wrote:

> The following changes since commit 5c8ef70f0872399b3764b2addf1ed27e22dc61b0:
> 
>   Merge tag 'xilinx-for-v2025.01-rc5-v2' of 
> https://source.denx.de/u-boot/custodians/u-boot-microblaze (2024-12-20 
> 08:26:16 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to fa0f9e83a0654360506321e38c6d92888cb6f7ff:
> 
>   net: rswitch: Add missing cache invalidate of TX descriptor (2024-12-20 
> 22:20:37 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2024-12-21 Thread Marek Vasut
The following changes since commit 5c8ef70f0872399b3764b2addf1ed27e22dc61b0:

  Merge tag 'xilinx-for-v2025.01-rc5-v2' of 
https://source.denx.de/u-boot/custodians/u-boot-microblaze (2024-12-20 08:26:16 
-0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to fa0f9e83a0654360506321e38c6d92888cb6f7ff:

  net: rswitch: Add missing cache invalidate of TX descriptor (2024-12-20 
22:20:37 +0100)


Geert Uytterhoeven (1):
  clk: renesas: r8a779h0: Drop CLK_PLL2_DIV2 to clarify ZCn clocks

Marek Vasut (2):
  net: renesas: Enable TFTP_TSIZE on all Renesas hardware
  net: rswitch: Add missing cache invalidate of TX descriptor

 drivers/clk/renesas/r8a779h0-cpg-mssr.c | 10 --
 drivers/net/rswitch.c   |  1 +
 net/Kconfig |  2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)


Re: [PULL] u-boot-sh/master

2024-12-11 Thread Tom Rini
On Wed, Dec 11, 2024 at 01:45:39PM +0100, Marek Vasut wrote:

> The following changes since commit b841e559cd26ffcb20f22e8ee75debed9616c002:
> 
>   Prepare v2025.01-rc4 (2024-12-09 16:09:28 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 802b08805c1775c576c7f09b52169e462a728592:
> 
>   usb: renesas: Fix R-Car spelling (2024-12-11 08:36:24 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2024-12-11 Thread Marek Vasut
The following changes since commit b841e559cd26ffcb20f22e8ee75debed9616c002:

  Prepare v2025.01-rc4 (2024-12-09 16:09:28 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 802b08805c1775c576c7f09b52169e462a728592:

  usb: renesas: Fix R-Car spelling (2024-12-11 08:36:24 +0100)


Marek Vasut (13):
  ARM: dts: renesas: Fix R-Car spelling
  ARM: renesas: Fix R-Car spelling
  clk: renesas: Fix R-Car spelling
  gpio: renesas: Fix R-Car spelling
  i2c: renesas: Fix R-Car spelling
  mmc: renesas: Fix R-Car spelling
  mtd: renesas: Fix R-Car spelling
  pci: renesas: Fix R-Car spelling
  phy: renesas: Fix R-Car spelling
  pinctrl: renesas: Fix R-Car spelling
  serial: renesas: Fix R-Car spelling
  spi: renesas: Fix R-Car spelling
  usb: renesas: Fix R-Car spelling

 arch/arm/dts/r8a7790-u-boot.dtsi |  2 +-
 arch/arm/dts/r8a7791-u-boot.dtsi |  2 +-
 arch/arm/dts/r8a7792-u-boot.dtsi |  2 +-
 arch/arm/dts/r8a7793-u-boot.dtsi |  2 +-
 arch/arm/dts/r8a7794-u-boot.dtsi |  2 +-
 arch/arm/dts/r8a77951-u-boot.dtsi|  2 +-
 arch/arm/dts/r8a77960-u-boot.dtsi|  2 +-
 arch/arm/dts/r8a77965-u-boot.dtsi|  2 +-
 arch/arm/dts/r8a77970-u-boot.dtsi|  2 +-
 arch/arm/dts/r8a77980-u-boot.dtsi|  2 +-
 arch/arm/dts/r8a77990-u-boot.dtsi|  2 +-
 arch/arm/dts/r8a77995-u-boot.dtsi|  2 +-
 arch/arm/dts/r8a779x-u-boot.dtsi |  2 +-
 arch/arm/mach-renesas/Kconfig.32 |  4 +-
 arch/arm/mach-renesas/include/mach/boot0.h   |  2 +-
 arch/arm/mach-renesas/memmap-gen3.c  |  2 +-
 drivers/clk/renesas/Kconfig  | 12 ++---
 drivers/clk/renesas/clk-rcar-gen2.c  |  2 +-
 drivers/clk/renesas/clk-rcar-gen3.c  |  2 +-
 drivers/clk/renesas/rcar-cpg-lib.c   |  2 +-
 drivers/clk/renesas/renesas-cpg-mssr.c   |  2 +-
 drivers/clk/renesas/renesas-cpg-mssr.h   |  2 +-
 drivers/gpio/Kconfig |  4 +-
 drivers/i2c/Kconfig  |  8 ++--
 drivers/i2c/rcar_iic.c   |  2 +-
 drivers/mmc/renesas-sdhi.c   |  2 +-
 drivers/mmc/tmio-common.h| 10 ++--
 drivers/mtd/Kconfig  |  4 +-
 drivers/mtd/renesas_rpc_hf.c |  2 +-
 drivers/pci/Kconfig  |  8 ++--
 drivers/pci/pci-rcar-gen2.c  |  2 +-
 drivers/pci/pci-rcar-gen3.c  |  2 +-
 drivers/phy/phy-rcar-gen2.c  |  2 +-
 drivers/phy/phy-rcar-gen3.c  |  2 +-
 drivers/pinctrl/renesas/Kconfig  | 68 ++--
 drivers/serial/Kconfig   |  2 +-
 drivers/spi/Kconfig  |  2 +-
 drivers/spi/renesas_rpc_spi.c|  2 +-
 drivers/usb/gadget/Kconfig   |  4 +-
 drivers/usb/host/Kconfig |  4 +-
 drivers/usb/host/xhci-rcar-r8a779x_usb3_v3.h |  2 +-
 drivers/usb/host/xhci-rcar.c |  2 +-
 42 files changed, 95 insertions(+), 95 deletions(-)


Re: [PULL] u-boot-sh/master

2024-12-09 Thread Tom Rini
On Mon, Dec 09, 2024 at 12:53:02AM +0100, Marek Vasut wrote:

> The following changes since commit 45f05f681224d88d1b170063001b59edc8fc24cf:
> 
>   mbedtls: remove MBEDTLS_HAVE_TIME (2024-12-06 17:47:23 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 455e66bc598935c01621e77709866eb54a6fbd5f:
> 
>   arm64: renesas: Disable AVB1 and AVB2 on R8A779G0 V4H White Hawk board 
> (2024-12-08 23:07:34 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2024-12-08 Thread Marek Vasut
The following changes since commit 45f05f681224d88d1b170063001b59edc8fc24cf:

  mbedtls: remove MBEDTLS_HAVE_TIME (2024-12-06 17:47:23 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 455e66bc598935c01621e77709866eb54a6fbd5f:

  arm64: renesas: Disable AVB1 and AVB2 on R8A779G0 V4H White Hawk board 
(2024-12-08 23:07:34 +0100)


Marek Vasut (1):
  arm64: renesas: Disable AVB1 and AVB2 on R8A779G0 V4H White Hawk board

Paul Barker (5):
  clk: rzg2l: Ignore enable for core clocks
  net: ravb: Simplify max-speed handling in ravb_of_to_plat
  pinctrl: rzg2l: Support 2.5V PVDD for Ethernet interfaces
  pinctrl: rzg2l: Support Ethernet TXC output enable
  pinctrl: rzg2l: Drop unnecessary scope

 arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi |  8 +++
 drivers/clk/renesas/rzg2l-cpg.c  |  8 +++
 drivers/net/ravb.c   |  6 +-
 drivers/pinctrl/renesas/rzg2l-pfc.c  | 83 ++--
 include/renesas/rzg2l-pfc.h  |  4 ++
 5 files changed, 86 insertions(+), 23 deletions(-)


Re: [PULL] u-boot-sh/master

2024-11-11 Thread Tom Rini
On Sun, Nov 10, 2024 at 10:43:15PM +0100, Marek Vasut wrote:

> The following changes since commit 9c25cd563179cf32cf3b119d5ae78ef8348d0335:
> 
>   Merge tag 'u-boot-imx-master-20241105' of 
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-11-09 11:26:14 
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 5fb5ed2f78656f8f562de37037d58c10b4cc456b:
> 
>   board: hoperun: Switch to use complete DTS files from upstream DTS 
> (2024-11-10 19:38:46 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2024-11-10 Thread Marek Vasut
The following changes since commit 9c25cd563179cf32cf3b119d5ae78ef8348d0335:

  Merge tag 'u-boot-imx-master-20241105' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-11-09 11:26:14 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 5fb5ed2f78656f8f562de37037d58c10b4cc456b:

  board: hoperun: Switch to use complete DTS files from upstream DTS 
(2024-11-10 19:38:46 +0100)


Chris Paterson (1):
  configs: hihope_rzg2: Set correct MMC device for U-Boot env

Lad Prabhakar (1):
  board: hoperun: Switch to use complete DTS files from upstream DTS

Paul Barker (4):
  board: rzg2l: Update MAINTAINERS file to match dts/upstream paths
  ARM: dts: Drop unused RZ/G2L devicetrees
  dt-bindings: Drop unused RZ/G2L devicetree bindings
  arm: renesas: Fix RZ/G2L GICR base address

 arch/arm/dts/Makefile  |3 -
 arch/arm/dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi  |8 +
 arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dtsi |   26 -
 arch/arm/dts/r8a774a1-u-boot.dtsi  |   42 -
 arch/arm/dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi  |8 +
 arch/arm/dts/r8a774b1-hihope-rzg2n-u-boot.dtsi |   26 -
 arch/arm/dts/r8a774b1-u-boot.dtsi  |   40 -
 arch/arm/dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi  |8 +
 arch/arm/dts/r8a774e1-hihope-rzg2h-u-boot.dtsi |   26 -
 arch/arm/dts/r8a774e1-u-boot.dtsi  |   46 -
 arch/arm/dts/r9a07g044.dtsi| 1273 
 arch/arm/dts/r9a07g044l2-smarc.dts |   39 -
 arch/arm/dts/r9a07g044l2.dtsi  |   13 -
 arch/arm/dts/rz-smarc-common.dtsi  |  183 ---
 arch/arm/dts/rzg2l-smarc-pinfunction.dtsi  |  157 ---
 arch/arm/dts/rzg2l-smarc-som.dtsi  |  371 --
 arch/arm/dts/rzg2l-smarc.dtsi  |  181 ---
 arch/arm/mach-renesas/include/mach/rzg2l.h |2 +-
 board/hoperun/hihope-rzg2/hihope-rzg2.c|6 +-
 board/renesas/rzg2l/MAINTAINERS|2 +-
 configs/hihope_rzg2_defconfig  |   10 +-
 include/dt-bindings/clock/r9a07g044-cpg.h  |  220 
 .../dt-bindings/interrupt-controller/irqc-rzg2l.h  |   25 -
 include/dt-bindings/pinctrl/rzg2l-pinctrl.h|   23 -
 24 files changed, 34 insertions(+), 2704 deletions(-)
 create mode 100644 arch/arm/dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi
 delete mode 100644 arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dtsi
 create mode 100644 arch/arm/dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi
 delete mode 100644 arch/arm/dts/r8a774b1-hihope-rzg2n-u-boot.dtsi
 create mode 100644 arch/arm/dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi
 delete mode 100644 arch/arm/dts/r8a774e1-hihope-rzg2h-u-boot.dtsi
 delete mode 100644 arch/arm/dts/r9a07g044.dtsi
 delete mode 100644 arch/arm/dts/r9a07g044l2-smarc.dts
 delete mode 100644 arch/arm/dts/r9a07g044l2.dtsi
 delete mode 100644 arch/arm/dts/rz-smarc-common.dtsi
 delete mode 100644 arch/arm/dts/rzg2l-smarc-pinfunction.dtsi
 delete mode 100644 arch/arm/dts/rzg2l-smarc-som.dtsi
 delete mode 100644 arch/arm/dts/rzg2l-smarc.dtsi
 delete mode 100644 include/dt-bindings/clock/r9a07g044-cpg.h
 delete mode 100644 include/dt-bindings/interrupt-controller/irqc-rzg2l.h
 delete mode 100644 include/dt-bindings/pinctrl/rzg2l-pinctrl.h


Re: [PULL] u-boot-sh/master

2024-11-03 Thread Tom Rini
On Sun, Nov 03, 2024 at 05:59:27PM +0100, Marek Vasut wrote:

> The following changes since commit 8e5e64d55de9ed97875a0c1b7f293a0286d64312:
> 
>   Merge patch series "fs: ext4: implement opendir, readdir, closedir" 
> (2024-11-01 13:38:05 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to e2635570e08199bb5644ce164def2a46d1dee9c0:
> 
>   ARM: renesas: Deduplicate common Renesas defconfig (2024-11-03 12:25:57 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2024-11-03 Thread Marek Vasut
The following changes since commit 8e5e64d55de9ed97875a0c1b7f293a0286d64312:

  Merge patch series "fs: ext4: implement opendir, readdir, closedir" 
(2024-11-01 13:38:05 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to e2635570e08199bb5644ce164def2a46d1dee9c0:

  ARM: renesas: Deduplicate common Renesas defconfig (2024-11-03 12:25:57 +0100)


Marek Vasut (6):
  clk: renesas: Fix missing unbind on driver look up failure
  ARM: renesas: Deduplicate Renesas R-Car Gen2 defconfigs
  ARM: renesas: Deduplicate Renesas R-Car Gen3 defconfigs
  ARM: renesas: Deduplicate Renesas R-Car Gen4 defconfigs
  ARM: renesas: Deduplicate Renesas R-Car 64bit defconfigs
  ARM: renesas: Deduplicate common Renesas defconfig

 configs/alt_defconfig| 71 ++--
 configs/blanche_defconfig| 69 +--
 configs/gose_defconfig   | 71 ++--
 configs/hihope_rzg2_defconfig| 49 ++---
 configs/koelsch_defconfig| 71 ++--
 configs/lager_defconfig  | 71 ++--
 configs/porter_defconfig | 71 ++--
 configs/r8a77970_eagle_defconfig | 49 ++---
 configs/r8a77970_v3msk_defconfig | 49 ++---
 configs/r8a77980_condor_defconfig| 49 ++---
 configs/r8a77980_v3hsk_defconfig | 49 ++---
 configs/r8a77990_ebisu_defconfig | 49 ++---
 configs/r8a77995_draak_defconfig | 49 ++---
 configs/r8a779a0_falcon_defconfig| 60 ++
 configs/r8a779f0_spider_defconfig| 58 ++---
 configs/r8a779g0_whitehawk_defconfig | 58 ++---
 configs/r8a779h0_grayhawk_defconfig  | 58 ++---
 configs/rcar3_salvator-x_defconfig   | 49 ++---
 configs/rcar3_ulcb_defconfig | 49 ++---
 configs/renesas_rcar.config  | 27 ++
 configs/renesas_rcar2.config | 42 +
 configs/renesas_rcar3.config |  6 +++
 configs/renesas_rcar4.config | 17 +
 configs/renesas_rcar64.config| 14 +++
 configs/rzg2_beacon_defconfig| 47 ++--
 configs/silinux_ek874_defconfig  | 49 ++---
 configs/silk_defconfig   | 71 ++--
 configs/stout_defconfig  | 71 ++--
 drivers/clk/renesas/clk-rcar-gen3.c  | 19 +-
 29 files changed, 195 insertions(+), 1267 deletions(-)
 create mode 100644 configs/renesas_rcar.config
 create mode 100644 configs/renesas_rcar2.config
 create mode 100644 configs/renesas_rcar3.config
 create mode 100644 configs/renesas_rcar4.config
 create mode 100644 configs/renesas_rcar64.config


Re: [PULL] u-boot-sh/master

2024-10-29 Thread Tom Rini
On Tue, Oct 29, 2024 at 02:05:47AM +0100, Marek Vasut wrote:

> The following changes since commit 3df6145db0ed3430a2af089db5a82372bea3f4d5:
> 
>   x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE (2024-10-27 20:11:36 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 400d06cb86a074dbd23cbb7f1210dad26f392807:
> 
>   mmc: renesas-sdhi: Add compatible string for rzg2l-sdhi (2024-10-28 
> 16:27:34 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2024-10-28 Thread Marek Vasut
The following changes since commit 3df6145db0ed3430a2af089db5a82372bea3f4d5:

  x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE (2024-10-27 20:11:36 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 400d06cb86a074dbd23cbb7f1210dad26f392807:

  mmc: renesas-sdhi: Add compatible string for rzg2l-sdhi (2024-10-28 16:27:34 
+0100)


Marek Vasut (3):
  ARM: renesas: Drop old unused clock DT headers
  ARM: renesas: Drop old unused power DT headers
  ARM: renesas: Add top level board/renesas/ MAINTAINERS file

Paul Barker (1):
  mmc: renesas-sdhi: Add compatible string for rzg2l-sdhi

 board/renesas/MAINTAINERS  | 17 
 drivers/mmc/renesas-sdhi.c |  1 +
 include/dt-bindings/clock/r8a774a1-cpg-mssr.h  | 59 -
 include/dt-bindings/clock/r8a774b1-cpg-mssr.h  | 57 -
 include/dt-bindings/clock/r8a774c0-cpg-mssr.h  | 61 --
 include/dt-bindings/clock/r8a774e1-cpg-mssr.h  | 59 -
 include/dt-bindings/clock/r8a7790-cpg-mssr.h   | 48 ---
 include/dt-bindings/clock/r8a7791-cpg-mssr.h   | 44 --
 include/dt-bindings/clock/r8a7792-cpg-mssr.h   | 39 -
 include/dt-bindings/clock/r8a7793-cpg-mssr.h   | 44 --
 include/dt-bindings/clock/r8a7794-cpg-mssr.h   | 43 --
 include/dt-bindings/clock/r8a7795-cpg-mssr.h   | 66 ---
 include/dt-bindings/clock/r8a7796-cpg-mssr.h   | 65 ---
 include/dt-bindings/clock/r8a77961-cpg-mssr.h  | 65 ---
 include/dt-bindings/clock/r8a77965-cpg-mssr.h  | 62 --
 include/dt-bindings/clock/r8a77970-cpg-mssr.h  | 44 --
 include/dt-bindings/clock/r8a77980-cpg-mssr.h  | 51 
 include/dt-bindings/clock/r8a77990-cpg-mssr.h  | 62 --
 include/dt-bindings/clock/r8a77995-cpg-mssr.h  | 54 
 include/dt-bindings/clock/r8a779a0-cpg-mssr.h  | 55 -
 include/dt-bindings/clock/r8a779f0-cpg-mssr.h  | 64 ---
 include/dt-bindings/clock/r8a779g0-cpg-mssr.h  | 91 
 .../dt-bindings/clock/renesas,r8a779h0-cpg-mssr.h  | 96 --
 include/dt-bindings/clock/renesas-cpg-mssr.h   | 15 
 include/dt-bindings/power/r8a774a1-sysc.h  | 31 ---
 include/dt-bindings/power/r8a774b1-sysc.h  | 26 --
 include/dt-bindings/power/r8a774c0-sysc.h  | 25 --
 include/dt-bindings/power/r8a774e1-sysc.h  | 36 
 include/dt-bindings/power/r8a7790-sysc.h   | 31 ---
 include/dt-bindings/power/r8a7791-sysc.h   | 23 --
 include/dt-bindings/power/r8a7792-sysc.h   | 23 --
 include/dt-bindings/power/r8a7793-sysc.h   | 25 --
 include/dt-bindings/power/r8a7794-sysc.h   | 23 --
 include/dt-bindings/power/r8a7795-sysc.h   | 38 -
 include/dt-bindings/power/r8a7796-sysc.h   | 33 
 include/dt-bindings/power/r8a77961-sysc.h  | 32 
 include/dt-bindings/power/r8a77965-sysc.h  | 29 ---
 include/dt-bindings/power/r8a77970-sysc.h  | 28 ---
 include/dt-bindings/power/r8a77980-sysc.h  | 43 --
 include/dt-bindings/power/r8a77990-sysc.h  | 26 --
 include/dt-bindings/power/r8a77995-sysc.h  | 20 -
 include/dt-bindings/power/r8a779a0-sysc.h  | 59 -
 include/dt-bindings/power/r8a779f0-sysc.h  | 30 ---
 include/dt-bindings/power/r8a779g0-sysc.h  | 46 ---
 include/dt-bindings/power/renesas,r8a779h0-sysc.h  | 49 ---
 45 files changed, 18 insertions(+), 1920 deletions(-)
 create mode 100644 board/renesas/MAINTAINERS
 delete mode 100644 include/dt-bindings/clock/r8a774a1-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a774b1-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a774c0-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a774e1-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a7790-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a7791-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a7792-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a7793-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a7794-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a7795-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a7796-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a77961-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a77965-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a77970-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a77980-cpg-mssr.h
 delete mode 100644 include/dt-bindings/clock/r8a77990-cpg-mssr.h
 delete mode 100644 include/d

Re: [PULL] u-boot-sh/master

2024-10-14 Thread Tom Rini
On Mon, Oct 14, 2024 at 12:51:07AM +0200, Marek Vasut wrote:

> The following changes since commit 47e544f576699ca4630e20448db6a05178960697:
> 
>   Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" (2024-10-11 
> 12:23:25 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to edcb15c583bf259bc27db1e7073fc79784be8bf7:
> 
>   clk: renesas: Synchronize R-Car R8A779H0 V4M clock tables with Linux 6.10.9 
> (2024-10-13 23:21:26 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2024-10-13 Thread Marek Vasut
The following changes since commit 47e544f576699ca4630e20448db6a05178960697:

  Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" (2024-10-11 
12:23:25 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to edcb15c583bf259bc27db1e7073fc79784be8bf7:

  clk: renesas: Synchronize R-Car R8A779H0 V4M clock tables with Linux 6.10.9 
(2024-10-13 23:21:26 +0200)


Marek Vasut (7):
  sh: cache: Fill in invalidate_icache_all()
  pinctrl: renesas: Synchronize R-Car R8A779G0 V4H PFC tables with Linux 
6.10.9
  pinctrl: renesas: Synchronize R-Car R8A779H0 V4M PFC tables with Linux 
6.10.9
  clk: renesas: Synchronize R-Car R8A779A0 V3U clock tables with Linux 
6.10.9
  clk: renesas: Synchronize R-Car R8A779F0 S4 clock tables with Linux 6.10.9
  clk: renesas: Synchronize R-Car R8A779G0 V4H clock tables with Linux 
6.10.9
  clk: renesas: Synchronize R-Car R8A779H0 V4M clock tables with Linux 
6.10.9

 arch/sh/cpu/sh4/cache.c |  11 +-
 drivers/clk/renesas/r8a779a0-cpg-mssr.c |  31 +-
 drivers/clk/renesas/r8a779f0-cpg-mssr.c |  12 +-
 drivers/clk/renesas/r8a779g0-cpg-mssr.c |  18 +-
 drivers/clk/renesas/r8a779h0-cpg-mssr.c |  64 ++-
 drivers/pinctrl/renesas/pfc-r8a779g0.c  | 830 ++--
 drivers/pinctrl/renesas/pfc-r8a779h0.c  | 219 +++--
 7 files changed, 755 insertions(+), 430 deletions(-)


Re: [PULL] u-boot-sh/master-spi-fixes

2024-09-09 Thread Tom Rini
On Mon, Sep 09, 2024 at 04:02:55PM +0200, Marek Vasut wrote:

> Last minute SPI fixes for R-Car to make the SPI NOR work on Gen4.
> Also one RPC HF fix for Gen4.
> 
> The following changes since commit 1630ff26cc960439b5949b80cfc604a2c8aa47dd:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2024-09-04 
> 10:34:54 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-spi-fixes
> 
> for you to fetch changes up to 3faeb78378ea32922fbd00e9ddf675ce0aa526a3:
> 
>   ARM: dts: renesas: Minimize R8A779G0 V4H RPC SPI DT node (2024-09-09 
> 01:10:44 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-spi-fixes

2024-09-09 Thread Marek Vasut
Last minute SPI fixes for R-Car to make the SPI NOR work on Gen4.
Also one RPC HF fix for Gen4.

The following changes since commit 1630ff26cc960439b5949b80cfc604a2c8aa47dd:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2024-09-04 
10:34:54 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-spi-fixes

for you to fetch changes up to 3faeb78378ea32922fbd00e9ddf675ce0aa526a3:

  ARM: dts: renesas: Minimize R8A779G0 V4H RPC SPI DT node (2024-09-09 01:10:44 
+0200)


Marek Vasut (7):
  mtd: rpc: renesas: Add R-Car Gen4 DT compatible
  mtd: spi: renesas: Write DREAR register once
  mtd: spi: renesas: Write DRDMCR register once
  mtd: spi: renesas: Configure DRDRENR register
  mtd: spi: renesas: Configure RPC PHY timing registers
  mtd: spi: renesas: Add R-Car Gen4 DT compatible
  ARM: dts: renesas: Minimize R8A779G0 V4H RPC SPI DT node

 arch/arm/dts/r8a779g0-u-boot.dtsi|  1 -
 arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi | 22 +-
 drivers/mtd/renesas_rpc_hf.c |  1 +
 drivers/spi/renesas_rpc_spi.c| 23 ++-
 4 files changed, 20 insertions(+), 27 deletions(-)


Re: [PULL] u-boot-sh/master

2024-07-15 Thread Tom Rini
On Sat, Jul 13, 2024 at 09:35:07PM +0200, Marek Vasut wrote:

> The following changes since commit b182816c1fb436916661949213c543bf4d42250b:
> 
>   turris_1x: Normalize Kconfig usage (2024-07-13 10:42:15 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 5485f53289b37aeab4bf20c3980927cfc3dbf247:
> 
>   dt-bindings: clock: rcar-gen2: Remove obsolete header files (2024-07-13 
> 20:08:09 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2024-07-13 Thread Marek Vasut
The following changes since commit b182816c1fb436916661949213c543bf4d42250b:

  turris_1x: Normalize Kconfig usage (2024-07-13 10:42:15 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 5485f53289b37aeab4bf20c3980927cfc3dbf247:

  dt-bindings: clock: rcar-gen2: Remove obsolete header files (2024-07-13 
20:08:09 +0200)


Geert Uytterhoeven (1):
  dt-bindings: clock: rcar-gen2: Remove obsolete header files

 include/dt-bindings/clock/r8a7790-clock.h | 158 -
 include/dt-bindings/clock/r8a7791-clock.h | 161 --
 include/dt-bindings/clock/r8a7792-clock.h |  98 --
 include/dt-bindings/clock/r8a7793-clock.h | 159 -
 include/dt-bindings/clock/r8a7794-clock.h | 137 -
 5 files changed, 713 deletions(-)
 delete mode 100644 include/dt-bindings/clock/r8a7790-clock.h
 delete mode 100644 include/dt-bindings/clock/r8a7791-clock.h
 delete mode 100644 include/dt-bindings/clock/r8a7792-clock.h
 delete mode 100644 include/dt-bindings/clock/r8a7793-clock.h
 delete mode 100644 include/dt-bindings/clock/r8a7794-clock.h


Re: [PULL] u-boot-sh/master-cleanup

2024-06-03 Thread Tom Rini
On Sun, Jun 02, 2024 at 02:50:14PM +0200, Marek Vasut wrote:

> The following changes since commit ea722aa5eb33740ae77e8816aeb72b385e621cd0:
> 
>   Merge branch '2024-05-29-assorted-small-fixes' (2024-05-29 11:21:14 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-cleanup
> 
> for you to fetch changes up to ecfa301911405f9ebc27677f6d26fcd43309ed36:
> 
>   configs: rzg2_beacon: Realign ENV location and offset (2024-06-02 02:30:01 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-cleanup

2024-06-02 Thread Marek Vasut
The following changes since commit ea722aa5eb33740ae77e8816aeb72b385e621cd0:

  Merge branch '2024-05-29-assorted-small-fixes' (2024-05-29 11:21:14 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-cleanup

for you to fetch changes up to ecfa301911405f9ebc27677f6d26fcd43309ed36:

  configs: rzg2_beacon: Realign ENV location and offset (2024-06-02 02:30:01 
+0200)


Adam Ford (2):
  renesas: beacon-rzg2m: Add Marek to MAINTAINER file
  configs: rzg2_beacon: Realign ENV location and offset

Marek Vasut (2):
  ARM: dts: renesas: Remove leftovers after OF_UPSTREAM conversion
  ARM: dts: renesas: Reserve space in 64bit R-Car DTs

 arch/arm/dts/salvator-common.dtsi| 1104 --
 arch/arm/dts/salvator-x.dtsi |   29 -
 arch/arm/dts/salvator-xs.dtsi|   85 ---
 arch/arm/dts/ulcb-audio-graph-card.dtsi  |   85 ---
 arch/arm/dts/ulcb-audio-graph-card2.dtsi |   26 -
 arch/arm/dts/ulcb.dtsi   |  509 --
 board/beacon/beacon-rzg2m/MAINTAINERS|1 +
 configs/rzg2_beacon_defconfig|3 +-
 dts/upstream/src/arm64/Makefile  |4 +
 9 files changed, 7 insertions(+), 1839 deletions(-)
 delete mode 100644 arch/arm/dts/salvator-common.dtsi
 delete mode 100644 arch/arm/dts/salvator-x.dtsi
 delete mode 100644 arch/arm/dts/salvator-xs.dtsi
 delete mode 100644 arch/arm/dts/ulcb-audio-graph-card.dtsi
 delete mode 100644 arch/arm/dts/ulcb-audio-graph-card2.dtsi
 delete mode 100644 arch/arm/dts/ulcb.dtsi


Re: [PULL] u-boot-sh/master-cleanup

2024-05-13 Thread Tom Rini
On Sun, May 12, 2024 at 01:12:27AM +0200, Marek Vasut wrote:

> The following changes since commit 5c5565cfec92eb7377ff7fe197612c6a813bb6c7:
> 
>   Merge patch series "arm: davinci: Migrate da850-evm to OF_UPSTREAM" 
> (2024-05-07 11:59:26 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-cleanup
> 
> for you to fetch changes up to 2d10e76547b896fb002cb3f946ac6f9b628e9fb7:
> 
>   ARM: dts: renesas: Drop DTs with OF_UPSTREAM counterparts (2024-05-12 
> 01:12:00 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-cleanup

2024-05-11 Thread Marek Vasut
The following changes since commit 5c5565cfec92eb7377ff7fe197612c6a813bb6c7:

  Merge patch series "arm: davinci: Migrate da850-evm to OF_UPSTREAM" 
(2024-05-07 11:59:26 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-cleanup

for you to fetch changes up to 2d10e76547b896fb002cb3f946ac6f9b628e9fb7:

  ARM: dts: renesas: Drop DTs with OF_UPSTREAM counterparts (2024-05-12 
01:12:00 +0200)


Marek Vasut (1):
  ARM: dts: renesas: Drop DTs with OF_UPSTREAM counterparts

 arch/arm/dts/Makefile  |   34 -
 arch/arm/dts/r8a774a1-beacon-rzg2m-kit.dts |   60 -
 arch/arm/dts/r8a774a1-hihope-rzg2m-ex.dts  |   21 -
 arch/arm/dts/r8a774a1-hihope-rzg2m.dts |   37 -
 arch/arm/dts/r8a774a1.dtsi | 2865 ---
 arch/arm/dts/r8a774b1-beacon-rzg2n-kit.dts |   56 -
 arch/arm/dts/r8a774b1-hihope-rzg2n-ex.dts  |   21 -
 arch/arm/dts/r8a774b1-hihope-rzg2n.dts |   41 -
 arch/arm/dts/r8a774b1.dtsi | 2716 --
 arch/arm/dts/r8a774c0-cat874.dts   |  455 
 arch/arm/dts/r8a774c0-ek874.dts|   14 -
 arch/arm/dts/r8a774c0.dtsi | 2000 --
 arch/arm/dts/r8a774e1-beacon-rzg2h-kit.dts |   61 -
 arch/arm/dts/r8a774e1-hihope-rzg2h-ex.dts  |   20 -
 arch/arm/dts/r8a774e1-hihope-rzg2h.dts |   41 -
 arch/arm/dts/r8a774e1.dtsi | 2997 
 arch/arm/dts/r8a7790-lager.dts |  947 ---
 arch/arm/dts/r8a7790-stout.dts |  382 ---
 arch/arm/dts/r8a7790.dtsi  | 1965 -
 arch/arm/dts/r8a7791-koelsch.dts   |  912 ---
 arch/arm/dts/r8a7791-porter.dts|  523 
 arch/arm/dts/r8a7791.dtsi  | 1891 -
 arch/arm/dts/r8a7792-blanche.dts   |  364 ---
 arch/arm/dts/r8a7792.dtsi  |  928 ---
 arch/arm/dts/r8a7793-gose.dts  |  818 --
 arch/arm/dts/r8a7793.dtsi  | 1470 --
 arch/arm/dts/r8a7794-alt.dts   |  533 
 arch/arm/dts/r8a7794-silk.dts  |  578 
 arch/arm/dts/r8a7794.dtsi  | 1437 --
 arch/arm/dts/r8a77950-salvator-x.dts   |   49 -
 arch/arm/dts/r8a77950-ulcb.dts |   37 -
 arch/arm/dts/r8a77950.dtsi |  330 ---
 arch/arm/dts/r8a77951.dtsi | 3485 
 arch/arm/dts/r8a77960-salvator-x.dts   |   37 -
 arch/arm/dts/r8a77960-ulcb.dts |   38 -
 arch/arm/dts/r8a77960.dtsi | 3080 -
 arch/arm/dts/r8a77965-salvator-x.dts   |   32 -
 arch/arm/dts/r8a77965-ulcb.dts |   33 -
 arch/arm/dts/r8a77965.dtsi | 2889 
 arch/arm/dts/r8a77970-eagle.dts|  405 ---
 arch/arm/dts/r8a77970-v3msk.dts|  303 --
 arch/arm/dts/r8a77970.dtsi | 1220 -
 arch/arm/dts/r8a77980-condor.dts   |   24 -
 arch/arm/dts/r8a77980-v3hsk.dts|  293 --
 arch/arm/dts/r8a77980.dtsi | 1625 ---
 arch/arm/dts/r8a77990-ebisu.dts|   15 -
 arch/arm/dts/r8a77990.dtsi | 2154 ---
 arch/arm/dts/r8a77995-draak.dts|   16 -
 arch/arm/dts/r8a77995.dtsi | 1473 --
 arch/arm/dts/r8a779a0-falcon-cpu.dtsi  |  359 ---
 arch/arm/dts/r8a779a0-falcon-csi-dsi.dtsi  |  270 --
 arch/arm/dts/r8a779a0-falcon-ethernet.dtsi |   15 -
 arch/arm/dts/r8a779a0-falcon.dts   |  101 -
 arch/arm/dts/r8a779a0.dtsi | 2915 
 arch/arm/dts/r8a779f0-spider-cpu.dtsi  |  210 --
 arch/arm/dts/r8a779f0-spider-ethernet.dtsi |  105 -
 arch/arm/dts/r8a779f0-spider.dts   |   24 -
 arch/arm/dts/r8a779f0.dtsi | 1193 
 arch/arm/dts/r8a779g0-white-hawk-cpu.dtsi  |  375 ---
 arch/arm/dts/r8a779g0-white-hawk-csi-dsi.dtsi  |  187 --
 arch/arm/dts/r8a779g0-white-hawk-ethernet.dtsi |   16 -
 arch/arm/dts/r8a779g0-white-hawk.dts   |   69 -
 arch/arm/dts/r8a779g0.dtsi | 2349 
 63 files changed, 49913 deletions(-)
 delete mode 100644 arch/arm/dts/r8a774a1-beacon-rzg2m-kit.dts
 delete mode 100644 arch/arm/dts/r8a774a1-hihope-rzg2m-ex.dts
 delete mode 100644 arch/arm/dts/r8a774a1-hihope-rzg2m.dts
 delete mode 100644 arch/arm/dts/r8a774a1.dtsi
 delete mode 100644 arch/arm/dts/r8a774b1-beacon-rzg2n-kit.dts
 delete mode 100644 arch/arm/dts/r8a774b1-hihope-rzg2n-ex.dts
 delete mode 100644 arch/arm/dts/r8a774b1-hihope-rzg2n.dts
 delete mode 100644 arch/arm/dts/r8a774b1.dtsi

Re: [PULL] u-boot-sh/master-fdt

2024-04-18 Thread Tom Rini
On Thu, Apr 18, 2024 at 02:49:54PM +0200, Marek Vasut wrote:

> The following changes since commit a712a54dc427708195e6405af4b072d869d0dd8f:
> 
>   Merge patch series "configs: ti: Enable basic settings for SystemReady ACS" 
> (2024-04-17 13:16:12 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-fdt
> 
> for you to fetch changes up to aad511a488c40393728156333d983c31001aac32:
> 
>   ARM: dts: renesas: Switch to using upstream DT (2024-04-18 05:21:26 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-fdt

2024-04-18 Thread Marek Vasut
The following changes since commit a712a54dc427708195e6405af4b072d869d0dd8f:

  Merge patch series "configs: ti: Enable basic settings for SystemReady ACS" 
(2024-04-17 13:16:12 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-fdt

for you to fetch changes up to aad511a488c40393728156333d983c31001aac32:

  ARM: dts: renesas: Switch to using upstream DT (2024-04-18 05:21:26 +0200)


Marek Vasut (4):
  ARM: dts: renesas: Stop using the -u-boot DTs for build
  ARM: dts: renesas: Replace R8A77950 with R8A77951
  ARM: dts: renesas: Switch to using upstream DT on 64bit Renesas SoCs
  ARM: dts: renesas: Switch to using upstream DT

 arch/arm/Kconfig   |  1 +
 arch/arm/dts/Makefile  | 58 +++---
 ...ch-u-boot.dts => r7s72100-gr-peach-u-boot.dtsi} |  1 -
 ...-boot.dts => r8a774a1-hihope-rzg2m-u-boot.dtsi} |  1 -
 ...-boot.dts => r8a774b1-hihope-rzg2n-u-boot.dtsi} |  1 -
 ...ek874-u-boot.dts => r8a774c0-ek874-u-boot.dtsi} |  1 -
 ...-boot.dts => r8a774e1-hihope-rzg2h-u-boot.dtsi} |  1 -
 ...-lager-u-boot.dts => r8a7790-lager-u-boot.dtsi} |  1 -
 ...-stout-u-boot.dts => r8a7790-stout-u-boot.dtsi} |  1 -
 ...lsch-u-boot.dts => r8a7791-koelsch-u-boot.dtsi} |  1 -
 ...orter-u-boot.dts => r8a7791-porter-u-boot.dtsi} |  1 -
 ...nche-u-boot.dts => r8a7792-blanche-u-boot.dtsi} |  1 -
 ...93-gose-u-boot.dts => r8a7793-gose-u-boot.dtsi} |  1 -
 ...7794-alt-u-boot.dts => r8a7794-alt-u-boot.dtsi} |  1 -
 ...94-silk-u-boot.dts => r8a7794-silk-u-boot.dtsi} |  1 -
 ...-u-boot.dts => r8a77951-salvator-x-u-boot.dtsi} |  3 +-
 .../{r8a77950-u-boot.dtsi => r8a77951-u-boot.dtsi} |  6 ---
 ...0-ulcb-u-boot.dts => r8a77951-ulcb-u-boot.dtsi} |  3 +-
 ...-u-boot.dts => r8a77960-salvator-x-u-boot.dtsi} |  1 -
 ...0-ulcb-u-boot.dts => r8a77960-ulcb-u-boot.dtsi} |  1 -
 ...-u-boot.dts => r8a77965-salvator-x-u-boot.dtsi} |  1 -
 ...5-ulcb-u-boot.dts => r8a77965-ulcb-u-boot.dtsi} |  1 -
 ...eagle-u-boot.dts => r8a77970-eagle-u-boot.dtsi} |  1 -
 ...v3msk-u-boot.dts => r8a77970-v3msk-u-boot.dtsi} |  1 -
 ...ndor-u-boot.dts => r8a77980-condor-u-boot.dtsi} |  1 -
 ...v3hsk-u-boot.dts => r8a77980-v3hsk-u-boot.dtsi} |  1 -
 ...ebisu-u-boot.dts => r8a77990-ebisu-u-boot.dtsi} |  1 -
 ...draak-u-boot.dts => r8a77995-draak-u-boot.dtsi} |  1 -
 ...lcon-u-boot.dts => r8a779a0-falcon-u-boot.dtsi} |  1 -
 ...ider-u-boot.dts => r8a779f0-spider-u-boot.dtsi} |  1 -
 ...-u-boot.dts => r8a779g0-white-hawk-u-boot.dtsi} |  1 -
 ...k-u-boot.dts => r8a779h0-gray-hawk-u-boot.dtsi} |  1 -
 arch/arm/mach-renesas/Kconfig  |  1 +
 board/renesas/salvator-x/salvator-x.c  |  6 +--
 board/renesas/ulcb/ulcb.c  |  6 +--
 configs/alt_defconfig  |  2 +-
 configs/blanche_defconfig  |  2 +-
 configs/gose_defconfig |  2 +-
 configs/grpeach_defconfig  |  2 +-
 configs/hihope_rzg2_defconfig  |  4 +-
 configs/koelsch_defconfig  |  2 +-
 configs/lager_defconfig|  2 +-
 configs/porter_defconfig   |  2 +-
 configs/r8a77970_eagle_defconfig   |  2 +-
 configs/r8a77970_v3msk_defconfig   |  2 +-
 configs/r8a77980_condor_defconfig  |  2 +-
 configs/r8a77980_v3hsk_defconfig   |  2 +-
 configs/r8a77990_ebisu_defconfig   |  2 +-
 configs/r8a77995_draak_defconfig   |  2 +-
 configs/r8a779a0_falcon_defconfig  |  2 +-
 configs/r8a779f0_spider_defconfig  |  2 +-
 configs/r8a779g0_whitehawk_defconfig   |  2 +-
 configs/r8a779h0_grayhawk_defconfig|  3 +-
 configs/rcar3_salvator-x_defconfig |  8 +--
 configs/rcar3_ulcb_defconfig   |  8 +--
 configs/renesas_rzg2l_smarc_defconfig  |  2 +-
 configs/rzg2_beacon_defconfig  |  4 +-
 configs/rzn1_snarc_defconfig   |  1 +
 configs/silinux_ek874_defconfig|  2 +-
 configs/silk_defconfig |  2 +-
 configs/stout_defconfig|  2 +-
 61 files changed, 74 insertions(+), 105 deletions(-)
 rename arch/arm/dts/{r7s72100-gr-peach-u-boot.dts => 
r7s72100-gr-peach-u-boot.dtsi} (97%)
 rename arch/arm/dts/{r8a774a1-hihope-rzg2m-u-boot.dts => 
r8a774a1-hihope-rzg2m-u-boot.dtsi} (91%)
 rename arch/arm/dts/{r8a774b1-hihope-rzg2n-u-boot.dts => 
r8a774b1-hihope-rzg2n-u-boot.dtsi} (91%)
 rename arch/arm/dts/{r8a774c0-ek874-u-boot.dts => r8a774c0-ek874-u-boot.dtsi} 
(95%)
 rename arch/arm/dts/{r8a774e1-hihope-rzg2h-u-boot.dts => 
r8a774e1-hihope-rzg2h-u-boot.dtsi} (91%)
 rename arch/arm/dts/{r8a7790-lager

Re: [PULL] u-boot-sh/master-riic

2024-03-02 Thread Tom Rini
On Sat, Mar 02, 2024 at 05:52:43PM +0100, Marek Vasut wrote:

> The following changes since commit abd4fb5ac13215733569925a06991e0a182ede14:
> 
>   Merge patch series "Dockerfile: Build coreboot from source" (2024-02-27 
> 16:28:57 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-riic
> 
> for you to fetch changes up to 3787ee1d2d782cabe604a79c95785276ccd03177:
> 
>   board: rzg2l: Support reset via Renesas RAA215300 PMIC (2024-02-28 18:42:27 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-riic

2024-03-02 Thread Marek Vasut
The following changes since commit abd4fb5ac13215733569925a06991e0a182ede14:

  Merge patch series "Dockerfile: Build coreboot from source" (2024-02-27 
16:28:57 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-riic

for you to fetch changes up to 3787ee1d2d782cabe604a79c95785276ccd03177:

  board: rzg2l: Support reset via Renesas RAA215300 PMIC (2024-02-28 18:42:27 
+0100)


Paul Barker (8):
  clk: renesas: Confirm all clock & reset changes on RZ/G2L
  arm: dts: rzg2l: Sync with Linux v6.7
  i2c: rzg2l: Add I2C driver for RZ/G2L family
  pmic: Add Renesas RAA215300 PMIC driver
  board: rzg2l: Enable access to Renesas RAA215300 PMIC
  sysreset: Support reset via Renesas RAA215300 PMIC
  pmic: raa215300: Bind sysreset driver
  board: rzg2l: Support reset via Renesas RAA215300 PMIC

 arch/arm/dts/r9a07g044.dtsi   |  16 +-
 arch/arm/dts/r9a07g044l2-smarc.dts|  21 +
 arch/arm/dts/rz-smarc-common.dtsi |  18 +-
 arch/arm/dts/rzg2l-smarc-pinfunction.dtsi |  20 +
 arch/arm/dts/rzg2l-smarc-som.dtsi |  22 +-
 arch/arm/dts/rzg2l-smarc.dtsi |  43 +-
 arch/arm/mach-rmobile/Kconfig |   1 +
 board/renesas/rzg2l/rzg2l.c   |   8 -
 configs/renesas_rzg2l_smarc_defconfig |   7 +
 drivers/clk/renesas/rzg2l-cpg.c   |  17 +-
 drivers/i2c/Kconfig   |   7 +
 drivers/i2c/Makefile  |   1 +
 drivers/i2c/rz_riic.c | 624 ++
 drivers/power/pmic/Kconfig|   9 +
 drivers/power/pmic/Makefile   |   1 +
 drivers/power/pmic/raa215300.c|  50 +++
 drivers/sysreset/Kconfig  |   6 +
 drivers/sysreset/Makefile |   1 +
 drivers/sysreset/sysreset_raa215300.c |  58 +++
 19 files changed, 896 insertions(+), 34 deletions(-)
 create mode 100644 drivers/i2c/rz_riic.c
 create mode 100644 drivers/power/pmic/raa215300.c
 create mode 100644 drivers/sysreset/sysreset_raa215300.c


Re: [PULL] u-boot-sh/master-porter

2024-02-17 Thread Tom Rini
On Sun, Feb 18, 2024 at 12:34:49AM +0100, Marek Vasut wrote:

> The following changes since commit 9e00b6993f724da9699ef12573307afea8c19284:
> 
>   Merge tag 'u-boot-dfu-20240215' of 
> https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-02-15 10:26:24 
> -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-porter
> 
> for you to fetch changes up to 87f9ffbef5e894bbcea99614520c8afd216bbf1a:
> 
>   ARM: renesas: Enable LTO on R-Car (2024-02-17 22:38:20 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-porter

2024-02-17 Thread Marek Vasut
The following changes since commit 9e00b6993f724da9699ef12573307afea8c19284:

  Merge tag 'u-boot-dfu-20240215' of 
https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-02-15 10:26:24 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-porter

for you to fetch changes up to 87f9ffbef5e894bbcea99614520c8afd216bbf1a:

  ARM: renesas: Enable LTO on R-Car (2024-02-17 22:38:20 +0100)


Marek Vasut (3):
  ARM: renesas: Disable EFI on R-Car Gen2
  ARM: renesas: Set R-Car Gen2 board size limit to 512 kiB
  ARM: renesas: Enable LTO on R-Car

Niklas Söderlund (1):
  clk: renesas: Fix broken clocks on all Gen2 boards

 Kconfig | 3 ++-
 arch/arm/Kconfig| 1 +
 configs/alt_defconfig   | 2 ++
 configs/blanche_defconfig   | 2 ++
 configs/gose_defconfig  | 2 ++
 configs/koelsch_defconfig   | 2 ++
 configs/lager_defconfig | 2 ++
 configs/porter_defconfig| 2 ++
 configs/silk_defconfig  | 2 ++
 configs/stout_defconfig | 2 ++
 drivers/clk/renesas/clk-rcar-gen2.c | 9 +
 11 files changed, 28 insertions(+), 1 deletion(-)


Re: [PULL] u-boot-sh/master-779h0-r2

2024-02-11 Thread Tom Rini
On Sun, Feb 11, 2024 at 06:31:59PM +0100, Marek Vasut wrote:

> The following changes since commit d7aaaf4223d0a2f9f8c9eed47d7431860b3116d8:
> 
>   Merge tag 'u-boot-dfu-20240209' of 
> https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-02-09 09:00:42 
> -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-779h0-r2
> 
> for you to fetch changes up to 53066deccbedf02439309b0d4aca9f0be853a8da:
> 
>   ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board code (2024-02-10 
> 17:08:06 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-779h0-r2

2024-02-11 Thread Marek Vasut
The following changes since commit d7aaaf4223d0a2f9f8c9eed47d7431860b3116d8:

  Merge tag 'u-boot-dfu-20240209' of 
https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-02-09 09:00:42 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-779h0-r2

for you to fetch changes up to 53066deccbedf02439309b0d4aca9f0be853a8da:

  ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board code (2024-02-10 
17:08:06 +0100)


Duy Nguyen (2):
  dt-bindings: clock: Add R8A779H0 V4M CPG Core Clock Definitions
  dt-bindings: power: Add R8A779H0 V4M SYSC power domain definitions

Hai Pham (8):
  clk: renesas: Add R8A779H0 V4M clock tables
  pinctrl: renesas: Add R8A779H0 V4M PFC tables
  ARM: renesas: Add R8A779H0 V4M Kconfig entry and PRR ID
  mtd: spi: renesas: Add R8A779H0 V4M support
  ARM: dts: renesas: Add Renesas R8A779H0 V4M SoC support
  ARM: dts: renesas: Add Renesas R8A779H0 V4M DT extras
  ARM: dts: renesas: Add Renesas Gray Hawk boards support
  ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board code

Marek Vasut (1):
  clk: renesas: Implement R8A779H0 V4M PLL7 support

 arch/arm/dts/Makefile  |3 +-
 arch/arm/dts/r8a779h0-gray-hawk-cpu.dtsi   |  166 +
 arch/arm/dts/r8a779h0-gray-hawk-csi-dsi.dtsi   |   15 +
 arch/arm/dts/r8a779h0-gray-hawk-ethernet.dtsi  |   15 +
 arch/arm/dts/r8a779h0-gray-hawk-u-boot.dts |   42 +
 arch/arm/dts/r8a779h0-gray-hawk.dts|   25 +
 arch/arm/dts/r8a779h0-u-boot.dtsi  |   27 +
 arch/arm/dts/r8a779h0.dtsi |  460 +++
 arch/arm/mach-rmobile/Kconfig.rcar4|   13 +
 arch/arm/mach-rmobile/cpu_info.c   |1 +
 arch/arm/mach-rmobile/include/mach/rmobile.h   |1 +
 board/renesas/grayhawk/Kconfig |   15 +
 board/renesas/grayhawk/MAINTAINERS |5 +
 board/renesas/grayhawk/Makefile|9 +
 board/renesas/grayhawk/grayhawk.c  |   66 +
 configs/r8a779h0_grayhawk_defconfig|   75 +
 drivers/clk/renesas/Kconfig|6 +
 drivers/clk/renesas/Makefile   |1 +
 drivers/clk/renesas/clk-rcar-gen3.c|6 +
 drivers/clk/renesas/r8a779h0-cpg-mssr.c|  293 ++
 drivers/clk/renesas/rcar-gen3-cpg.h|3 +
 drivers/pinctrl/renesas/Kconfig|6 +
 drivers/pinctrl/renesas/Makefile   |1 +
 drivers/pinctrl/renesas/pfc-r8a779h0.c | 3969 
 drivers/pinctrl/renesas/pfc.c  |   11 +
 drivers/pinctrl/renesas/sh_pfc.h   |1 +
 drivers/spi/renesas_rpc_spi.c  |3 +-
 include/configs/grayhawk.h |   14 +
 .../dt-bindings/clock/renesas,r8a779h0-cpg-mssr.h  |   96 +
 include/dt-bindings/power/renesas,r8a779h0-sysc.h  |   49 +
 30 files changed, 5395 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/dts/r8a779h0-gray-hawk-cpu.dtsi
 create mode 100644 arch/arm/dts/r8a779h0-gray-hawk-csi-dsi.dtsi
 create mode 100644 arch/arm/dts/r8a779h0-gray-hawk-ethernet.dtsi
 create mode 100644 arch/arm/dts/r8a779h0-gray-hawk-u-boot.dts
 create mode 100644 arch/arm/dts/r8a779h0-gray-hawk.dts
 create mode 100644 arch/arm/dts/r8a779h0-u-boot.dtsi
 create mode 100644 arch/arm/dts/r8a779h0.dtsi
 create mode 100644 board/renesas/grayhawk/Kconfig
 create mode 100644 board/renesas/grayhawk/MAINTAINERS
 create mode 100644 board/renesas/grayhawk/Makefile
 create mode 100644 board/renesas/grayhawk/grayhawk.c
 create mode 100644 configs/r8a779h0_grayhawk_defconfig
 create mode 100644 drivers/clk/renesas/r8a779h0-cpg-mssr.c
 create mode 100644 drivers/pinctrl/renesas/pfc-r8a779h0.c
 create mode 100644 include/configs/grayhawk.h
 create mode 100644 include/dt-bindings/clock/renesas,r8a779h0-cpg-mssr.h
 create mode 100644 include/dt-bindings/power/renesas,r8a779h0-sysc.h


Re: [PULL] u-boot-sh/master-cleanup

2024-01-28 Thread Tom Rini
On Sun, Jan 28, 2024 at 02:20:50AM +0100, Marek Vasut wrote:
> The following changes since commit fea3efb757f7a9c6831c023cb456f9fa5fd0278e:

> 
>   Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y (2024-01-19 
> 18:30:08 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-cleanup
> 
> for you to fetch changes up to 8a725c610675846b380d865ad68c2295cf15782e:
> 
>   ARM: renesas: whitehawk: Drop extra leading space (2024-01-27 20:17:04 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-cleanup

2024-01-27 Thread Marek Vasut
The following changes since commit fea3efb757f7a9c6831c023cb456f9fa5fd0278e:

  Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y (2024-01-19 18:30:08 
-0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-cleanup

for you to fetch changes up to 8a725c610675846b380d865ad68c2295cf15782e:

  ARM: renesas: whitehawk: Drop extra leading space (2024-01-27 20:17:04 +0100)


Marek Vasut (4):
  clk: renesas: Drop include common.h
  pinctrl: renesas: Drop include common.h
  ARM: renesas: Drop include common.h
  ARM: renesas: whitehawk: Drop extra leading space

 board/renesas/alt/alt.c | 1 -
 board/renesas/alt/alt_spl.c | 1 -
 board/renesas/alt/qos.c | 1 -
 board/renesas/blanche/blanche.c | 1 -
 board/renesas/blanche/qos.c | 1 -
 board/renesas/draak/draak.c | 1 -
 board/renesas/falcon/falcon.c   | 2 +-
 board/renesas/gose/gose.c   | 1 -
 board/renesas/gose/gose_spl.c   | 1 -
 board/renesas/gose/qos.c| 1 -
 board/renesas/grpeach/grpeach.c | 3 ++-
 board/renesas/koelsch/koelsch.c | 1 -
 board/renesas/koelsch/koelsch_spl.c | 1 -
 board/renesas/koelsch/qos.c | 1 -
 board/renesas/lager/lager.c | 1 -
 board/renesas/lager/lager_spl.c | 1 -
 board/renesas/lager/qos.c   | 1 -
 board/renesas/porter/porter.c   | 1 -
 board/renesas/porter/porter_spl.c   | 1 -
 board/renesas/porter/qos.c  | 1 -
 board/renesas/r2dplus/r2dplus.c | 1 -
 board/renesas/rcar-common/common.c  | 1 -
 board/renesas/rcar-common/gen3-spl.c| 1 -
 board/renesas/rcar-common/v3-common.c   | 2 +-
 board/renesas/salvator-x/salvator-x.c   | 1 -
 board/renesas/silk/qos.c| 1 -
 board/renesas/silk/silk.c   | 1 -
 board/renesas/silk/silk_spl.c   | 1 -
 board/renesas/spider/spider.c   | 1 -
 board/renesas/stout/cpld.c  | 1 -
 board/renesas/stout/qos.c   | 1 -
 board/renesas/stout/stout.c | 1 -
 board/renesas/stout/stout_spl.c | 1 -
 board/renesas/ulcb/cpld.c   | 1 -
 board/renesas/ulcb/ulcb.c   | 1 -
 board/renesas/v3hsk/cpld.c  | 1 -
 board/renesas/v3msk/cpld.c  | 1 -
 board/renesas/whitehawk/whitehawk.c | 3 +--
 drivers/clk/renesas/clk-rcar-gen2.c | 1 -
 drivers/clk/renesas/clk-rcar-gen3.c | 1 -
 drivers/clk/renesas/r8a774a1-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a774b1-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a774c0-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a774e1-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a7790-cpg-mssr.c  | 1 -
 drivers/clk/renesas/r8a7791-cpg-mssr.c  | 1 -
 drivers/clk/renesas/r8a7792-cpg-mssr.c  | 1 -
 drivers/clk/renesas/r8a7794-cpg-mssr.c  | 1 -
 drivers/clk/renesas/r8a7795-cpg-mssr.c  | 1 -
 drivers/clk/renesas/r8a7796-cpg-mssr.c  | 1 -
 drivers/clk/renesas/r8a77965-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a77970-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a77980-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a77990-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a77995-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a779a0-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a779f0-cpg-mssr.c | 1 -
 drivers/clk/renesas/r8a779g0-cpg-mssr.c | 1 -
 drivers/clk/renesas/r9a06g032-clocks.c  | 1 -
 drivers/clk/renesas/rcar-cpg-lib.c  | 1 -
 drivers/clk/renesas/renesas-cpg-mssr.c  | 1 -
 drivers/pinctrl/renesas/pfc-r8a7790.c   | 1 -
 drivers/pinctrl/renesas/pfc-r8a7791.c   | 1 -
 drivers/pinctrl/renesas/pfc-r8a7792.c   | 1 -
 drivers/pinctrl/renesas/pfc-r8a7794.c   | 1 -
 drivers/pinctrl/renesas/pfc-r8a77951.c  | 1 -
 drivers/pinctrl/renesas/pfc-r8a7796.c   | 1 -
 drivers/pinctrl/renesas/pfc-r8a77965.c  | 1 -
 drivers/pinctrl/renesas/pfc-r8a77970.c  | 1 -
 drivers/pinctrl/renesas/pfc-r8a77980.c  | 1 -
 drivers/pinctrl/renesas/pfc-r8a77990.c  | 1 -
 drivers/pinctrl/renesas/pfc-r8a77995.c  | 1 -
 drivers/pinctrl/renesas/pfc-r8a779a0.c  | 1 -
 drivers/pinctrl/renesas/pfc-r8a779f0.c  | 1 -
 drivers/pinctrl/renesas/pfc-r8a779g0.c  | 1 -
 drivers/pinctrl/renesas/pfc.c   | 1 -
 drivers/pinctrl/renesas/pinctrl-rza1.c  | 1 -
 77 files changed, 5 insertions(+), 78 deletions(-)


Re: [PULL] u-boot-sh/master-sync-dts-663

2024-01-14 Thread Tom Rini
On Sun, Jan 14, 2024 at 11:46:02PM +0100, Marek Vasut wrote:

> The following changes since commit 817fdce324cac70fb4216ba42976f7b9c2ba9f99:
> 
>   Merge tag 'efi-2024-04-rc1' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2024-01-14 09:34:14 
> -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-sync-dts-663
> 
> for you to fetch changes up to 73595fd4c007d03765acdbf5420539682ef270ba:
> 
>   ARM: dts: renesas: Synchronize R-Car R8A779F0 S4 DTs with Linux 6.6.3 
> (2024-01-14 20:35:21 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-sync-dts-663

2024-01-14 Thread Marek Vasut
The following changes since commit 817fdce324cac70fb4216ba42976f7b9c2ba9f99:

  Merge tag 'efi-2024-04-rc1' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2024-01-14 09:34:14 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-sync-dts-663

for you to fetch changes up to 73595fd4c007d03765acdbf5420539682ef270ba:

  ARM: dts: renesas: Synchronize R-Car R8A779F0 S4 DTs with Linux 6.6.3 
(2024-01-14 20:35:21 +0100)


Marek Vasut (12):
  clk: renesas: Synchronize R-Car R8A77960 M3-W and R8A77961 M3-W+ clock 
tables with Linux 6.6.3
  clk: renesas: Synchronize R-Car R8A77965 M3-N clock tables with Linux 
6.6.3
  clk: renesas: Synchronize R-Car R8A77990 E3 clock tables with Linux 6.6.3
  clk: renesas: Synchronize R-Car R8A77995 D3 clock tables with Linux 6.6.3
  clk: renesas: Synchronize RZ R8A774A1 RZ/G2M clock tables with Linux 6.6.3
  clk: renesas: Synchronize RZ R8A774B1 RZ/G2N clock tables with Linux 6.6.3
  clk: renesas: Synchronize RZ R8A774C0 RZ/G2E clock tables with Linux 6.6.3
  clk: renesas: Synchronize RZ R8A774E1 RZ/G2H clock tables with Linux 6.6.3
  ARM: dts: renesas: Synchronize R-Car R8A7792 V2H DTs with Linux 6.6.3
  ARM: dts: renesas: Synchronize R-Car R8A77970 V3M DTs with Linux 6.6.3
  ARM: dts: renesas: Synchronize R-Car R8A77990 E3 DTs with Linux 6.6.3
  ARM: dts: renesas: Synchronize R-Car R8A779F0 S4 DTs with Linux 6.6.3

 arch/arm/dts/r8a7792-blanche.dts|  2 +-
 arch/arm/dts/r8a77970-v3msk.dts |  2 +-
 arch/arm/dts/r8a77990.dtsi  |  4 ++--
 arch/arm/dts/r8a779f0-spider-cpu.dtsi   | 22 +-
 arch/arm/dts/r8a779f0-spider.dts|  2 +-
 arch/arm/dts/r8a779f0.dtsi  | 17 -
 drivers/clk/renesas/r8a774a1-cpg-mssr.c |  3 +++
 drivers/clk/renesas/r8a774b1-cpg-mssr.c |  3 +++
 drivers/clk/renesas/r8a774c0-cpg-mssr.c |  1 +
 drivers/clk/renesas/r8a774e1-cpg-mssr.c |  4 +++-
 drivers/clk/renesas/r8a7796-cpg-mssr.c  |  3 +++
 drivers/clk/renesas/r8a77965-cpg-mssr.c |  3 +++
 drivers/clk/renesas/r8a77990-cpg-mssr.c |  1 +
 drivers/clk/renesas/r8a77995-cpg-mssr.c |  1 +
 drivers/clk/renesas/rcar-gen3-cpg.h |  1 +
 15 files changed, 61 insertions(+), 8 deletions(-)


Re: [PULL] u-boot-sh/master-rpc-off

2023-12-03 Thread Tom Rini
On Sat, Dec 02, 2023 at 08:08:40PM +0100, Marek Vasut wrote:

> The following changes since commit 43f2873fa98b1da6eb56d756315c7bd7db63db27:
> 
>   MAINTAINERS: Step up as co-maintainer of Tegra SOC platform (2023-11-28 
> 11:23:02 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-rpc-off
> 
> for you to fetch changes up to 13bdb6a269108d3f9b953bf4b73079d66ecc37af:
> 
>   ARM: dts: renesas: Disable RPC driver on R8A779G0 V4H White Hawk board 
> (2023-12-02 17:16:01 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-rpc-off

2023-12-02 Thread Marek Vasut
The following changes since commit 43f2873fa98b1da6eb56d756315c7bd7db63db27:

  MAINTAINERS: Step up as co-maintainer of Tegra SOC platform (2023-11-28 
11:23:02 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-rpc-off

for you to fetch changes up to 13bdb6a269108d3f9b953bf4b73079d66ecc37af:

  ARM: dts: renesas: Disable RPC driver on R8A779G0 V4H White Hawk board 
(2023-12-02 17:16:01 +0100)


Cong Dang (1):
  ARM: dts: renesas: Disable RPC driver on R8A779G0 V4H White Hawk board

Marek Vasut (1):
  ARM: dts: renesas: Clean up R8A779G0 V4H RPC SPI DT node

 arch/arm/dts/r8a779g0-u-boot.dtsi   | 18 --
 arch/arm/dts/r8a779g0-white-hawk-u-boot.dts |  2 +-
 2 files changed, 5 insertions(+), 15 deletions(-)


Re: [PULL] u-boot-sh/master-mmc-clock

2023-11-19 Thread Tom Rini
On Sat, Nov 18, 2023 at 04:23:17PM +0100, Marek Vasut wrote:

> The following changes since commit 17e9db18f17b6cad278694d4a61df95e96bdf4f5:
> 
>   Merge tag 'doc-2024-01-rc3' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-11-11 09:22:54 
> -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master-mmc-clock
> 
> for you to fetch changes up to 70d2c9940e54ada6bf9e1e538c958f13ccc97c38:
> 
>   mmc: renesas-sdhi: Disable clock after tuning reset when possible 
> (2023-11-13 04:12:47 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master-mmc-clock

2023-11-18 Thread Marek Vasut
The following changes since commit 17e9db18f17b6cad278694d4a61df95e96bdf4f5:

  Merge tag 'doc-2024-01-rc3' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-11-11 09:22:54 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master-mmc-clock

for you to fetch changes up to 70d2c9940e54ada6bf9e1e538c958f13ccc97c38:

  mmc: renesas-sdhi: Disable clock after tuning reset when possible (2023-11-13 
04:12:47 +0100)


Marek Vasut (1):
  mmc: renesas-sdhi: Disable clock after tuning reset when possible

 drivers/mmc/renesas-sdhi.c | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)


Re: [PULL] u-boot-sh/master

2023-10-17 Thread Tom Rini
On Tue, Oct 17, 2023 at 04:31:27AM +0200, Marek Vasut wrote:

> RZ/G2L part 1, except for two serial port patches which I had to drop as they
> broke R2Dplus, they will come later via subsequent PR.
> 
> The following changes since commit 3c3f1626919cd93cbe6c56e3849937de5be18dbb:
> 
>   Merge tag 'dm-pull-13oct23' of 
> https://source.denx.de/u-boot/custodians/u-boot-dm (2023-10-14 10:50:20 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 4e65545f7a35430710ce95bdddf9d683f7a3f72a:
> 
>   board: rzg2l: Add RZ/G2L SMARC EVK board (2023-10-17 03:27:42 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2023-10-16 Thread Marek Vasut
RZ/G2L part 1, except for two serial port patches which I had to drop as they
broke R2Dplus, they will come later via subsequent PR.

The following changes since commit 3c3f1626919cd93cbe6c56e3849937de5be18dbb:

  Merge tag 'dm-pull-13oct23' of 
https://source.denx.de/u-boot/custodians/u-boot-dm (2023-10-14 10:50:20 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 4e65545f7a35430710ce95bdddf9d683f7a3f72a:

  board: rzg2l: Add RZ/G2L SMARC EVK board (2023-10-17 03:27:42 +0200)


Paul Barker (19):
  serial: sh: Fix compile error when lacking HSCIF support
  dt-bindings: Add RZ/G2L CPG bindings
  dt-bindings: Add RZ/G2L PFC bindings
  dt-bindings: Add RZ/G2L IRQC bindings
  arm: rmobile: Add basic RZ/G2L family support
  arm: rmobile: Add basic R9A07G044L SoC support
  clk: renesas: Add RZ/G2L & RZ/G2LC CPG driver
  arm: rmobile: Restrict PINCTRL_PFC selection to R-Car gen3/gen4
  cmd: gpio: Skip output on -ENOENT
  pinctrl: renesas: Add RZ/G2L PFC driver
  gpio: Add RZ/G2L GPIO driver
  serial: sh: Sort includes
  mmc: renesas-sdhi: Refactor probe function
  mmc: renesas-sdhi: Initialize module on RZ/G2L
  arm: rmobile: Include  in header
  arm: rmobile: Add CPU detection for RZ/G2L
  arm: rmobile: Support RZ/G2L memory map
  arm: dts: Import RZ/G2L SMARC EVK device tree
  board: rzg2l: Add RZ/G2L SMARC EVK board

 arch/arm/dts/Makefile  |3 +
 arch/arm/dts/r9a07g044.dtsi| 1273 
 arch/arm/dts/r9a07g044l2-smarc.dts |   18 +
 arch/arm/dts/r9a07g044l2.dtsi  |   13 +
 arch/arm/dts/rz-smarc-common.dtsi  |  183 +++
 arch/arm/dts/rzg2l-smarc-pinfunction.dtsi  |  137 +++
 arch/arm/dts/rzg2l-smarc-som.dtsi  |  353 ++
 arch/arm/dts/rzg2l-smarc.dtsi  |  144 +++
 arch/arm/mach-rmobile/Kconfig  |   21 +-
 arch/arm/mach-rmobile/Kconfig.rzg2l|   32 +
 arch/arm/mach-rmobile/Makefile |5 +-
 arch/arm/mach-rmobile/cpu_info-rzg2l.c |   63 +
 arch/arm/mach-rmobile/include/mach/rmobile.h   |5 +
 arch/arm/mach-rmobile/include/mach/rzg2l.h |   13 +
 arch/arm/mach-rmobile/memmap-rzg2l.c   |  127 ++
 board/renesas/rzg2l/Kconfig|   18 +
 board/renesas/rzg2l/MAINTAINERS|6 +
 board/renesas/rzg2l/Makefile   |4 +
 board/renesas/rzg2l/rzg2l.c|   67 ++
 cmd/gpio.c |4 +-
 configs/renesas_rzg2l_smarc_defconfig  |   52 +
 drivers/clk/renesas/Kconfig|9 +
 drivers/clk/renesas/Makefile   |2 +
 drivers/clk/renesas/r9a07g044-cpg.c|  384 ++
 drivers/clk/renesas/rzg2l-cpg.c|  505 
 drivers/clk/renesas/rzg2l-cpg.h|  319 +
 drivers/gpio/Kconfig   |7 +
 drivers/gpio/Makefile  |1 +
 drivers/gpio/rzg2l-gpio.c  |  170 +++
 drivers/mmc/renesas-sdhi.c |   81 +-
 drivers/pinctrl/renesas/Kconfig|9 +
 drivers/pinctrl/renesas/Makefile   |1 +
 drivers/pinctrl/renesas/rzg2l-pfc.c|  625 ++
 drivers/serial/serial_sh.c |   12 +-
 include/configs/rzg2l-smarc.h  |   14 +
 include/dt-bindings/clock/r9a07g044-cpg.h  |  220 
 .../dt-bindings/interrupt-controller/irqc-rzg2l.h  |   25 +
 include/dt-bindings/pinctrl/rzg2l-pinctrl.h|   23 +
 include/renesas/rzg2l-pfc.h|  110 ++
 39 files changed, 5045 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/dts/r9a07g044.dtsi
 create mode 100644 arch/arm/dts/r9a07g044l2-smarc.dts
 create mode 100644 arch/arm/dts/r9a07g044l2.dtsi
 create mode 100644 arch/arm/dts/rz-smarc-common.dtsi
 create mode 100644 arch/arm/dts/rzg2l-smarc-pinfunction.dtsi
 create mode 100644 arch/arm/dts/rzg2l-smarc-som.dtsi
 create mode 100644 arch/arm/dts/rzg2l-smarc.dtsi
 create mode 100644 arch/arm/mach-rmobile/Kconfig.rzg2l
 create mode 100644 arch/arm/mach-rmobile/cpu_info-rzg2l.c
 create mode 100644 arch/arm/mach-rmobile/include/mach/rzg2l.h
 create mode 100644 arch/arm/mach-rmobile/memmap-rzg2l.c
 create mode 100644 board/renesas/rzg2l/Kconfig
 create mode 100644 board/renesas/rzg2l/MAINTAINERS
 create mode 100644 board/renesas/rzg2l/Makefile
 create mode 100644 board/renesas/rzg2l/rzg2l.c
 create mode 100644 configs/renesas_rzg2l_smarc_defconfig
 create mode 100644 drivers/clk/renesas/r9a07g044-cpg.c
 create 

Re: [PULL] u-boot-sh/master

2023-09-18 Thread Tom Rini
On Sun, Sep 17, 2023 at 02:54:07PM +0200, Marek Vasut wrote:

> Two ethernet fixes for this release .
> 
> The following changes since commit 252592214f79d8206c3cf0056a8827a0010214e0:
> 
>   Merge tag 'doc-2023-10-rc5' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-09-09 09:33:02 
> -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 075e0b9050e2ec1c6a521c0a1a98be4f7feb797b:
> 
>   ARM: renesas: Enable DM_ETH_PHY on 64-bit R-Car boards (2023-09-17 13:56:34 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2023-09-17 Thread Marek Vasut
Two ethernet fixes for this release .

The following changes since commit 252592214f79d8206c3cf0056a8827a0010214e0:

  Merge tag 'doc-2023-10-rc5' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-09-09 09:33:02 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 075e0b9050e2ec1c6a521c0a1a98be4f7feb797b:

  ARM: renesas: Enable DM_ETH_PHY on 64-bit R-Car boards (2023-09-17 13:56:34 
+0200)


Marek Vasut (2):
  ARM: dts: renesas: Add compatible properties to KSZ9031 Ethernet PHYs on 
Salvator-X boards
  ARM: renesas: Enable DM_ETH_PHY on 64-bit R-Car boards

 arch/arm/dts/salvator-common.dtsi| 2 ++
 configs/r8a77970_eagle_defconfig | 1 +
 configs/r8a77970_v3msk_defconfig | 1 +
 configs/r8a77980_condor_defconfig| 1 +
 configs/r8a77980_v3hsk_defconfig | 1 +
 configs/r8a77990_ebisu_defconfig | 1 +
 configs/r8a77995_draak_defconfig | 1 +
 configs/r8a779a0_falcon_defconfig| 1 +
 configs/r8a779g0_whitehawk_defconfig | 1 +
 configs/rcar3_salvator-x_defconfig   | 1 +
 configs/rcar3_ulcb_defconfig | 1 +
 11 files changed, 12 insertions(+)


Re: [PULL] u-boot-sh/master

2023-08-20 Thread Tom Rini
On Sun, Aug 20, 2023 at 03:43:28AM +0200, Marek Vasut wrote:

> The following changes since commit a5899cc69a99379f01e8e2f9f98e0e09b24f1656:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog (2023-08-10 
> 11:40:09 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to dbada49554edd16da39134815635fd0015725c9e:
> 
>   arm: rmobile: Fix off-by-one error in cpuinfo (2023-08-19 16:34:41 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-sh/master

2023-08-19 Thread Marek Vasut
The following changes since commit a5899cc69a99379f01e8e2f9f98e0e09b24f1656:

  Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog (2023-08-10 
11:40:09 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to dbada49554edd16da39134815635fd0015725c9e:

  arm: rmobile: Fix off-by-one error in cpuinfo (2023-08-19 16:34:41 +0200)


Hai Pham (1):
  ARM: rmobile: Update little‐endian byte order option in srec_cat command

Marek Vasut (1):
  clk: renesas: Tear clock controller down last before booting OS

Paul Barker (1):
  arm: rmobile: Fix off-by-one error in cpuinfo

 arch/arm/mach-rmobile/Makefile  | 55 +
 arch/arm/mach-rmobile/cpu_info.c|  2 +-
 drivers/clk/renesas/clk-rcar-gen3.c |  2 ++
 3 files changed, 34 insertions(+), 25 deletions(-)


[PULL] u-boot-sh/master

2023-04-07 Thread Marek Vasut
The following changes since commit b0b77fdf3d7d2c1a5e48c3971a677f14e372c164:

  Merge tag 'fsl-qoriq-2023-4-6' of 
https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2023-04-05 22:19:57 
-0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git 
master_net/phy/prep-cleanup

for you to fetch changes up to b0177a24d48e4ce13bfd7fce0d9c17dc0996f9a5:

  phy: Add .set_mode and .set_speed callbacks (2023-04-07 14:23:26 +0200)


Marek Vasut (52):
  net: phy: aquantia: Staticize PHY driver entries
  net: phy: ca_phy: Staticize PHY driver entries
  net: phy: cortina: Staticize PHY driver entries
  net: phy: teranetics: Staticize PHY driver entries
  net: phy: Factor manual relocation into separate function
  net: phy: Iterate over both registered PHYs and struct phy_driver linker 
list
  net: phy: adin: Convert to U_BOOT_PHY_DRIVER()
  net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()
  net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()
  net: phy: b53: Convert to U_BOOT_PHY_DRIVER()
  net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()
  net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()
  net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()
  net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()
  net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()
  net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER()
  net: phy: lxt: Convert to U_BOOT_PHY_DRIVER()
  net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()
  net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER()
  net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER()
  net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER()
  net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()
  net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()
  net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()
  net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()
  net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()
  net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()
  net: phy: ti: Convert to U_BOOT_PHY_DRIVER()
  net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()
  net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()
  net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()
  net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()
  net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()
  net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()
  net: phy: xilinx-gmii2rgmii: Convert to U_BOOT_PHY_DRIVER()
  net: phy: genphy: Convert to U_BOOT_PHY_DRIVER()
  net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER()
  net: phy: Drop static phy_drivers list
  net: phy: Drop unused phy_register()
  net: phy: Re-inline phy_drv_reloc()
  net: phy: Only call phy_init() on systems needing manual relocation
  net: mvpp2: Drop PHY_INTERFACE_MODE_SGMII_2500 support
  net: mvpp2: Replace PHY_INTERFACE_MODE_SFI with 5GBASER/10GBASER/XAUI
  net: phy: Synchronize PHY interface modes with Linux
  net: phy: marvell: Import and use marvell_phy.h from Linux
  net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from Linux
  net: phy: Add phy_read_mmd_poll_timeout() from Linux
  net: phy: Add MDIO PCS 2.5G and 5G speed macros from Linux
  net: phy: marvell10g: Adapt Marvell 10G PHY driver from Linux
  phy: Add empty generic_phy_configure() implementation for PHY disabled 
case
  phy: Fix kerneldoc alignment
  phy: Add .set_mode and .set_speed callbacks

 drivers/net/mvpp2.c |  61 +---
 drivers/net/phy/Kconfig |   5 +
 drivers/net/phy/Makefile|   3 +-
 drivers/net/phy/adin.c  |   9 +-
 drivers/net/phy/aquantia.c  |  33 +-
 drivers/net/phy/atheros.c   |  15 +-
 drivers/net/phy/b53.c   |   9 +-
 drivers/net/phy/broadcom.c  |  18 +-
 drivers/net/phy/ca_phy.c|  11 +-
 drivers/net/phy/cortina.c   |  11 +-
 drivers/net/phy/davicom.c   |   9 +-
 drivers/net/phy/dp83867.c   |   8 +-
 drivers/net/phy/dp83869.c   |   8 +-
 drivers/net/phy/et1011c.c   |   9 +-
 drivers/net/phy/fixed.c |   8 +-
 drivers/net/phy/generic_10g.c   |   2 +-
 drivers/net/phy/intel_xway.c|   9 +-
 drivers/net/phy/lxt.c   |   9 +-
 drivers/net/phy/marvell.c   |  84 ++---
 drivers/net/phy/marvell10g.c| 605 
 drivers/net/phy/meson-gxl.c |   9 +-
 drivers/net/phy/micrel_ksz8xxx.c|  29 +-
 drivers/net/phy/micrel_ksz90x1.c|  14 +-
 drivers/net/phy/mscc.c  |  27 +-
 drivers/net/phy/mv88e61xx.c |  15 +-
 drivers/net/phy/natsemi.c   |  15 +-
 drivers/net/phy/ncsi.c  |   8 +-
 drivers/net/phy/nxp-c45-tja11xx.c   |   8 +-
 drivers/net/phy/nxp-tja11xx.c   |  12 +-
 drivers/net/phy/phy.c   | 230 ++-

Re: [PULL] u-boot-sh/master

2023-03-21 Thread Tom Rini
On Mon, Mar 20, 2023 at 11:51:26PM +0100, Marek Vasut wrote:

> A single reset controller driver (part of the clock driver) fix
> for v2023.04 release.
> 
> The following changes since commit 318af47668aa2347ca9bbf2114cb9af1d8739aca:
> 
>   Merge branch 'master' of 
> https://source.denx.de/u-boot/custodians/u-boot-coldfire (2023-03-15 12:03:17 
> -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to afafaa2a8f3f0ef38fc55c5d830890adb508549f:
> 
>   clk: renesas: Pack reset identifier before look up (2023-03-20 02:46:44 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


  1   2   3   >