[PULL] u-boot-sh/main
Marek Vasut via U-Boot <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <20260808042549.145756-1-marek.vasut+renesas__9424.62130203552$1786163190$gmane$org@mailbox.org> |
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(-)