* 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
14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
# Amlogic s905d3 2/4GB RAM eMMC GBE USB3
|
|
BOARD_NAME="Libre Computer Solitude"
|
|
BOARD_VENDOR="libre-computer"
|
|
BOARDFAMILY="meson-sm1"
|
|
BOARD_MAINTAINER="Tonymac32"
|
|
KERNEL_TARGET="current,edge"
|
|
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
|
|
FULL_DESKTOP="yes"
|
|
SERIALCON="ttyAML0"
|
|
BOOT_LOGO="desktop"
|
|
BOOT_FDT_FILE="amlogic/meson-sm1-s905d3-libretech-cc.dtb"
|
|
|
|
enable_extension "grub-with-dtb"
|