diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-12-13 21:56:38 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 21:56:38 -0300 |
commit | 808545401c3eac6ad8272f3733b32f19e767471f (patch) | |
tree | 667efec75ccb95bbbe99054d762bbe64486e2280 | |
parent | 3912f866c0448d1c5ca1f6f46ae47480e35ed027 (diff) | |
parent | 417611d3d6d23c13b3c86e87497f24d1ca5c3271 (diff) | |
download | meta-freescale-808545401c3eac6ad8272f3733b32f19e767471f.tar.gz |
Merge pull request #1702 from MrCry0/master-imx8mq-wevk
imx8mq-lpddr4-wevk: Add i.MX 8 MQ LPDDR4 WEVK machine
-rw-r--r-- | conf/machine/imx8mq-lpddr4-wevk.conf | 19 |
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 000000000..6aa8e0ee7 --- /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 | |||
7 | MACHINEOVERRIDES =. "imx8mq-evk:" | ||
8 | require conf/machine/imx8mq-evk.conf | ||
9 | |||
10 | UBOOT_CONFIG ??= "sd" | ||
11 | UBOOT_CONFIG[sd] = "imx8mq_wevk_config,sdcard" | ||
12 | |||
13 | # Set imx-mkimage boot target | ||
14 | IMXBOOT_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. | ||
19 | IMX_DEFAULT_BSP = "nxp" | ||