From 49aabec88c96b9dfedc35ba4729a5f94e14e31cb Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Wed, 11 May 2022 10:05:15 +0200 Subject: 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 (cherry picked from commit c13204d3437f226c11e73da467399fab9f2f130b) --- conf/machine/imx8mm-lpddr4-evk.conf | 5 +++++ conf/machine/imx8mn-lpddr4-evk.conf | 5 +++++ conf/machine/imx8mp-lpddr4-evk.conf | 5 +++++ 3 files changed, 15 insertions(+) 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 = " \ " IMXBOOT_TARGETS_BASENAME = "flash_evk" + +# Mainline BSP doesn't support LPDDR4 so it must be set to nxp. +# Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already +# set the bootloader to u-boot-imx instead when NXP BSP is used. +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 = " \ lpddr4_pmu_train_2d_dmem.bin \ " IMXBOOT_TARGETS_BASENAME = "flash_evk" + +# Mainline BSP doesn't support LPDDR4 so it must be set to nxp. +# Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already +# set the bootloader to u-boot-imx instead when NXP BSP is used. +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 = " \ " IMXBOOT_TARGETS_BASENAME = "flash_evk" + +# Mainline BSP doesn't support LPDDR4 so it must be set to nxp. +# Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already +# set the bootloader to u-boot-imx instead when NXP BSP is used. +IMX_DEFAULT_BSP = "nxp" -- cgit v1.2.3-54-g00ecf