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:
31
sources/meta-freescale/conf/machine/imx8mm-ddr4-evk.conf
Normal file
31
sources/meta-freescale/conf/machine/imx8mm-ddr4-evk.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: NXP i.MX 8M Mini EVK with DDR4
|
||||
#@SOC: i.MX8MM
|
||||
#@DESCRIPTION: Machine configuration for NXP i.MX 8M Mini Evaluation Kit with DDR4
|
||||
#@MAINTAINER: Jun Zhu <junzhu@nxp.com>
|
||||
|
||||
require include/imx8mm-evk.inc
|
||||
|
||||
KERNEL_DEVICETREE_BASENAME = "${MACHINE}"
|
||||
KERNEL_DEVICETREE:append:use-nxp-bsp = " \
|
||||
freescale/${KERNEL_DEVICETREE_BASENAME}-revb.dtb \
|
||||
freescale/${KERNEL_DEVICETREE_BASENAME}-revb-rm67191.dtb \
|
||||
freescale/${KERNEL_DEVICETREE_BASENAME}-revb-rm67191-cmd-ram.dtb \
|
||||
freescale/${KERNEL_DEVICETREE_BASENAME}-revb-rm67199.dtb \
|
||||
freescale/${KERNEL_DEVICETREE_BASENAME}-revb-rm67199-cmd-ram.dtb \
|
||||
"
|
||||
|
||||
UBOOT_CONFIG_BASENAME = "imx8mm_ddr4_evk"
|
||||
UBOOT_CONFIG[nand] = "${UBOOT_CONFIG_BASENAME}_nand_defconfig,ubifs"
|
||||
|
||||
DDR_FIRMWARE_NAME = " \
|
||||
ddr4_imem_1d.bin \
|
||||
ddr4_dmem_1d.bin \
|
||||
ddr4_imem_2d.bin \
|
||||
ddr4_dmem_2d.bin \
|
||||
"
|
||||
|
||||
IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk"
|
||||
|
||||
# Mainline U-Boot doesn't support DDR4 so it must be set to u-boot-imx.
|
||||
IMX_DEFAULT_BOOTLOADER = "u-boot-imx"
|
||||
Reference in New Issue
Block a user