2023-04-10 09:20:03 +08:00
|
|
|
# Rockchip RK3588 SoC
|
|
|
|
|
BOARD_NAME="Orange Pi 5 Plus"
|
|
|
|
|
BOARDFAMILY="rockchip-rk3588"
|
|
|
|
|
BOOTCONFIG="orangepi_5_plus_defconfig"
|
|
|
|
|
KERNEL_TARGET="legacy"
|
|
|
|
|
BOOT_LOGO="desktop"
|
|
|
|
|
BOOT_FDT_FILE="rockchip/rk3588-orangepi-5-plus.dtb"
|
|
|
|
|
BOOT_SCENARIO="spl-blobs"
|
|
|
|
|
IMAGE_PARTITION_TABLE="gpt"
|
|
|
|
|
BOOT_SUPPORT_SPI="yes"
|
|
|
|
|
SKIP_BOOTSPLASH="yes" # Skip boot splash patch, conflicts with CONFIG_VT=yes
|
|
|
|
|
DISTRIB_TYPE_LEGACY="bullseye bookworm bionic focal jammy"
|
|
|
|
|
BOOTFS_TYPE="fat"
|
2023-05-31 21:33:49 +08:00
|
|
|
REVISION="1.0.6"
|