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:
32
sources/meta-freescale/conf/machine/ls1012ardb.conf
Normal file
32
sources/meta-freescale/conf/machine/ls1012ardb.conf
Normal file
@@ -0,0 +1,32 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: NXP LS1012ARDB board
|
||||
#@SOC: LSCH2
|
||||
#@DESCRIPTION: Machine configuration for NXP QorIQ LS1012ARDB
|
||||
# with ARM Cortext-A53 core
|
||||
#@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com>
|
||||
|
||||
MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
|
||||
|
||||
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] = "ls1012ardb_tfa_defconfig"
|
||||
UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig"
|
||||
|
||||
RCWQSPI ?= "R_SPNH_3508/rcw_1000"
|
||||
RCWQSPISEC ?= "R_SPNH_3508/rcw_1000"
|
||||
|
||||
KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb freescale/fsl-ls1012a-qds.dtb"
|
||||
KERNEL_DEFCONFIG ?= "defconfig"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "ppfe-firmware rcw qoriq-atf"
|
||||
USE_VT = "0"
|
||||
Reference in New Issue
Block a user