mvebu: add SolidRun ClearFog GT 8K

ClearFog GT 8K is device sold by SolidRun. It is marketed as a
development board, not a consumer product. The device tree file for this board
is upstream in kernel.org.

Signed-off-by: Logan Blyth <mrbojangles3@gmail.com>
This commit is contained in:
Logan Blyth
2022-06-07 21:46:22 -04:00
committed by Christian Lamparter
parent cd1b4ea5aa
commit 36e46c3c13
3 changed files with 20 additions and 3 deletions

View File

@@ -29,6 +29,9 @@ marvell,armada8040-db)
marvell,armada7040-db)
ucidef_set_interfaces_lan_wan "eth0 eth2" "eth1"
;;
marvell,armada8040-clearfog-gt-8k)
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 eth2" "eth0 eth1"
;;
*)
ucidef_set_interface_lan "eth0"
;;

View File

@@ -13,7 +13,8 @@ platform_check_image() {
iei,puzzle-m901|\
iei,puzzle-m902|\
marvell,armada8040-mcbin-doubleshot|\
marvell,armada8040-mcbin-singleshot)
marvell,armada8040-mcbin-singleshot|\
marvell,armada8040-clearfog-gt-8k)
legacy_sdcard_check_image "$1"
;;
*)
@@ -30,7 +31,8 @@ platform_do_upgrade() {
;;
globalscale,mochabin|\
marvell,armada8040-mcbin-doubleshot|\
marvell,armada8040-mcbin-singleshot)
marvell,armada8040-mcbin-singleshot|\
marvell,armada8040-clearfog-gt-8k)
legacy_sdcard_do_upgrade "$1"
;;
*)
@@ -44,7 +46,8 @@ platform_copy_config() {
iei,puzzle-m901|\
iei,puzzle-m902|\
marvell,armada8040-mcbin-doubleshot|\
marvell,armada8040-mcbin-singleshot)
marvell,armada8040-mcbin-singleshot|\
marvell,armada8040-clearfog-gt-8k)
legacy_sdcard_copy_config
;;
esac