- 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)
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: NXP LS1028ARDB
|
|
#@SOC: LSCH3
|
|
#@DESCRIPTION: Machine configuration for running LS1028ARDB in 64-bit mode
|
|
#@MAINTAINER: Chunrong.Guo <chunrong.guo@nxp.com>
|
|
|
|
MACHINEOVERRIDES =. "fsl-lsch3:ls1028a:"
|
|
|
|
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-secure-boot] = "ls1028ardb_tfa_SECURE_BOOT_defconfig"
|
|
UBOOT_CONFIG[tfa] = "ls1028ardb_tfa_defconfig"
|
|
|
|
KERNEL_DEVICETREE ?= "freescale/fsl-ls1028a-rdb.dtb freescale/fsl-ls1028a-qds.dtb"
|
|
KERNEL_DEVICETREE:append:use-nxp-bsp = "\
|
|
freescale/fsl-ls1028a-rdb-dpdk.dtb \
|
|
"
|
|
KERNEL_DEFCONFIG ?= "defconfig"
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
|
|
SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
|
|
|
|
RCWSD ?= "R_SQPP_0x85bb/rcw_1500_gpu600"
|
|
RCWXSPI ?= "R_SQPP_0x85bb/rcw_1500_gpu600"
|
|
RCWEMMC ?= "R_SQPP_0x85bb/rcw_1500_gpu600"
|
|
|
|
EXTRA_IMAGEDEPENDS += "rcw qoriq-atf dp-firmware-cadence"
|
|
USE_VT = "0"
|