* 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
15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
# Rockchip RK3399 hexa core 4GB SoC eMMC GBE USB3 WiFi
|
|
BOARD_NAME="Fine3399"
|
|
BOARD_VENDOR="generic"
|
|
BOARDFAMILY="rockchip64"
|
|
BOARD_MAINTAINER=""
|
|
BOOTCONFIG="fine3399-rk3399_defconfig"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
FULL_DESKTOP="yes"
|
|
BOOT_LOGO="desktop"
|
|
BOOT_FDT_FILE="rockchip/rk3399-fine3399.dtb"
|
|
BOOT_SCENARIO="only-blobs"
|
|
SRC_EXTLINUX="yes"
|
|
SRC_CMDLINE="console=ttyS2,1500000 console=tty0"
|