mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 23:32:16 +02:00
30 lines
1.4 KiB
Plaintext
30 lines
1.4 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: i.MX 8MM Consolidated Machine
|
|
#@DESCRIPTION: A consolidated machine configuration for i.MX 8MM EVK both LPDDR4 and DDR4, see Important Note below
|
|
#@MAINTAINER: Jun Zhu <junzhu@nxp.com>
|
|
|
|
# ** Important Note **
|
|
# This machine generates an image contain the bootloader of LPDDR4 EVK, Kernel, and rootfs, plus the DTBs of
|
|
# both LPDDR4 and DDR4 EVKs. The resulting image can be used for LPDDR4 EVK directly, and it can
|
|
# be manually converted for DDR4 EVK following the instructions in the User Guide - Consolidated Machines section.
|
|
# For users of both EVK variants, this can save build time and space. For most users, the dedicated machines
|
|
# imx8mm-lpddr4-evk.conf and imx8mm-ddr4-evk.conf should be used for simplicity.
|
|
|
|
MACHINEOVERRIDES =. "imx8mm-lpddr4-evk:"
|
|
require conf/machine/imx8mm-lpddr4-evk.conf
|
|
|
|
# Include device trees for other boards for internal test
|
|
KERNEL_DEVICETREE += " \
|
|
freescale/imx8mm-ddr4-evk.dtb \
|
|
freescale/imx8mm-ddr4-evk-pcie-ep.dtb \
|
|
freescale/imx8mm-ddr4-evk-rm67191.dtb \
|
|
freescale/imx8mm-ddr4-evk-rm67191-cmd-ram.dtb \
|
|
freescale/imx8mm-ddr4-evk-rm67199.dtb \
|
|
freescale/imx8mm-ddr4-evk-rm67199-cmd-ram.dtb \
|
|
freescale/imx8mm-ddr4-evk-revb.dtb \
|
|
freescale/imx8mm-ddr4-evk-revb-rm67191.dtb \
|
|
freescale/imx8mm-ddr4-evk-revb-rm67191-cmd-ram.dtb \
|
|
freescale/imx8mm-ddr4-evk-revb-rm67199.dtb \
|
|
freescale/imx8mm-ddr4-evk-revb-rm67199-cmd-ram.dtb \
|
|
"
|