Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
43
sources/meta-freescale/conf/machine/ls1046afrwy.conf
Normal file
43
sources/meta-freescale/conf/machine/ls1046afrwy.conf
Normal file
@@ -0,0 +1,43 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: NXP LS1046AFRWY
|
||||
#@SOC: LSCH2
|
||||
#@DESCRIPTION: Machine configuration for running LS1046A in 64-bit mode
|
||||
#@MAINTAINER: Chunrong.guo <chunrong.guo@nxp.com>
|
||||
|
||||
MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
|
||||
|
||||
require conf/machine/include/qoriq-arm64.inc
|
||||
require conf/machine/include/arm/arch-arm64.inc
|
||||
|
||||
MACHINE_FEATURES += "optee"
|
||||
|
||||
KERNEL_CLASSES = " kernel-fitimage "
|
||||
KERNEL_IMAGETYPES = "fitImage"
|
||||
|
||||
UBOOT_DTB_LOADADDRESS = "0x90000000"
|
||||
UBOOT_ENTRYPOINT = "0x80080000"
|
||||
|
||||
UBOOT_CONFIG ??= "tfa-secure-boot tfa"
|
||||
UBOOT_CONFIG[tfa] = "ls1046afrwy_tfa_defconfig"
|
||||
UBOOT_CONFIG[tfa-secure-boot] = "ls1046afrwy_tfa_SECURE_BOOT_defconfig"
|
||||
|
||||
KERNEL_DEVICETREE ?= "\
|
||||
freescale/fsl-ls1046a-frwy.dtb \
|
||||
"
|
||||
# usdpaa dtb is used for dpdk. TODO: rename in kernel
|
||||
KERNEL_DEVICETREE:prepend:use-nxp-bsp = "\
|
||||
freescale/fsl-ls1046a-frwy-sdk.dtb \
|
||||
freescale/fsl-ls1046a-frwy-usdpaa.dtb \
|
||||
"
|
||||
KERNEL_DEFCONFIG ?= "defconfig"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0"
|
||||
SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
|
||||
|
||||
RCWQSPI ?= "NN_NNQNNPNP_3040_0506/rcw_1600_qspiboot"
|
||||
RCWSD ?= "NN_NNQNNPNP_3040_0506/rcw_1600_sdboot"
|
||||
|
||||
FMAN_UCODE ?= "fsl_fman_ucode_ls1046_r1.0_106_4_18.bin"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "fm-ucode rcw qoriq-atf ls2-phy qe-ucode"
|
||||
USE_VT = "0"
|
||||
Reference in New Issue
Block a user