diff options
author | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2025-04-24 15:42:39 +0200 |
---|---|---|
committer | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2025-04-24 16:28:51 +0200 |
commit | 4f9e481e131aa7190535579e7ea208abf641bf8f (patch) | |
tree | 27e209b6993608c4cce71506cace14b1820bb633 /dynamic-layers/qt5-layer/git@git.enea.com:linux/meta-freescale.git | |
parent | 0a7b76aa3d63dee96e8b4ab4a636fefb4f2027a1 (diff) | |
download | meta-freescale-4f9e481e131aa7190535579e7ea208abf641bf8f.tar.gz |
imx-boot: add LPDDR_FW_VERSION to mkimage arguments for iMX95
For the iMX95 it can be necessary to use a different DDR FW version than
the one selected by default by the mkimage build. You might need newer
FW binaries while still supporting an older NXP BSP.
Pass LPDDR_FW_VERSION to make if it is set, otherwise do nothing such
that the Makefile selects its default value just like before.
When using a different FW version without setting LPDDR_FW_VERSION
accordingly you will get a build error similar to the below:
```
| DEBUG: Executing shell function do_compile
| NOTE: UBOOT_CONFIG = sd, UBOOT_DTB_NAME =
| NOTE: i.MX 95 boot binary build
| NOTE: i.MX 93 boot binary build
| NOTE: Copy ddr_firmware: lpddr4x_dmem_v202409.bin from $BUILD_PATH/deploy/images/verdin-imx95 -> $BUILD_PATH/tmp/work/verdin_imx95-tdx-linux/imx-boot/1.0/git/iMX95
[...]
| make[1]: *** No rule to make target 'lpddr4x_imem_v202311.bin', needed by 'm33-oei-ddrfw.bin'. Stop.
```
Above we are using `lpddr4x_imem_v202409.bin` but mkimage is not aware
without this fix and setting LPDDR_FW_VERSION (i.e.: in the machine
conf).
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
Diffstat (limited to 'dynamic-layers/qt5-layer/git@git.enea.com:linux/meta-freescale.git')
0 files changed, 0 insertions, 0 deletions