Skip to content

Commit

Permalink
mvebu: add SolidRun ClearFog GT 8K
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mrbojangles3 authored and chunkeey committed Jun 19, 2022
1 parent cd1b4ea commit 36e46c3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
Expand Up @@ -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"
;;
Expand Down
Expand Up @@ -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"
;;
*)
Expand All @@ -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"
;;
*)
Expand All @@ -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
Expand Down
11 changes: 11 additions & 0 deletions target/linux/mvebu/image/cortexa72.mk
Expand Up @@ -52,6 +52,17 @@ define Device/marvell_macchiatobin-singleshot
endef
TARGET_DEVICES += marvell_macchiatobin-singleshot

define Device/marvell_clearfog-gt-8k
$(call Device/Default-arm64)
DEVICE_VENDOR := SolidRun
DEVICE_MODEL := Clearfog
DEVICE_VARIANT := GT-8K
DEVICE_PACKAGES += kmod-i2c-mux-pca954x kmod-crypto-hw-safexcel
DEVICE_DTS := armada-8040-clearfog-gt-8k
SUPPORTED_DEVICES := marvell,armada8040-clearfog-gt-8k
endef
TARGET_DEVICES += marvell_clearfog-gt-8k

define Device/iei_puzzle-m901
$(call Device/Default-arm64)
DEVICE_VENDOR := iEi
Expand Down

0 comments on commit 36e46c3

Please sign in to comment.