* 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
18 lines
605 B
Plaintext
18 lines
605 B
Plaintext
# Allwinner A64 quad core 1GB RAM SoC GBE eMMC Wi-Fi/BT
|
|
BOARD_NAME="A64 OLinuXino"
|
|
BOARD_VENDOR="olimex"
|
|
BOARDFAMILY="sun50iw1"
|
|
BOARD_MAINTAINER=""
|
|
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
|
|
BOOTCONFIG="a64-olinuxino_defconfig"
|
|
KERNEL_TARGET="current,edge,legacy"
|
|
KERNEL_TEST_TARGET="current"
|
|
FULL_DESKTOP="yes"
|
|
CRUSTCONFIG="a64_defconfig"
|
|
|
|
function post_config_uboot_target__extra_configs_for_orangepi_mini() {
|
|
display_alert "$BOARD" "set dram clock" "info"
|
|
run_host_command_logged scripts/config --set-val CONFIG_DRAM_CLK "624"
|
|
run_host_command_logged scripts/config --set-val CONFIG_DRAM_ZQ "3881949"
|
|
}
|