]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Convert mkimage to Entry_section
authorMarek Vasut <marex@denx.de>
Tue, 18 Jul 2023 13:23:58 +0000 (07:23 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:58 +0000 (14:10 -0600)
commit2bec019a54cb74445e4c08f7bd20b22d4e897290
tree97dc712312e3ea7a12d49be633fd1d558377587e
parent6d5c86bf257f42bdf037a4009371a6144319aba7
binman: Convert mkimage to Entry_section

This is needed to handle mkimage with inner section located itself in a
section.

Signed-off-by: Marek Vasut <marex@denx.de>
Use BuildSectionData() instead of ObtainContents(), add tests and a few
other minor fixes:
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py
tools/binman/etype/mkimage.py
tools/binman/ftest.py
tools/binman/test/283_mkimage_special.dts [new file with mode: 0644]