Skip to content

Commit bf5ac79

Browse files
committed
Add GlobalScale MOCHAbin board support
- Add board configuration for MOCHAbin - Based on Marvell Armada 7040 SoC - Support for 4GB and 8GB RAM variants - Multi-gigabit networking support -> network still buggy - Tested with kernel 6.6.x
1 parent 6f4e67b commit bf5ac79

File tree

4 files changed

+115
-684
lines changed

4 files changed

+115
-684
lines changed

config/boards/mochabin.conf

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# GlobalScale MOCHAbin
2+
# Based on Marvell Armada 7040
3+
4+
BOARD_NAME="GlobalScale MOCHAbin"
5+
BOARDFAMILY="mvebu64"
6+
BOARD_MAINTAINER=""
7+
KERNEL_TARGET="current,edge"
8+
9+
# Use ESPRESSObin bootloader configuration (compatible)
10+
BOOTCONFIG="mvebu_espressobin-88f3720_defconfig"
11+
12+
# MOCHAbin Device Tree
13+
BOOT_FDT_FILE="marvell/armada-7040-mochabin.dtb"
14+
15+
# Serial console
16+
SERIALCON="ttyS0:115200n8"
17+
18+
# Packages
19+
PACKAGE_LIST_BOARD="ethtool"
20+
21+
# Modules
22+
MODULES_CURRENT="mvpp2 mvneta mv_xor ahci"

0 commit comments

Comments
 (0)