meta-imx/meta-imx-bsp/conf/machine/imx8mnevk.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

31 lines
1.4 KiB
Plaintext

#@TYPE: Machine
#@NAME: i.MX 8MN Consolidated Machine
#@DESCRIPTION: A consolidated machine configuration for i.MX 8MN 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
# imx8mn-lpddr4-evk.conf and imx8mn-ddr4-evk.conf should be used for simplicity.
MACHINEOVERRIDES =. "imx8mn-lpddr4-evk:"
require conf/machine/imx8mn-lpddr4-evk.conf
# Include device trees for other boards for internal test
KERNEL_DEVICETREE += " \
freescale/imx8mn-ddr4-evk.dtb \
freescale/imx8mn-ddr4-evk-ak5558.dtb \
freescale/imx8mn-ddr4-evk-lk.dtb \
freescale/imx8mn-ddr4-evk-rm67191.dtb \
freescale/imx8mn-ddr4-evk-rm67191-cmd-ram.dtb \
freescale/imx8mn-ddr4-evk-rm67199.dtb \
freescale/imx8mn-ddr4-evk-rm67199-cmd-ram.dtb \
freescale/imx8mn-ddr4-evk-rpmsg.dtb \
freescale/imx8mn-ddr4-evk-usd-wifi.dtb \
freescale/imx8mn-ddr3l-evk.dtb \
freescale/imx8mn-ddr3l-evk-ak5558.dtb \
freescale/imx8mn-ddr3l-evk-rpmsg.dtb \
"