meta-imx/meta-imx-bsp/conf/machine/imx8mmevk.conf
Zelan Zou db4444b346 imx8m*.conf: Normalize Consolidated Machine comments [YOCIMX-8021]
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2024-08-20 14:22:24 +08:00

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 \
"