- 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)
30 lines
687 B
Plaintext
30 lines
687 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: DRA7xx HS EVM
|
|
#@DESCRIPTION: Machine configuration for the TI DRA7xx HS EVM
|
|
|
|
require conf/machine/dra7xx-evm.conf
|
|
|
|
UBOOT_MACHINE = "dra7xx_hs_evm_config"
|
|
|
|
UBOOT_ENTRYPOINT = "0x82000000"
|
|
UBOOT_LOADADDRESS = "0x82000000"
|
|
UBOOT_RD_LOADADDRESS = "0x84000000"
|
|
UBOOT_RD_ENTRYPOINT = "0x84000000"
|
|
|
|
OPTEEMACHINE = "ti-dra7xx"
|
|
OPTEEFLAVOR = "dra7xx"
|
|
OPTEEPAGER = "y"
|
|
|
|
EXTRA_IMAGEDEPENDS += "optee-os"
|
|
|
|
# FIT image for legacy secure devices
|
|
KERNEL_CLASSES += " kernel-fitimage-legacyhs"
|
|
KERNEL_IMAGETYPES += " fitImage"
|
|
|
|
# FIT image settings
|
|
FITIMAGE_HASH_ALGO = ""
|
|
FITIMAGE_PACK_TEE = "1"
|
|
FITIMAGE_DTB_BY_NAME = "1"
|
|
FITIMAGE_TEE_BY_NAME = "1"
|
|
FITIMAGE_CONF_BY_NAME = "1"
|