mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00

Upstream TF-A > 2.11 (no release available yet) has initial support for the RK3566 and RK3568. They both share the same code base. This was not tested as I do not own RK356x boards. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
27 lines
722 B
PHP
27 lines
722 B
PHP
SOC_FAMILY = "rk3566"
|
|
|
|
DEFAULTTUNE ?= "cortexa55"
|
|
|
|
ROCKCHIP_CLOSED_TPL ?= "1"
|
|
|
|
require conf/machine/include/soc-family.inc
|
|
require conf/machine/include/rockchip-defaults.inc
|
|
require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc
|
|
require conf/machine/include/rockchip-wic.inc
|
|
|
|
KBUILD_DEFCONFIG ?= "defconfig"
|
|
KERNEL_FEATURES:append:rk3566 = " bsp/rockchip/remove-non-rockchip-arch-arm64.scc"
|
|
KERNEL_CLASSES = "kernel-fitimage"
|
|
KERNEL_IMAGETYPE ?= "fitImage"
|
|
|
|
PREFERRED_PROVIDER_trusted-firmware-a = "rockchip-rkbin-tf-a"
|
|
PREFERRED_PROVIDER_optee-os = "rockchip-rkbin-optee-os"
|
|
|
|
UBOOT_SUFFIX ?= "itb"
|
|
UBOOT_ENTRYPOINT ?= "0x06000000"
|
|
|
|
TFA_PLATFORM = "rk3568"
|
|
TFA_BUILD_TARGET = "bl31"
|
|
|
|
ENABLE_STATELESS_VPU_GST ?= "1"
|