summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-02-01 15:36:45 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2021-02-01 13:04:08 -0300
commit653f92e4e641ac97e05ecf7f82aecc90f48c4278 (patch)
tree77a286b89e5923e4cd017211f9142f771cda1bf1
parent7b0ddeabeeab1493570985296632f78b8deed858 (diff)
downloadmeta-freescale-653f92e4e641ac97e05ecf7f82aecc90f48c4278.tar.gz
imx8mp-evk: update ddr firmware version as required by imx-boot
imx-boot update 5.4.70_2.3.0 requires a new version of ddr firmware to be deployed and used for imx8mp machine (201904 -> 202006). This is introduced in commits of imx-boot git tree: 322a834 ("MLK-24860 iMX8MP: Use 202006 DDR4 firmware") 658c54a ("MLK-24788 iMX8MP: Update LPDDR4 Firmware to 202006 version") Update ddr firmware name to include new version in machine config file. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--conf/machine/imx8mp-evk.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/machine/imx8mp-evk.conf b/conf/machine/imx8mp-evk.conf
index 1ae9e1ae..7e55b93a 100644
--- a/conf/machine/imx8mp-evk.conf
+++ b/conf/machine/imx8mp-evk.conf
@@ -48,11 +48,12 @@ UBOOT_CONFIG[mfgtool] = "imx8mp_evk_defconfig"
48SPL_BINARY = "spl/u-boot-spl.bin" 48SPL_BINARY = "spl/u-boot-spl.bin"
49 49
50# Set DDR FIRMWARE 50# Set DDR FIRMWARE
51DDR_FIRMWARE_VERSION = "202006"
51DDR_FIRMWARE_NAME = " \ 52DDR_FIRMWARE_NAME = " \
52 lpddr4_pmu_train_1d_dmem_201904.bin \ 53 lpddr4_pmu_train_1d_dmem_${DDR_FIRMWARE_VERSION}.bin \
53 lpddr4_pmu_train_1d_imem_201904.bin \ 54 lpddr4_pmu_train_1d_imem_${DDR_FIRMWARE_VERSION}.bin \
54 lpddr4_pmu_train_2d_dmem_201904.bin \ 55 lpddr4_pmu_train_2d_dmem_${DDR_FIRMWARE_VERSION}.bin \
55 lpddr4_pmu_train_2d_imem_201904.bin \ 56 lpddr4_pmu_train_2d_imem_${DDR_FIRMWARE_VERSION}.bin \
56" 57"
57 58
58# Set u-boot DTB 59# Set u-boot DTB