[PATCH v3 0/4] riscv: dts: starfive: simplify binman config

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Fri Feb 21 10:58:52 CET 2025


All StarFive JH7110 are supported via starfive_visionfive2_defconfig.
Up to now we have explicitly specified the multi-device-tree FIT
configuration. This more complicated than needed.

Binman can use the information from CONFIG_OF_LIST to automatically
generated a FIT image containing the necessary device-trees and
configurations.

This also removes the non-functional default configuration without a
device-tree that binman added up to now.

Before the patch set booting on an unsupported device would fail in main
U-Boot due to the lack of a device-tree in the default configuration.

With this patch set booting will fail in SPL because there is no
default configuration.

v3:
	Use CONFIG_MULTI_DTB_FIT instead of CONFIG_OF_LIST in the binman
	include for identifying the use case.
	Remove default configuration for CONFIG_MULTI_DTB_FIT in the
	RISC-V binman include instead of a change on board level.
v2:
	do not use a default configuration

Heinrich Schuchardt (4):
  riscv: dts: add OF_LIST handling to binman.dtsi
  riscv: dts: no default configuration for MULTI_DTB_FIT
  board: starfive: spl: strip off 'starfive/' prefix
  riscv: dts: starfive: remove duplicate itb entries

 arch/riscv/dts/binman.dtsi                    | 10 ++-
 .../dts/starfive-visionfive2-binman.dtsi      | 76 -------------------
 board/starfive/visionfive2/spl.c              |  4 +
 3 files changed, 11 insertions(+), 79 deletions(-)

-- 
2.47.1



More information about the U-Boot mailing list