summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mn-ddr4-evk.conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-12-14 13:39:48 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-21 08:37:58 -0300
commit882271da3bcca0d03b022bf01a50c51c6ec5c94c (patch)
tree2c30d8be72887a3d6504dbcc534e3741f73ace2a /conf/machine/imx8mn-ddr4-evk.conf
parent80345fbe89c5ac96975f9c7ef38e8dc8d2a36346 (diff)
downloadmeta-freescale-882271da3bcca0d03b022bf01a50c51c6ec5c94c.tar.gz
imx8mn-ddr4-evk: Rework 8M Nano EVK config file
There are two variants of the 8M Nano Evaluation Kit board, one with LPDDR4 and one with DDR4. Rework our existing config file to make this distinction explicit in the machine config file name and to allow for configuration re-use. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/imx8mn-ddr4-evk.conf')
-rw-r--r--conf/machine/imx8mn-ddr4-evk.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/imx8mn-ddr4-evk.conf b/conf/machine/imx8mn-ddr4-evk.conf
new file mode 100644
index 00000000..c35f7e74
--- /dev/null
+++ b/conf/machine/imx8mn-ddr4-evk.conf
@@ -0,0 +1,20 @@
1#@TYPE: Machine
2#@NAME: NXP i.MX 8M Nano Evaluation Kit with DDR4
3#@SOC: i.MX8MM
4#@DESCRIPTION: Machine configuration for NXP i.MX 8M Nano EVK with DDR4
5#@MAINTAINER: Andrey Zhizhikin <andrey.z@gmail.com>
6
7require include/imx8mn-evk.inc
8
9KERNEL_DEVICETREE_BASENAME = "${MACHINE}"
10KERNEL_DEVICETREE_append_use-nxp-bsp = " \
11 freescale/${KERNEL_DEVICETREE_BASENAME}-usd-wifi.dtb \
12"
13UBOOT_CONFIG_BASENAME = "imx8mn_ddr4_evk"
14DDR_FIRMWARE_NAME = " \
15 ddr4_imem_1d_201810.bin \
16 ddr4_dmem_1d_201810.bin \
17 ddr4_imem_2d_201810.bin \
18 ddr4_dmem_2d_201810.bin \
19"
20IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk"