[PULL] u-boot-sh/master

Marek Vasut marek.vasut+renesas at mailbox.org
Thu Apr 9 19:09:04 CEST 2026


Assorted fixes and tweaks, HUSH parser, preboot env variable, SMC command
enablement, s_init and 32bit/64bit code clean up, DBSC and APMU remoteproc
clean ups, UFS dev_phys_to_bus() remap support and SCIF R-Car Gen5 support.

The following changes since commit a383c9689282269bb9687ec6c115de094c27fa67:

  dm: Respect dma-ranges size (2026-04-07 15:27: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 4a95a2a9e13ab05e4fc309f92bc33998d80afe01:

  ufs: Remap CPU to bus addresses using dev_phys_to_bus() (2026-04-08 19:53:44 +0200)

----------------------------------------------------------------
Marek Vasut (10):
      arm: renesas: Enable modern HUSH parser on all R-Car systems
      arm: renesas: Enable preboot environment variable on all R-Car systems
      arm: renesas: Use stock lowlevel_init function and remove s_init
      arm64: renesas: Enable SMC command on all R-Car 64-bit systems
      arm64: renesas: Make R-Car board code 32-bit ARMv8-M compatible
      arm64: renesas: Separate 64bit only code
      ram: renesas: dbsc: Use macro in renesas_dbsc5_board_config channel count
      remoteproc: renesas: apmu: Fix typo in Kconfig symbol help text
      serial: sh: Handle HSCIF on all 64-bit R-Car SoC
      ufs: Remap CPU to bus addresses using dev_phys_to_bus()

 arch/arm/mach-renesas/Makefile             | 11 +++--
 arch/arm/mach-renesas/lowlevel_init_gen3.S | 71 ------------------------------
 board/renesas/common/gen3-spl.c            |  4 --
 board/renesas/common/gen4-common.c         |  4 +-
 board/renesas/common/gen4-spl.c            |  4 +-
 board/renesas/common/gen5-common.c         |  4 +-
 board/renesas/common/rcar64-common.c       |  5 ++-
 configs/renesas_rcar.config                |  3 ++
 configs/renesas_rcar64.config              |  1 +
 drivers/remoteproc/Kconfig                 |  2 +-
 drivers/serial/serial_sh.c                 |  2 +-
 drivers/ufs/ufs-uclass.c                   | 24 +++++-----
 include/dbsc5.h                            |  2 +-
 13 files changed, 41 insertions(+), 96 deletions(-)


More information about the U-Boot mailing list