* 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
9 lines
427 B
Plaintext
9 lines
427 B
Plaintext
# All 64b Raspberry models from Broadcom BCM2837 - BCM271x quad core 1-16Gb RAM SoC USB3 GBE USB-C WiFi/BT
|
|
declare -g BOARD_NAME="Raspberry Pi"
|
|
declare -g BOARD_VENDOR="rpi-foundation"
|
|
declare -g BOARDFAMILY="bcm2711"
|
|
declare -g BOARD_MAINTAINER="PanderMusubi teknoid"
|
|
declare -g KERNEL_TARGET="current,edge,legacy"
|
|
declare -g ASOUND_STATE="asound.state.rpi"
|
|
declare -g KERNEL_TEST_TARGET="current"
|
|
declare -g MODULES="i2c_dev" |