Hi Tom, The following changes since commit 2b1c8d3b2da46ce0f7108f279f04bc66f1d8d09a:
cmd: Fix Kconfig coding style (2025-01-31 11:29:05 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-riscv.git for you to fetch changes up to faf237d1b43c3221e78bfa0310833fc5bc71bc21: riscv: cpu: jh7110: fallback to generic cleanup_before_linux() (2025-02-03 15:26:06 +0800) CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/24428 ---------------------------------------------------------------- - RISC-V: Add some fixes - RISC-V: Integrate OP-TEE into the RISC-V boot flow - RISC-V: Unify implementation of cleanup_before_linux() for RISC-V ports - RISC-V: cmd: Add bhyve SBI implementation ID - Board: K1: Probe dram size during boot phase ---------------------------------------------------------------- Hal Feng (1): pinctrl: starfive: Correct driver declaration for starfive_gpio Heinrich Schuchardt (2): riscv: AVAILABLE_HARTS is not compatible with XIP cmd: sbi: add bhyve SBI implementation ID Huan Zhou (1): riscv: spacemit: k1: probe dram size during boot phase. Yao Zi (3): riscv: add a generic implementation for cleanup_before_linux() riscv: cpu: generic: fallback to generic cleanup_before_linux() riscv: cpu: jh7110: fallback to generic cleanup_before_linux() Yu-Chien Peter Lin (2): riscv: Add CONFIG_SPL_OPTEE_LOAD_ADDR riscv: dts: binman.dtsi: Include OP-TEE OS image arch/riscv/Kconfig | 7 +++++ arch/riscv/cpu/cpu.c | 17 ++++++++++++ arch/riscv/cpu/generic/Makefile | 1 - arch/riscv/cpu/generic/cpu.c | 22 ---------------- arch/riscv/cpu/jh7110/Makefile | 1 - arch/riscv/cpu/jh7110/cpu.c | 23 ----------------- arch/riscv/cpu/k1/dram.c | 40 +++++++++++++++++++++++++++-- arch/riscv/dts/binman.dtsi | 26 +++++++++++++++++-- cmd/riscv/sbi.c | 1 + drivers/pinctrl/starfive/pinctrl-starfive.c | 4 +-- 10 files changed, 89 insertions(+), 53 deletions(-) delete mode 100644 arch/riscv/cpu/generic/cpu.c delete mode 100644 arch/riscv/cpu/jh7110/cpu.c Best regards, Leo