* 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
18 lines
499 B
Plaintext
18 lines
499 B
Plaintext
# Amlogic S905x quad core 2Gb RAM SoC eMMC SPI
|
|
BOARD_NAME="Sweet Potato"
|
|
BOARD_VENDOR="libre-computer"
|
|
BOARDFAMILY="meson-gxl"
|
|
BOARD_MAINTAINER="Tonymac32"
|
|
BOOTCONFIG="libretech-cc_v2_defconfig"
|
|
BOOT_FDT_FILE="amlogic/meson-gxl-s905x-libretech-cc-v2.dtb"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
FULL_DESKTOP="yes"
|
|
ASOUND_STATE="asound.state.mesongx"
|
|
BOOT_LOGO="desktop"
|
|
|
|
function post_family_config__declare_u-boot-version() {
|
|
BOOTBRANCH='tag:v2024.04'
|
|
BOOTPATCHDIR='v2024.04'
|
|
}
|