mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00

Upstream TF-A > 2.11 (no release available yet) has initial support for the RK3588 (and thus RK3588S). This was boot tested on an RK3588 Jaguar, the modified baudrate is taken into account as well. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
26 lines
738 B
PHP
26 lines
738 B
PHP
SOC_FAMILY ?= "rk3588s"
|
|
MACHINEOVERRIDES =. "rk3588s:"
|
|
DEFAULTTUNE ?= "cortexa76-cortexa55-crypto"
|
|
|
|
ROCKCHIP_CLOSED_TPL ?= "1"
|
|
|
|
require conf/machine/include/rockchip-defaults.inc
|
|
require conf/machine/include/arm/armv8-2a/tune-cortexa76-cortexa55.inc
|
|
require conf/machine/include/rockchip-wic.inc
|
|
|
|
KBUILD_DEFCONFIG ?= "defconfig"
|
|
KERNEL_FEATURES:append:rk3588s = " 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 = "rk3588"
|
|
TFA_BUILD_TARGET = "bl31"
|
|
|
|
ENABLE_STATELESS_VPU_GST ?= "1"
|