* 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
17 lines
477 B
Plaintext
17 lines
477 B
Plaintext
# Amlogic A311D 4GB RAM eMMC USB3 WiFi BT
|
|
BOARD_NAME="Radxa Zero 2"
|
|
BOARD_VENDOR="radxa"
|
|
BOARDFAMILY="meson-g12b"
|
|
BOARD_MAINTAINER=""
|
|
BOOTCONFIG="radxa-zero2_config"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
|
|
FULL_DESKTOP="yes"
|
|
BOOT_LOGO="desktop"
|
|
ASOUND_STATE="asound.state.radxa-zero2"
|
|
BOOT_FDT_FILE="amlogic/meson-g12b-radxa-zero2.dtb"
|
|
|
|
BOOTBRANCH_BOARD="tag:v2024.07"
|
|
BOOTPATCHDIR="v2024.07"
|