We use starfive_visionfive2_defconfig for supporting JH7110 based boards. The DeepComputing Framework motherboard is a new JH7110 device with upstream kernel support since v6.13.
Add support and documentation for the board. Heinrich Schuchardt (6): configs: add jh7110-deepcomputing-fml13v01 to VF2 defconfig riscv: dts: starfive: DeepComputing FML13V01 binman config riscv: dts: jh7110: add DeepComputing FML13V01 device-tree board: starfive: DeepComputing FML13V01 fdt selection board: starfive: spl: support DeepComputing FML13V01 doc: add DeepComputing FML13V01 documentation .../jh7110-deepcomputing-fml13v01-u-boot.dtsi | 7 + .../dts/starfive-visionfive2-binman.dtsi | 17 +++ board/starfive/visionfive2/spl.c | 5 +- .../visionfive2/starfive_visionfive2.c | 6 +- configs/starfive_visionfive2_defconfig | 2 +- doc/board/starfive/deepcomputing_fml13v01.rst | 143 ++++++++++++++++++ doc/board/starfive/index.rst | 1 + 7 files changed, 178 insertions(+), 3 deletions(-) create mode 100644 arch/riscv/dts/jh7110-deepcomputing-fml13v01-u-boot.dtsi create mode 100644 doc/board/starfive/deepcomputing_fml13v01.rst -- 2.47.1