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