- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM62PX EVM
|
|
#@DESCRIPTION: Machine configuration for the TI AM62PX EVM
|
|
|
|
require conf/machine/include/am62pxx.inc
|
|
require conf/machine/include/ti-extras.inc
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
ti/k3-am62p5 \
|
|
ti/k3-am62x-sk-csi2 \
|
|
ti/k3-am62x-sk-hdmi \
|
|
ti/k3-am62x-sk-lpm \
|
|
ti/k3-v3link \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-am62p5-sk.dtb \
|
|
ti/k3-am62x-sk-csi2-imx219.dtbo \
|
|
ti/k3-am62x-sk-csi2-ov5640.dtbo \
|
|
ti/k3-am62x-sk-csi2-tevi-ov5640.dtbo \
|
|
ti/k3-am62x-sk-hdmi-audio.dtbo \
|
|
"
|
|
|
|
FIT_CONF_DEFAULT_DTB = "ti/k3-am62p5-sk.dtb"
|
|
|
|
UBOOT_MACHINE = "am62px_evm_a53_defconfig"
|
|
|
|
# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build
|
|
# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc
|
|
# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
|
|
# For AM62P tisdk-display-cluster image, splash screen is handled by SBL.
|
|
# Hence, disable the A53 based splash screen using the am62x_evm_prune_splashscreen.config fragment present in ti-u-boot tree
|
|
UBOOT_CONFIG_FRAGMENTS = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62x_evm_prune_splashscreen.config', '', d)}"
|
|
|
|
UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62px_evm_prune_splashscreen.config', '', d)}"
|