]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx8mp-evk: update ddr firmware version as required by imx-boot
authorAndrey Zhizhikin <andrey.z@gmail.com>
Mon, 1 Feb 2021 15:36:45 +0000 (15:36 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 1 Feb 2021 16:04:08 +0000 (13:04 -0300)
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>
conf/machine/imx8mp-evk.conf

index 1ae9e1aef5126b5f709318cea7285506348c7298..7e55b93aa86388ce0b0a3d0ba6ba90701d81715a 100644 (file)
@@ -48,11 +48,12 @@ UBOOT_CONFIG[mfgtool] = "imx8mp_evk_defconfig"
 SPL_BINARY = "spl/u-boot-spl.bin"
 
 # Set DDR FIRMWARE
+DDR_FIRMWARE_VERSION = "202006"
 DDR_FIRMWARE_NAME = " \
-       lpddr4_pmu_train_1d_dmem_201904.bin \
-       lpddr4_pmu_train_1d_imem_201904.bin \
-       lpddr4_pmu_train_2d_dmem_201904.bin \
-       lpddr4_pmu_train_2d_imem_201904.bin \
+       lpddr4_pmu_train_1d_dmem_${DDR_FIRMWARE_VERSION}.bin \
+       lpddr4_pmu_train_1d_imem_${DDR_FIRMWARE_VERSION}.bin \
+       lpddr4_pmu_train_2d_dmem_${DDR_FIRMWARE_VERSION}.bin \
+       lpddr4_pmu_train_2d_imem_${DDR_FIRMWARE_VERSION}.bin \
 "
 
 # Set u-boot DTB