Updates to the JH7110 common description: - add detailed overview of JH-7110 SoC and boot process - revise descriptions of deprecated StarFive loader modes - refresh build directions grouped with SPL debug advice - reduce usage instructions into common methods shared by supported boards - cite starfive_visionfive2 board maintainer description of StarFive loader - cite published datasheets for ambient operating temperature data Redundant/deprecated sections of each board doc are dropped accordingly: - deepcomputing fml13v01 - milk-v mars - pine64 star64 (also add inclusion of JH7110 common description) - visionfive2 Signed-off-by: E Shattow <e@freeshell.de>
29 lines
727 B
ReStructuredText
29 lines
727 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
Milk-V Mars
|
|
===========
|
|
|
|
U-Boot for the Milk-V Mars uses the same U-Boot binaries as the VisionFive 2
|
|
board. In U-Boot SPL the actual board is detected and the device-tree patched
|
|
accordingly.
|
|
|
|
Device-tree selection
|
|
---------------------
|
|
|
|
Depending on the board version U-Boot set variable $fdtfile to either
|
|
starfive/jh7110-starfive-visionfive-2-v1.2a.dtb or
|
|
starfive/jh7110-starfive-visionfive-2-v1.3b.dtb.
|
|
|
|
To overrule this selection the variable can be set manually and saved in the
|
|
environment
|
|
|
|
::
|
|
|
|
setenv fdtfile my_device-tree.dtb
|
|
env save
|
|
|
|
or the configuration variable CONFIG_DEFAULT_FDT_FILE can be used to set to
|
|
provide a default value.
|
|
|
|
.. include:: jh7110_common.rst
|