* 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
572 B
Plaintext
21 lines
572 B
Plaintext
# BeagleY-AI Texas Instruments AM67A quad core 4GB DDR4 USB3 4TOPS
|
|
|
|
BOARD_NAME="BeagleY-AI"
|
|
BOARD_VENDOR="beagleboard"
|
|
BOARDFAMILY="k3-beagle"
|
|
BOARD_MAINTAINER="Grippy98"
|
|
BOOT_SOC="j722s"
|
|
BOOTCONFIG="am67a_beagley_ai_a53_defconfig"
|
|
BOOTFS_TYPE="fat"
|
|
BOOT_FDT_FILE="k3-am67a-beagley-ai.dts"
|
|
TIBOOT3_BOOTCONFIG="am67a_beagley_ai_r5_defconfig"
|
|
TIBOOT3_FILE="tiboot3-j722s-hs-fs-evm.bin"
|
|
DEFAULT_CONSOLE="serial"
|
|
KERNEL_TARGET="vendor,vendor-rt,edge"
|
|
KERNEL_TEST_TARGET="vendor"
|
|
SERIALCON="ttyS2"
|
|
ATF_BOARD="lite"
|
|
OPTEE_ARGS=""
|
|
OPTEE_PLATFORM="k3-am62x"
|
|
CC33XX_SUPPORT="yes"
|