# Copyright (C) 2022 Theobroma Systems Design und Consulting # Released under the MIT license (see COPYING.MIT for the terms) SOC_FAMILY = "px30" DEFAULTTUNE ?= "cortexa35-crypto" require conf/machine/include/soc-family.inc require conf/machine/include/rockchip-defaults.inc require conf/machine/include/arm/armv8a/tune-cortexa35.inc require conf/machine/include/rockchip-wic.inc KBUILD_DEFCONFIG ?= "defconfig" TFA_PLATFORM = "px30" TFA_BUILD_TARGET = "bl31" UBOOT_SUFFIX ?= "itb" UBOOT_ENTRYPOINT ?= "0x06000000" ENABLE_STATELESS_VPU_GST ?= "1"