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

Having one common recipe for optee-os, TF-A and DDR init blobs coming from rkbin is nice for maintenance but it doesn't allow for having e.g. TF-A come from another recipe and optee-os and DDR init from this one. Now that upstream TF-A has initial support for RK356x and RK3588, but there's still no open OP-TEE OS or DDR init, it'd be nice to allow users to have upstream TF-A. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
24 lines
671 B
PHP
24 lines
671 B
PHP
SOC_FAMILY = "rk3568"
|
|
|
|
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:rk3568 = " 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"
|
|
|
|
ENABLE_STATELESS_VPU_GST ?= "1"
|