All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] u-boot-sh/main
@ 2026-08-03  0:04 Marek Vasut via U-Boot
  2026-08-07 16:16 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut via U-Boot @ 2026-08-03  0:04 UTC (permalink / raw)
  To: u-boot, Tom Rini; +Cc: Marek Vasut

R-Car Gen3 clean ups and size optimization.
R-Car Gen4 proper PCIe clock generator driver.
R-Car Gen5 support for newer SCP firmware version.

The following changes since commit baa64b2f892890f00a377eac4a3e685472bb56b5:

  Merge tag 'efi-2026-10-rc2-2' of https://git.u-boot-project.org/u-boot/custodians/u-boot-efi (2026-07-31 08:55:30 -0600)

are available in the Git repository at:

  https://git.u-boot-project.org/u-boot/custodians/u-boot-sh.git main

for you to fetch changes up to 8fa2ad1a2c66502cb4eb154c384a67996ab46c2a:

  arm: dts: renesas: Remove unused OPP nodes from R-Car H3/M3-W/M3-W+/M3-N (2026-08-02 22:15:37 +0200)

----------------------------------------------------------------
Marek Vasut (10):
      MAINTAINERS: Update SH/SoCFPGA/USB email addresses
      clk: renesas: Add SDK SCP 4.36 map to Renesas R-Car R8A78000 X5H CPG clock driver
      clk: rs9: Add Renesas 9-series PCIe clock generator driver
      pci: pcie-rcar-gen4: Handle always on reference clock
      arm64: renesas: r8a779g3: Enable PCIe clock generator and I2C mux drivers on Retronix R-Car V4H Sparrow Hawk board
      Revert "arm64: dts: renesas: r8a779g3: Reinstate basic PCIe clock description for Sparrow Hawk"
      pinctrl: renesas: Further minimize R8A77951 H3 PFC tables
      pinctrl: renesas: Further minimize R8A77960 M3-W and R8A77961 M3-W+ PFC tables
      pinctrl: renesas: Further minimize R8A77965 M3-N PFC tables
      arm: dts: renesas: Remove unused OPP nodes from R-Car H3/M3-W/M3-W+/M3-N

 .mailmap                                       |   7 +-
 MAINTAINERS                                    |  12 +-
 arch/arm/dts/r8a77951-u-boot.dtsi              |  34 +++
 arch/arm/dts/r8a77960-u-boot.dtsi              |  26 ++
 arch/arm/dts/r8a77965-u-boot.dtsi              |   9 +
 arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi |  18 --
 configs/r8a779g3_sparrowhawk_defconfig         |   3 +
 drivers/clk/Kconfig                            |   7 +
 drivers/clk/Makefile                           |   1 +
 drivers/clk/clk-renesas-pcie.c                 | 327 +++++++++++++++++++++++++
 drivers/clk/renesas/r8a78000-cpg.c             |   4 +-
 drivers/pci/pci-rcar-gen4.c                    |   2 +-
 drivers/pinctrl/renesas/pfc-r8a77951.c         |  28 +--
 drivers/pinctrl/renesas/pfc-r8a7796.c          |  22 +-
 drivers/pinctrl/renesas/pfc-r8a77965.c         |  28 +--
 15 files changed, 455 insertions(+), 73 deletions(-)
 create mode 100644 drivers/clk/clk-renesas-pcie.c

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PULL] u-boot-sh/main
  2026-08-03  0:04 Marek Vasut via U-Boot
@ 2026-08-07 16:16 ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2026-08-07 16:16 UTC (permalink / raw)
  To: u-boot, Marek Vasut

On Mon, 3 Aug 2026 02:04:33 +0200, Marek Vasut wrote:

> R-Car Gen3 clean ups and size optimization.
> R-Car Gen4 proper PCIe clock generator driver.
> R-Car Gen5 support for newer SCP firmware version.
> 
> The following changes since commit baa64b2f892890f00a377eac4a3e685472bb56b5:
> 
>   Merge tag 'efi-2026-10-rc2-2' of https://git.u-boot-project.org/u-boot/custodians/u-boot-efi (2026-07-31 08:55:30 -0600)
> 
> [...]

Merged into u-boot/main, thanks!

-- 
Tom



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PULL] u-boot-sh/main
@ 2026-08-08  4:22 Marek Vasut via U-Boot
  2026-08-09 22:08 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut via U-Boot @ 2026-08-08  4:22 UTC (permalink / raw)
  To: u-boot, Tom Rini; +Cc: Marek Vasut

