[PATCH v4 0/8] board: starfive: DeepComputing FML13V01
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Thu Apr 24 14:13:07 CEST 2025
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.
v4:
Correct the description of booting from eMMC on JH7110 boards.
v3:
Rebase upon Milk-V Mars CM removal patch
v2:
Rebase upon orgin/next
Carve out common documentation of JH7110 boards
Drop patch for binman config - not needed anymore
Add information about the debug UART
Heinrich Schuchardt (8):
configs: add jh7110-deepcomputing-fml13v01 to VF2 defconfig
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
doc: starfive: use consistent formatting
doc: starfive: use jh7110_common.rst
doc: jh7110: describe debug UART
.../jh7110-deepcomputing-fml13v01-u-boot.dtsi | 7 ++
board/starfive/visionfive2/spl.c | 5 +-
.../visionfive2/starfive_visionfive2.c | 6 +-
configs/starfive_visionfive2_defconfig | 2 +-
doc/board/starfive/deepcomputing_fml13v01.rst | 80 ++++++++++++++
doc/board/starfive/index.rst | 1 +
doc/board/starfive/jh7110_common.rst | 103 ++++++++++++++++++
doc/board/starfive/milk-v_mars.rst | 18 +--
doc/board/starfive/pine64_star64.rst | 26 +----
doc/board/starfive/visionfive2.rst | 47 +-------
10 files changed, 215 insertions(+), 80 deletions(-)
create mode 100644 arch/riscv/dts/jh7110-deepcomputing-fml13v01-u-boot.dtsi
create mode 100644 doc/board/starfive/deepcomputing_fml13v01.rst
create mode 100644 doc/board/starfive/jh7110_common.rst
--
2.48.1
More information about the U-Boot
mailing list