diff options
author | Thomas Perrot <thomas.perrot@bootlin.com> | 2022-05-11 10:05:15 +0200 |
---|---|---|
committer | Thomas Perrot <thomas.perrot@bootlin.com> | 2022-05-11 11:47:19 +0200 |
commit | c13204d3437f226c11e73da467399fab9f2f130b (patch) | |
tree | fee7d2c5ab28328389612d0c3e51058b6740619e /conf | |
parent | 64121b5aafd5eb25a3b2be76cf03cba4d7125e10 (diff) | |
download | meta-freescale-c13204d3437f226c11e73da467399fab9f2f130b.tar.gz |
imx8m: Set LPDDR4 machines to use IMX BSP only
This is necessary because mainline U-Boot doesn't supports LPDDR4 for
i.MX8M EVK.
Also these machines aren't supported by mainline kernel.
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx8mm-lpddr4-evk.conf | 5 | ||||
-rw-r--r-- | conf/machine/imx8mn-lpddr4-evk.conf | 5 | ||||
-rw-r--r-- | conf/machine/imx8mp-lpddr4-evk.conf | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/imx8mm-lpddr4-evk.conf b/conf/machine/imx8mm-lpddr4-evk.conf index 0a85ed20..0c886cb1 100644 --- a/conf/machine/imx8mm-lpddr4-evk.conf +++ b/conf/machine/imx8mm-lpddr4-evk.conf | |||
@@ -34,3 +34,8 @@ DDR_FIRMWARE_NAME = " \ | |||
34 | " | 34 | " |
35 | 35 | ||
36 | IMXBOOT_TARGETS_BASENAME = "flash_evk" | 36 | IMXBOOT_TARGETS_BASENAME = "flash_evk" |
37 | |||
38 | # Mainline BSP doesn't support LPDDR4 so it must be set to nxp. | ||
39 | # Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already | ||
40 | # set the bootloader to u-boot-imx instead when NXP BSP is used. | ||
41 | IMX_DEFAULT_BSP = "nxp" | ||
diff --git a/conf/machine/imx8mn-lpddr4-evk.conf b/conf/machine/imx8mn-lpddr4-evk.conf index 2e5e6be9..51a79c38 100644 --- a/conf/machine/imx8mn-lpddr4-evk.conf +++ b/conf/machine/imx8mn-lpddr4-evk.conf | |||
@@ -19,3 +19,8 @@ DDR_FIRMWARE_NAME = " \ | |||
19 | lpddr4_pmu_train_2d_dmem.bin \ | 19 | lpddr4_pmu_train_2d_dmem.bin \ |
20 | " | 20 | " |
21 | IMXBOOT_TARGETS_BASENAME = "flash_evk" | 21 | IMXBOOT_TARGETS_BASENAME = "flash_evk" |
22 | |||
23 | # Mainline BSP doesn't support LPDDR4 so it must be set to nxp. | ||
24 | # Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already | ||
25 | # set the bootloader to u-boot-imx instead when NXP BSP is used. | ||
26 | IMX_DEFAULT_BSP = "nxp" | ||
diff --git a/conf/machine/imx8mp-lpddr4-evk.conf b/conf/machine/imx8mp-lpddr4-evk.conf index 2c08790c..c015963c 100644 --- a/conf/machine/imx8mp-lpddr4-evk.conf +++ b/conf/machine/imx8mp-lpddr4-evk.conf | |||
@@ -53,3 +53,8 @@ DDR_FIRMWARE_NAME = " \ | |||
53 | " | 53 | " |
54 | 54 | ||
55 | IMXBOOT_TARGETS_BASENAME = "flash_evk" | 55 | IMXBOOT_TARGETS_BASENAME = "flash_evk" |
56 | |||
57 | # Mainline BSP doesn't support LPDDR4 so it must be set to nxp. | ||
58 | # Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already | ||
59 | # set the bootloader to u-boot-imx instead when NXP BSP is used. | ||
60 | IMX_DEFAULT_BSP = "nxp" | ||