This includes temporary U-Boot DT ECC carveouts for R-Car Gen5, they
will be dropped from U-Boot DTs once OF_UPSTREAM DTs get re-synced.
This also includes RPC-IF support for R-Car Gen5 and env storage in
RPC HF.
This also includes an update for R-Car Gen5 UFS controller driver.

The following changes since commit 06c866fee0052579dbd27456fac425d002d44a80:

  Gitlab CI: sage: Disable test_net_tftpboot_boot on Raspberry Pi 4 for now (2026-08-06 19:36:56 -0600)

are available in the Git repository at:

  https://git.u-boot-project.org/u-boot/custodians/u-boot-sh.git main

for you to fetch changes up to c0ed490da30e35a5951646ca08e984d7415fdd58:

  arm64: dts: renesas: ironhide: Describe inline ECC carveouts (2026-08-07 21:59:00 +0200)

----------------------------------------------------------------
Marek Vasut (10):
      mtd: rpc: renesas: Switch to dev_read_addr_name()
      mtd: rpc: renesas: Add R-Car Gen5 DT compatible
      mtd: spi: renesas: Align macro prefixes
      mtd: spi: renesas: Add R-Car Gen5 DT compatible
      arm: renesas: Disable MMC support on R-Car R8A78000 X5H Cortex-M33 RSIP port
      arm: renesas: Bind RPC on R-Car R8A78000 X5H Cortex-M33 RSIP port
      arm: renesas: Enable RPC on R-Car R8A78000 X5H Cortex-M33 RSIP port
      arm: renesas: Store env in HF on R-Car R8A78000 X5H Cortex-M33 RSIP port
      arm64: dts: renesas: ironhide: Describe all reserved memory
      arm64: dts: renesas: ironhide: Describe inline ECC carveouts

Tuyen Dang (1):
      ufs: rcar-gen5: Switch from FASTAUTO mode to FAST mode

 arch/arm/dts/r8a78000-ironhide-cm33-u-boot.dtsi | 17 ++++++
 arch/arm/dts/r8a78000-ironhide-u-boot.dtsi      | 78 +++++++++++++++++++++++++
 configs/r8a78000_ironhide_cm33_defconfig        | 22 ++++++-
 drivers/mtd/Kconfig                             |  2 +-
 drivers/mtd/renesas_rpc_hf.c                    | 26 ++++-----
 drivers/spi/renesas_rpc_spi.c                   | 19 +++---
 drivers/ufs/ufs-renesas-rcar-gen5.c             | 22 ++++---
 include/configs/rcar-gen5-common.h              |  4 ++
 8 files changed, 157 insertions(+), 33 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PULL] u-boot-sh/main
  2026-08-08  4:22 Marek Vasut via U-Boot
@ 2026-08-09 22:08 ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2026-08-09 22:08 UTC (permalink / raw)
  To: u-boot, Marek Vasut

On Sat, 8 Aug 2026 06:22:48 +0200, Marek Vasut wrote:

> This includes temporary U-Boot DT ECC carveouts for R-Car Gen5, they
> will be dropped from U-Boot DTs once OF_UPSTREAM DTs get re-synced.
> This also includes RPC-IF support for R-Car Gen5 and env storage in
> RPC HF.
> This also includes an update for R-Car Gen5 UFS controller driver.
> 
> The following changes since commit 06c866fee0052579dbd27456fac425d002d44a80:
> 
> [...]

Merged into u-boot/main, thanks!

-- 
Tom



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PULL] u-boot-sh/main
@ 2026-08-19 11:13 Marek Vasut
  2026-08-20 18:56 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2026-08-19 11:13 UTC (permalink / raw)
  To: u-boot, Tom Rini; +Cc: Marek Vasut

R-Car Gen4
- PCIe driver fixes and switch to generic firmware loader
- Bootloader update and switch to distro boot command
- DT removal of duplicate nodes which are in Linux DTs node
R-Car Gen5
- RSIP CM33 remoteproc driver clean up and pending updates

The following changes since commit 527115ef6783cec49e5610c523c124b399011361:

  pylibfdt: Replace removed SWIG Python 2 compatibility macros (2026-08-13 10:12:41 -0600)

are available in the Git repository at:

  https://git.u-boot-project.org/u-boot/custodians/u-boot-sh.git main

