* 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
21 lines
535 B
Plaintext
21 lines
535 B
Plaintext
# Rockchip RK3328 quad core 1GB RAM eMMC USB-C USB3 USB2 WiFi
|
|
BOARD_NAME="mksklipad50"
|
|
BOARD_VENDOR="makerbase"
|
|
BOARDFAMILY="rockchip64"
|
|
BOARD_MAINTAINER="torte71"
|
|
BOOTCONFIG="mksklipad50-rk3328_defconfig"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
HAS_VIDEO_OUTPUT="no"
|
|
BOOT_LOGO="desktop"
|
|
MODULES="pinctrl-rk805 ads7846 spidev"
|
|
BOOTFS_TYPE="fat"
|
|
PACKAGE_LIST_BOARD="build-essential usb-modeswitch"
|
|
|
|
BOOTBRANCH='tag:v2025.01'
|
|
BOOTPATCHDIR='v2025.01'
|
|
|
|
function post_family_config__uboot_config() {
|
|
BOOTDELAY=1
|
|
}
|