- 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)
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: NXP LX2160ARDB
|
|
#@SOC: LSCH3
|
|
#@DESCRIPTION: Machine configuration for running LX2160ARDB in 64-bit mode
|
|
#@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com>
|
|
|
|
require conf/machine/include/qoriq-arm64.inc
|
|
require conf/machine/include/arm/arch-arm64.inc
|
|
|
|
MACHINEOVERRIDES =. "fsl-lsch3:lx2160a:"
|
|
|
|
MACHINE_FEATURES += "optee"
|
|
|
|
KERNEL_CLASSES = " kernel-fitimage "
|
|
KERNEL_IMAGETYPES = "fitImage"
|
|
|
|
DTB_LOAD = "0x90000000"
|
|
UBOOT_ENTRYPOINT = "0x80080000"
|
|
|
|
UBOOT_CONFIG ??= "tfa-secure-boot tfa"
|
|
UBOOT_CONFIG[tfa] = "lx2160ardb_tfa_defconfig"
|
|
UBOOT_CONFIG[tfa-secure-boot] = "lx2160ardb_tfa_SECURE_BOOT_defconfig"
|
|
|
|
KERNEL_DEVICETREE ?= "freescale/fsl-lx2160a-rdb.dtb freescale/fsl-lx2160a-qds.dtb"
|
|
KERNEL_DEFCONFIG ?= "defconfig"
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
|
|
SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
|
|
|
|
UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd"
|
|
RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2"
|
|
RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2"
|
|
RCWEMMC ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2"
|
|
|
|
EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi qoriq-atf inphi"
|
|
USE_VT = "0"
|