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

Update machine include files to allow overriding of KERNEL_IMAGETYPE. [ with the following 2 tweaks by Trevor: - remove the "v3" from the commit's subject - extended patch to rk3308 and rk3588s, which were added in between this patch being submitted, and this patch being applied ] Signed-off-by: Anthony Davies <anthony.t.davies@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
22 lines
587 B
PHP
22 lines
587 B
PHP
# 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/arm/armv8a/tune-cortexa35.inc
|
|
require conf/machine/include/rockchip-defaults.inc
|
|
require conf/machine/include/rockchip-wic.inc
|
|
|
|
KBUILD_DEFCONFIG ?= "defconfig"
|
|
KERNEL_CLASSES = "kernel-fitimage"
|
|
KERNEL_IMAGETYPE ?= "fitImage"
|
|
|
|
TFA_PLATFORM = "px30"
|
|
TFA_BUILD_TARGET = "bl31"
|
|
|
|
UBOOT_SUFFIX ?= "itb"
|
|
UBOOT_ENTRYPOINT ?= "0x06000000"
|