* 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
16 lines
472 B
Plaintext
16 lines
472 B
Plaintext
# Allwinner H6 quad core 2GB SoC WiFi eMMC
|
|
BOARD_NAME="Inovato Quadra"
|
|
BOARD_VENDOR="inovato"
|
|
BOARDFAMILY="sun50iw6"
|
|
BOARD_MAINTAINER="igorpecovnik"
|
|
BOOTCONFIG="tanix_tx6_defconfig"
|
|
CRUSTCONFIG="tanix_tx6_defconfig"
|
|
BOOT_FDT_FILE="allwinner/sun50i-h6-inovato-quadra.dtb"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
BOOT_LOGO="desktop"
|
|
FULL_DESKTOP="yes"
|
|
SRC_EXTLINUX="yes"
|
|
SRC_CMDLINE="console=ttyS0,115200 console=tty0 mem=2048M video=HDMI-A-1:e"
|
|
OFFSET=16
|