* 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
12 lines
490 B
Plaintext
12 lines
490 B
Plaintext
# Rockchip RK3588 octa core 8-32GB RAM SoC 2*2.5GBe eMMC USB3 NvME WIFI
|
|
source "${SRC}/config/boards/armsom-sige7.csc"
|
|
BOARD_NAME="Banana Pi M7"
|
|
BOARD_VENDOR="sinovoip"
|
|
BOARD_MAINTAINER="amazingfate"
|
|
BOOT_FDT_FILE="rockchip/rk3588-bananapi-m7.dtb"
|
|
# Those are included in armsom-sige7.csc, but this file is parsed directly
|
|
# by the JSON matrix generator and thus those need to be in here
|
|
KERNEL_TARGET="current,edge,vendor"
|
|
KERNEL_TEST_TARGET="vendor,current"
|
|
BOARDFAMILY="rockchip-rk3588"
|