]> code.ossystems Code Review - meta-freescale.git/commit
classes: imx-boot-container: adapt to new u-boot generation
authorAndrey Zhizhikin <andrey.z@gmail.com>
Mon, 3 May 2021 10:07:57 +0000 (10:07 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 4 May 2021 17:07:09 +0000 (14:07 -0300)
commit8bb147f9396d8fbe9385b41511d7f88163cf5149
tree415c3467bdd2867c5d91d28c7c053ad297bd34f0
parente2eda5e9eaf4523f1134860fce4929d27c551469
classes: imx-boot-container: adapt to new u-boot generation

Recent U-Boot versions switched from using customized image generation
mechanisms to binman. This requires that in addition to the flash.bin
boot container, the ITB is built and populated onto the raw boot
partition.

In addition, DDR firmware deployed together with SPL is now using fully
qualified file names (including version suffix), hence there is no need
to sanitize those binaries anymore when DDR firmware is packed.

Drop the specialized build target from UBOOT_MAKE_TARGET, as building of
flash.bin is now covered by default build.

Drop the pre-build step proceedure which was sanitizing version suffix
from the DDR firmware name.

Deploy additional u-boot.itb file that is required to be packed into the
raw boot partition.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
classes/imx-boot-container.bbclass