* 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
17 lines
521 B
Plaintext
17 lines
521 B
Plaintext
# Rockchip RK3506G2 triple core 128MB SoC 1x100MBe NAND SD USB2
|
|
BOARD_NAME="Luckfox Lyra Plus"
|
|
BOARD_VENDOR="luckfox"
|
|
BOARDFAMILY="rockchip"
|
|
BOOTCONFIG="luckfox-lyra-rk3506_defconfig"
|
|
BOARD_MAINTAINER="vidplace7"
|
|
KERNEL_TARGET="vendor"
|
|
BOOT_FDT_FILE="rk3506g-luckfox-lyra-plus-sd.dtb"
|
|
BOOT_SCENARIO="spl-blobs"
|
|
IMAGE_PARTITION_TABLE="gpt"
|
|
SERIALCON="ttyFIQ0"
|
|
BOOT_SOC="rk3506"
|
|
DDR_BLOB="rk35/rk3506_ddr_750MHz_v1.06.bin"
|
|
|
|
# Board only has 128MB RAM; use 'lowmem' extension to optimize for this.
|
|
enable_extension "lowmem"
|