- 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
616 B
PHP
22 lines
616 B
PHP
require conf/machine/include/k3.inc
|
|
require conf/machine/include/mc_k3r5.inc
|
|
|
|
SOC_FAMILY:append = ":j784s4"
|
|
|
|
MACHINE_FEATURES += "screen gpu"
|
|
|
|
require conf/machine/include/mesa-pvr.inc
|
|
PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}"
|
|
|
|
# Default tiboot3.bin on AM69 is for SR1.0 HS-FS
|
|
IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-fs-evm.bin"
|
|
|
|
# Since default tiboot3.bin on AM69 is for HS-FS, add a version for SR1.0 HS-SE
|
|
IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-evm.bin"
|
|
|
|
TFA_BOARD = "j784s4"
|
|
|
|
OPTEEMACHINE = "k3-j784s4"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw"
|