• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂e29303993bad6c94954da7d5cd92b1d36cf2c80b (tree)
時間2022-07-26 18:29:02
作者Peng Fan <peng.fan@nxp....>
CommiterStefano Babic

Log Message

imx: imx8mm-icore: migrate to use BINMAN

Use BINMAN instead of imx specific packing method.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>

Change Summary

差異

--- a/arch/arm/mach-imx/imx8m/Kconfig
+++ b/arch/arm/mach-imx/imx8m/Kconfig
@@ -69,6 +69,7 @@ config TARGET_IMX8MM_EVK
6969
7070 config TARGET_IMX8MM_ICORE_MX8MM
7171 bool "Engicam i.Core MX8M Mini SOM"
72+ select BINMAN
7273 select IMX8MM
7374 select SUPPORT_SPL
7475 select IMX8M_LPDDR4
--- a/arch/arm/mach-imx/imx8m/imximage-8mm-lpddr4.cfg
+++ b/arch/arm/mach-imx/imx8m/imximage-8mm-lpddr4.cfg
@@ -3,13 +3,5 @@
33 * Copyright 2019 NXP
44 */
55
6-
7-FIT
86 BOOT_FROM sd
9-LOADER spl/u-boot-spl-ddr.bin 0x7E1000
10-SECOND_LOADER u-boot.itb 0x40200000 0x60000
11-
12-DDR_FW lpddr4_pmu_train_1d_imem.bin
13-DDR_FW lpddr4_pmu_train_1d_dmem.bin
14-DDR_FW lpddr4_pmu_train_2d_imem.bin
15-DDR_FW lpddr4_pmu_train_2d_dmem.bin
7+LOADER u-boot-spl-ddr.bin 0x7E1000
--- a/configs/imx8mm-icore-mx8mm-ctouch2_defconfig
+++ b/configs/imx8mm-icore-mx8mm-ctouch2_defconfig
@@ -20,7 +20,7 @@ CONFIG_DISTRO_DEFAULTS=y
2020 CONFIG_FIT=y
2121 CONFIG_FIT_EXTERNAL_OFFSET=0x3000
2222 CONFIG_SPL_LOAD_FIT=y
23-CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-imx/mkimage_fit_atf.sh"
23+# CONFIG_USE_SPL_FIT_GENERATOR is not set
2424 CONFIG_OF_SYSTEM_SETUP=y
2525 CONFIG_DEFAULT_FDT_FILE="imx8mm-icore-mx8mm-ctouch2.dtb"
2626 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
--- a/configs/imx8mm-icore-mx8mm-edimm2.2_defconfig
+++ b/configs/imx8mm-icore-mx8mm-edimm2.2_defconfig
@@ -20,7 +20,7 @@ CONFIG_DISTRO_DEFAULTS=y
2020 CONFIG_FIT=y
2121 CONFIG_FIT_EXTERNAL_OFFSET=0x3000
2222 CONFIG_SPL_LOAD_FIT=y
23-CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-imx/mkimage_fit_atf.sh"
23+# CONFIG_USE_SPL_FIT_GENERATOR is not set
2424 CONFIG_OF_SYSTEM_SETUP=y
2525 CONFIG_DEFAULT_FDT_FILE="imx8mm-icore-mx8mm-edimm2.2.dtb"
2626 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y