* 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
24 lines
824 B
Plaintext
24 lines
824 B
Plaintext
# Amlogic S905X3 quad core 2-4GB RAM SoC eMMC GBE USB3 SPI Wifi
|
|
BOARD_NAME="Banana Pi M2Pro"
|
|
BOARD_VENDOR="sinovoip"
|
|
BOARDFAMILY="meson-sm1"
|
|
BOARD_MAINTAINER="igorpecovnik"
|
|
BOOTCONFIG="bananapi-m2-pro_defconfig"
|
|
BOOT_FDT_FILE="amlogic/meson-sm1-bananapi-m2-pro.dtb"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
|
|
FULL_DESKTOP="yes"
|
|
SERIALCON="ttyAML0"
|
|
BOOT_LOGO="desktop"
|
|
BOOTBRANCH_BOARD="tag:v2024.07"
|
|
BOOTPATCHDIR="v2024.07"
|
|
|
|
function fetch_sources_tools__libreelec_amlogic_fip_pre_m2-pro_blob_update() {
|
|
fetch_from_repo "https://github.com/Dangku/amlogic-boot-fip" "amlogic-boot-fip" "branch:master"
|
|
}
|
|
|
|
function post_uboot_custom_postprocess__bpi-m2-pro() {
|
|
uboot_g12_postprocess "$SRC"/cache/sources/amlogic-boot-fip/bananapi-m2-pro g12a
|
|
}
|