* Add BOARD_VENDOR to board configs * Add BOARD_VENDOR to all board configuration files - Added BOARD_VENDOR variable to board configuration files - Using lowercase vendor slugs (e.g., friendlyelec, radxa, xunlong) - Set 'generic' for boards without clear vendor match - TV box files (.tvb) excluded as they have no clear vendor - Enables better board categorization and vendor-specific handling * Manual adjustements on top of AI matching * Drop doubled definition and add retroid vendor
22 lines
592 B
Plaintext
22 lines
592 B
Plaintext
# Marvell Armada 388 2GB ECC RAM SoC 4xSATA 2xUSB3.0 GBE SPI
|
|
BOARD_NAME="Helios4"
|
|
BOARD_VENDOR="kobol"
|
|
BOARDFAMILY="mvebu"
|
|
BOARD_MAINTAINER="leggewie"
|
|
BOOTCONFIG="helios4_defconfig"
|
|
BOOTCONFIG_NEXT="helios4_defconfig"
|
|
MODULES_LEGACY="marvell_cesa lm75"
|
|
MODULES_CURRENT="marvell_cesa lm75"
|
|
HAS_VIDEO_OUTPUT="no"
|
|
FORCE_BOOTSCRIPT_UPDATE="yes"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
|
|
# Enable btrfs support in u-boot
|
|
enable_extension "uboot-btrfs"
|
|
|
|
function post_family_config__helios4_extra_packages() {
|
|
add_packages_to_image "fancontrol"
|
|
add_packages_to_image "ethtool"
|
|
}
|