[PULL] u-boot-sh/master
Marek Vasut
marek.vasut+renesas at mailbox.org
Mon Mar 17 04:16:11 CET 2025
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
More information about the U-Boot
mailing list