summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-11-30 16:03:26 +0200
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-12-14 01:10:53 +0200
commit417611d3d6d23c13b3c86e87497f24d1ca5c3271 (patch)
tree667efec75ccb95bbbe99054d762bbe64486e2280 /conf
parent3912f866c0448d1c5ca1f6f46ae47480e35ed027 (diff)
downloadmeta-freescale-417611d3d6d23c13b3c86e87497f24d1ca5c3271.tar.gz
imx8mq-lpddr4-wevk: Add i.MX 8 MQ LPDDR4 WEVK machine
It is based on 6.1.36_2.1.0 NXP BSP release. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx8mq-lpddr4-wevk.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/imx8mq-lpddr4-wevk.conf b/conf/machine/imx8mq-lpddr4-wevk.conf
new file mode 100644
index 00000000..6aa8e0ee
--- /dev/null
+++ b/conf/machine/imx8mq-lpddr4-wevk.conf
@@ -0,0 +1,19 @@
1#@TYPE: Machine
2#@NAME: NXP i.MX 8M Quad LPDDR4 WEVK
3#@SOC: i.MX8MQ
4#@DESCRIPTION: Machine configuration for NXP i.MX 8M Quad LPDDR4 EVK with NXP Wi-Fi
5#@MAINTAINER: Jun Zhu <junzhu@nxp.com>
6
7MACHINEOVERRIDES =. "imx8mq-evk:"
8require conf/machine/imx8mq-evk.conf
9
10UBOOT_CONFIG ??= "sd"
11UBOOT_CONFIG[sd] = "imx8mq_wevk_config,sdcard"
12
13# Set imx-mkimage boot target
14IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi"
15
16# Mainline BSP doesn't support LPDDR4 WEVK board so it must be set to nxp.
17# Also this machine isn't supported by u-boot-fslc but imx8mq-evk.conf already
18# set the bootloader to u-boot-imx instead when NXP BSP is used.
19IMX_DEFAULT_BSP = "nxp"