Skip to content

Commit 4850dbf

Browse files
authored
Add BOARD_VENDOR to board configs (#9063)
* 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
1 parent 86f473d commit 4850dbf

File tree

347 files changed

+348
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

347 files changed

+348
-0
lines changed

config/boards/9tripod-x3568-v4.csc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Rockchip RK3568 quad core 2GB-8GB RAM SoC 2 x GBE eMMC USB3 WiFi/BT PCIe SATA NVMe
22
BOARD_NAME="9Tripod X3568 v4"
3+
BOARD_VENDOR="generic"
34
BOARDFAMILY="rockchip64"
45
BOARD_MAINTAINER="rbqvq"
56
KERNEL_TARGET="current,edge"

config/boards/aml-a311d-cc.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Amlogic A311D 2/4GB RAM eMMC GBE USB3
22
BOARD_NAME="Libre Computer Alta"
3+
BOARD_VENDOR="libre-computer"
34
BOARDFAMILY="meson-g12b"
45
BOARD_MAINTAINER="Tonymac32"
56
KERNEL_TARGET="current,edge"

config/boards/aml-c400-plus.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Amlogic S912 octa core 3Gb RAM SoC eMMC
22
BOARD_NAME="Magicsee C400 Plus"
3+
BOARD_VENDOR="generic"
34
BOARDFAMILY="meson-gxl"
45
BOARD_MAINTAINER="jomadeto"
56
BOOTSIZE="512"

config/boards/aml-s805-mxq.tvb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# MXQ TV box based on Amlogic S805 quad core 1GB RAM SoC GBE
22
BOARD_NAME="MXQ"
3+
BOARD_VENDOR="generic"
34
BOARDFAMILY="meson8b"
45
BOARD_MAINTAINER=""
56
KERNEL_TARGET="current"

config/boards/aml-s905d3-cc.wip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Amlogic s905d3 2/4GB RAM eMMC GBE USB3
22
BOARD_NAME="Libre Computer Solitude"
3+
BOARD_VENDOR="libre-computer"
34
BOARDFAMILY="meson-sm1"
45
BOARD_MAINTAINER="Tonymac32"
56
KERNEL_TARGET="current,edge"

config/boards/aml-s9xx-box.tvb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Amlogic S9xx based TVBox
22
BOARD_NAME="aml-s9xx-box"
33
BOARDFAMILY="meson-gxl"
4+
BOARD_VENDOR="generic"
45
BOARD_MAINTAINER="SteeManMI"
56
BOOTSIZE="512"
67
BOOTFS_TYPE="fat"

config/boards/aml-t95z-plus.tvb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Amlogic S912 octa core 3Gb RAM SoC eMMC chinese clone
22
BOARD_NAME="T95Z Plus" # (a q201 Chinese clone with internal amlogic ethernet 1gbit, complete with a chunk of metal inside to delay thermal throttling)
3+
BOARD_VENDOR="generic"
34
BOOT_FDT_FILE="amlogic/meson-gxm-t95z-plus.dtb" # From chewitt's patches
45
BOARDFAMILY="meson-gxl" # s912's are actually meson-gxm, no harm done.
6+
BOARD_VENDOR="generic"
57
BOOTCONFIG="meson-gxm-t95z-plus_defconfig" # patched-in
68
BOARD_MAINTAINER=""
79
KERNEL_TARGET="edge"

config/boards/armsom-aim7-io.csc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Rockchip RK3588 SoC octa core 8-32GB SoC 2.5GBe eMMC USB3 NvME
22
BOARD_NAME="ArmSoM AIM7 IO"
3+
BOARD_VENDOR="armsom"
34
BOARDFAMILY="rockchip-rk3588"
45
BOARD_MAINTAINER=""
56
BOOTCONFIG="armsom-aim7-io-rk3588_defconfig"

config/boards/armsom-cm5-io.csc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Rockchip RK3576 SoC octa core 8-64GB SoC GBe eMMC USB3 NvME WIFI
22
BOARD_NAME="ArmSoM CM5 IO"
3+
BOARD_VENDOR="armsom"
34
BOARDFAMILY="rk35xx"
45
BOOTCONFIG="armsom-cm5-io-rk3576_defconfig"
56
KERNEL_TARGET="vendor"

config/boards/armsom-cm5-rpi-cm4-io.csc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Rockchip RK3576 SoC octa core 8-64GB SoC GBe eMMC USB3 NvME WIFI
22
BOARD_NAME="ArmSoM CM5 CM4 IO"
3+
BOARD_VENDOR="armsom"
34
BOARDFAMILY="rk35xx"
45
BOOTCONFIG="armsom-cm5-rpi-cm4-io-rk3576_defconfig"
56
KERNEL_TARGET="vendor"

0 commit comments

Comments
 (0)