* 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
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
# Kirin 960 octa core 3/4GB SoC eMMC USB3 WiFi/BT
|
|
declare -g BOARD_NAME="HiKey 960"
|
|
declare -g BOARD_VENDOR="generic"
|
|
declare -g BOARDFAMILY="uefi-arm64"
|
|
declare -g BOARD_MAINTAINER=""
|
|
declare -g KERNEL_TARGET="current,edge"
|
|
declare -g KERNEL_TEST_TARGET="current"
|
|
|
|
declare -g GRUB_CMDLINE_LINUX_DEFAULT="efi=noruntime console=ttyAMA6,115200n8"
|
|
declare -g BOOT_FDT_FILE="hisilicon/hi3660-hikey960.dtb"
|
|
enable_extension "grub-with-dtb"
|