- 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)
22 lines
882 B
PHP
22 lines
882 B
PHP
# NOTE: This .inc file with customizations only gets included for K3 platforms
|
|
|
|
PV = "2.12+git"
|
|
SRCREV_tfa = "e06afd47ff20983d467a06f05a4fc49c9cacf88f"
|
|
SRC_URI_TRUSTED_FIRMWARE_A = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https"
|
|
SRCBRANCH = "ti-master"
|
|
SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}"
|
|
|
|
LIC_FILES_CHKSUM = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130"
|
|
COMPATIBLE_MACHINE = "k3"
|
|
|
|
TFA_BUILD_TARGET = "all"
|
|
TFA_INSTALL_TARGET = "bl31"
|
|
TFA_SPD = "opteed"
|
|
|
|
# For am62lxx, install bl1 & bl31 using TFA_INSTALL_TARGET
|
|
TFA_INSTALL_TARGET:am62lxx = "bl31 bl1"
|
|
TFA_SPD:am62lxx = ""
|
|
|
|
EXTRA_OEMAKE += "${@ 'K3_USART=' + d.getVar('TFA_K3_USART') if d.getVar('TFA_K3_USART') else ''}"
|
|
EXTRA_OEMAKE += "${@ 'K3_PM_SYSTEM_SUSPEND=' + d.getVar('TFA_K3_SYSTEM_SUSPEND') if d.getVar('TFA_K3_SYSTEM_SUSPEND') else ''}"
|