* 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
480 B
Plaintext
16 lines
480 B
Plaintext
# Rockchip RK3399 hexa core 4GB RAM SoC GBE USB3 USB-C WiFi/BT eMMC NVMe
|
|
BOARD_NAME="NanoPC T4"
|
|
BOARD_VENDOR="friendlyelec"
|
|
BOARDFAMILY="rockchip64"
|
|
BOARD_MAINTAINER=""
|
|
BOOTCONFIG="nanopc-t4-rk3399_defconfig"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
FULL_DESKTOP="yes"
|
|
ASOUND_STATE="asound.state.rt5651"
|
|
BOOT_LOGO="desktop"
|
|
BOOT_FDT_FILE="rockchip/rk3399-nanopc-t4.dtb"
|
|
BOOT_SCENARIO="blobless"
|
|
SRC_EXTLINUX="yes"
|
|
SRC_CMDLINE="console=ttyS2,1500000 console=tty0"
|