The following changes since commit 021baf7b08cceb58bb850859dba1614424e16a83:
Merge tag 'tpm-master-28012025' of https://source.denx.de/u-boot/custodians/u-boot-tpm (2025-01-29 08:12:21 -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 e0df073bc0df843e0a3c5f9990defcbf2207c8b9: arm64: renesas: Deduplicate R-Car Gen3 and Gen4 SPL (2025-01-29 22:52:35 +0100) ---------------------------------------------------------------- Marek Vasut (12): net: miiphybb: configs: Drop CONFIG_BITBANGMII_MULTI net: ravb: Staticize bb_miiphy functions net: miiphybb: Fix short name length ARM: renesas: Rename board/renesas/rcar-common to board/renesas/common ARM: renesas: Drop R8A779A0 V3U Falcon SPL Makefile entry ARM: renesas: Simplify board Makefiles ARM: renesas: Rename common/common.c to common/rcar64-common.c arm64: renesas: Drop unused code and clean up headers on R-Car D3 Draak arm64: renesas: Drop unused code and clean up headers on Salvator-X boards arm64: renesas: Drop unused code and clean up headers on ULCB boards arm64: renesas: Deduplicate board_early_init_f() arm64: renesas: Deduplicate R-Car Gen3 and Gen4 SPL board/beacon/beacon-rzg2m/Makefile | 2 +- board/hoperun/hihope-rzg2/Makefile | 2 +- board/renesas/common/Makefile | 49 ++++++++++++ .../renesas/{rcar-common => common}/gen3-common.c | 5 +- board/renesas/common/gen3-spl.c | 38 +++++++++ .../renesas/{rcar-common => common}/gen4-common.c | 2 +- board/renesas/{rcar-common => common}/gen4-spl.c | 17 ----- .../common.c => common/rcar64-common.c} | 9 ++- .../gen3-spl.c => common/rcar64-spl.c} | 39 +--------- board/renesas/{rcar-common => common}/v3-common.c | 0 board/renesas/condor/Makefile | 13 ---- board/renesas/draak/Makefile | 6 +- board/renesas/draak/draak.c | 33 +------- board/renesas/eagle/Makefile | 13 ---- board/renesas/ebisu/Makefile | 13 ---- board/renesas/falcon/Makefile | 13 ---- board/renesas/grayhawk/Makefile | 9 --- board/renesas/salvator-x/Makefile | 6 +- board/renesas/salvator-x/salvator-x.c | 39 +--------- board/renesas/spider/Makefile | 9 --- board/renesas/ulcb/Makefile | 6 +- board/renesas/ulcb/ulcb.c | 31 +------- board/renesas/v3hsk/Makefile | 5 +- board/renesas/v3msk/Makefile | 5 +- board/renesas/whitehawk/Makefile | 13 ---- board/silinux/ek874/Makefile | 4 +- configs/alt_defconfig | 1 - configs/controlcenterdc_defconfig | 1 - configs/gose_defconfig | 1 - configs/grpeach_defconfig | 1 - configs/koelsch_defconfig | 1 - configs/lager_defconfig | 1 - configs/porter_defconfig | 1 - configs/r8a779a0_falcon_defconfig | 1 - configs/r8a779g0_whitehawk_defconfig | 1 - configs/r8a779h0_grayhawk_defconfig | 1 - configs/renesas_rcar3.config | 1 - configs/silk_defconfig | 1 - configs/stout_defconfig | 1 - doc/README.bitbangMII | 25 +----- drivers/net/phy/Kconfig | 4 - drivers/net/phy/miiphybb.c | 89 ---------------------- drivers/net/ravb.c | 14 ++-- include/miiphy.h | 4 +- 44 files changed, 125 insertions(+), 405 deletions(-) create mode 100644 board/renesas/common/Makefile rename board/renesas/{rcar-common => common}/gen3-common.c (98%) create mode 100644 board/renesas/common/gen3-spl.c rename board/renesas/{rcar-common => common}/gen4-common.c (97%) rename board/renesas/{rcar-common => common}/gen4-spl.c (78%) rename board/renesas/{rcar-common/common.c => common/rcar64-common.c} (94%) rename board/renesas/{rcar-common/gen3-spl.c => common/rcar64-spl.c} (51%) rename board/renesas/{rcar-common => common}/v3-common.c (100%) delete mode 100644 board/renesas/condor/Makefile delete mode 100644 board/renesas/eagle/Makefile delete mode 100644 board/renesas/ebisu/Makefile delete mode 100644 board/renesas/falcon/Makefile delete mode 100644 board/renesas/grayhawk/Makefile delete mode 100644 board/renesas/spider/Makefile delete mode 100644 board/renesas/whitehawk/Makefile