for you to fetch changes up to a8097d2dbdb33a8b9185d20ce30712493a83b6df:

  arm64: dts: renesas: r8a779g3: Drop set VDDQ18_25_AVB voltage on Retronix R-Car V4H Sparrow Hawk EVTB1 (2026-08-15 00:55:43 +0200)

----------------------------------------------------------------
Marek Vasut (16):
      remoteproc: renesas: rsip: Clear SCMI transport flags
      remoteproc: renesas: rsip: Improve error print
      remoteproc: renesas: rsip: Extract SCP initialization from board file
      remoteproc: renesas: rsip: Reset SCP core on stop
      remoteproc: renesas: rsip: Implement SCMI core stop
      remoteproc: renesas: rsip: Implement core status
      pci: pcie-rcar-gen4: Switch to generic firmware loader
      pci: pcie-rcar-gen4: Avoid repeated link attempts
      pci: pcie-rcar-gen4: Switch to devm_*() GPIO and reset
      doc: board: renesas: Document Retronix R-Car Gen4 V4H Sparrow Hawk SPI NOR layout
      arm64: renesas: r8a779g3: Add PCIe firmware environment on Retronix R-Car V4H Sparrow Hawk
      arm64: renesas: r8a779g3: Add bootloader update environment on Retronix R-Car V4H Sparrow Hawk
      arm64: renesas: r8a779g3: Switch to distro boot command on Retronix R-Car V4H Sparrow Hawk
      arm64: dts: renesas: r8a779g3: Drop generic SPI NOR support on Retronix R-Car V4H Sparrow Hawk board
      arm64: dts: renesas: r8a779g3: Drop invert microSD voltage selector on Retronix R-Car V4H Sparrow Hawk EVTB1
      arm64: dts: renesas: r8a779g3: Drop set VDDQ18_25_AVB voltage on Retronix R-Car V4H Sparrow Hawk EVTB1

 arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi  |  16 --
 arch/arm/dts/r8a78000-ironhide-cm33-u-boot.dtsi |   1 +
 arch/arm/dts/r8a78000-u-boot.dtsi               |   8 +
 board/renesas/common/gen5-cm33.c                |  70 --------
 configs/r8a779g3_sparrowhawk_defconfig          |   2 +-
 doc/board/renesas/rcar-gen4-sparrow-hawk.rst    |  21 +++
 drivers/pci/Kconfig                             |   1 +
 drivers/pci/pci-rcar-gen4.c                     | 118 +++++++-------
 drivers/remoteproc/renesas_rsip.c               | 202 +++++++++++++++++++-----
 include/configs/sparrowhawk.h                   | 121 ++++++++++++++
 include/dt-bindings/reset/r8a78000-reset-scmi.h |   2 +
 11 files changed, 374 insertions(+), 188 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PULL] u-boot-sh/main
  2026-08-19 11:13 [PULL] u-boot-sh/main Marek Vasut
@ 2026-08-20 18:56 ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2026-08-20 18:56 UTC (permalink / raw)
  To: Marek Vasut; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 912 bytes --]

On Wed, Aug 19, 2026 at 01:13:05PM +0200, Marek Vasut wrote:

> R-Car Gen4
> - PCIe driver fixes and switch to generic firmware loader
> - Bootloader update and switch to distro boot command
> - DT removal of duplicate nodes which are in Linux DTs node
> R-Car Gen5
> - RSIP CM33 remoteproc driver clean up and pending updates
> 
> The following changes since commit 527115ef6783cec49e5610c523c124b399011361:
> 
>   pylibfdt: Replace removed SWIG Python 2 compatibility macros (2026-08-13 10:12:41 -0600)
> 
> are available in the Git repository at:
> 
>   https://git.u-boot-project.org/u-boot/custodians/u-boot-sh.git main
> 
> for you to fetch changes up to a8097d2dbdb33a8b9185d20ce30712493a83b6df:
> 
>   arm64: dts: renesas: r8a779g3: Drop set VDDQ18_25_AVB voltage on Retronix R-Car V4H Sparrow Hawk EVTB1 (2026-08-15 00:55:43 +0200)
> 

Applied to u-boot/main, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-08-20 18:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-19 11:13 [PULL] u-boot-sh/main Marek Vasut
2026-08-20 18:56 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2026-08-08  4:22 Marek Vasut via U-Boot
2026-08-09 22:08 ` Tom Rini
2026-08-03  0:04 Marek Vasut via U-Boot
2026-08-07 16:16 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.