]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: add a new entry type to support .bin file generation for the i.MX95 platform
authorAlice Guo <alice.guo@nxp.com>
Fri, 5 Sep 2025 18:22:03 +0000 (02:22 +0800)
committerFabio Estevam <festevam@gmail.com>
Wed, 17 Sep 2025 11:16:04 +0000 (08:16 -0300)
commit5c389e61902d12bf295c3ab1db221da3fb034519
tree9a23eaac3e5be73fcbab828ad94f01cba3bdaa9f
parentb82fa9d752b025d3b5305b5b07debe6808a5d027
binman: add a new entry type to support .bin file generation for the i.MX95 platform

To support passing specific commands defined in enum imx8image_cmd to
the imx8image_copy_image() function, this patch introduces a new entry
type nxp-imx9image. This entry generates a plain text data file
containing the relevant commands, enabling flexible configuration during
image creation.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
tools/binman/entries.rst
tools/binman/etype/nxp_imx9image.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/350_nxp_imx95.dts [new file with mode: 0644]