The following changes since commit cefd0449d6df77eb0edb8a6800a441f9cd4e3653:
Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next (2023-03-16 12:18:30 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-sh.git next for you to fetch changes up to 6254c5f7e176311eb8bd57817f85d1eed1c362cb: serial: sh: Make indent consistent (2023-03-18 12:04:02 +0100) ---------------------------------------------------------------- Hai Pham (4): ARM: renesas: Remove defines for USB on Eagle/Condor ARM: renesas: Demote overlap memory nodes message to debug on Gen3 ARM: renesas: falcon: Initialize ARM generic timer and GICv3 if EL3 ARM: renesas: falcon: Enable RWDT reset for V3U Falcon Marek Vasut (13): ARM: renesas: Enable DTO support by default on R-Car Gen3 ARM: rmobile: Convert ifdef in rmobile_get_prr() to IS_ENABLED() ARM: rmobile: Sort R-Car Gen3 Kconfig lists ARM: rmobile: Factor out SYS_SOC Kconfig option ARM: rmobile: Introduce CONFIG_RCAR_64 symbol ARM: rmobile: Split R-Car Gen3 into separate Kconfig from common 64bit options clk: renesas: rcar-gen3: Replace SSCG caching with MDSEL/PE caching i2c: rcar_iic: Sort Kconfig depends list ascending i2c: rcar_i2c: Sort Kconfig depends list ascending pinctrl: renesas: Replace ifdeffery with IS_ENABLED() serial: sh: Rename CONFIG_SCI and CONFIG_SCIF_USE_EXT_CLK to CFG_ variants serial: sh: Add DEBUG_UART support serial: sh: Make indent consistent Mikhail Lappo (1): net: ravb: Support fixed PHY in R-Car arch/arm/mach-rmobile/Kconfig | 36 +++--- arch/arm/mach-rmobile/Kconfig.32 | 3 - arch/arm/mach-rmobile/Kconfig.64 | 208 +--------------------------------- arch/arm/mach-rmobile/Kconfig.rcar3 | 201 ++++++++++++++++++++++++++++++++ arch/arm/mach-rmobile/Kconfig.rza1 | 3 - arch/arm/mach-rmobile/cpu_info-rcar.c | 7 +- board/renesas/falcon/falcon.c | 21 +++- board/renesas/rcar-common/common.c | 6 +- configs/r8a77970_eagle_defconfig | 6 - configs/r8a77980_condor_defconfig | 6 - drivers/clk/renesas/clk-rcar-gen3.c | 18 +-- drivers/clk/renesas/rcar-gen3-cpg.h | 2 +- drivers/gpio/sh_pfc.c | 6 +- drivers/i2c/Kconfig | 4 +- drivers/net/ravb.c | 6 +- drivers/serial/Kconfig | 8 ++ drivers/serial/serial_sh.c | 87 +++++++++----- drivers/serial/serial_sh.h | 8 +- 18 files changed, 340 insertions(+), 296 deletions(-) create mode 100644 arch/arm/mach-rmobile/Kconfig.rcar3