]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: imx8mimage: Generate FSPI header in binman instead of mkimage
authorMarek Vasut <marex@nabladev.com>
Sun, 5 Jul 2026 21:19:05 +0000 (23:19 +0200)
committerFabio Estevam <festevam@gmail.com>
Mon, 27 Jul 2026 14:30:25 +0000 (11:30 -0300)
commitc62cdff89cc5d9efdc2f522abb82fa08e9fb00aa
tree0c51598cadde7a697751f42fd21dead5900b8f7a
parentd2d005a32b97173d41ac99bfd19d7c9b73184d3a
binman: imx8mimage: Generate FSPI header in binman instead of mkimage

Stop depending on the current mkimage method of generating the FSPI
header, instead generate the FSPI header within binman itself. This
is more flexible, as the FSPI header properties can be configured
from within the board-specific DT instead of being hard-coded in
mkimage at build time.

Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Marek Vasut <marex@nabladev.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/nxp_imx8mimage.py
tools/binman/ftest.py
tools/binman/test/vendor/nxp_imx8m_fspi.dts
tools/binman/test/vendor/nxp_imx8m_fspi_fail_columnadresswidth.dts [new file with mode: 0644]
tools/binman/test/vendor/nxp_imx8m_fspi_fail_devicetype.dts [moved from tools/binman/test/vendor/nxp_imx8m_fspi_fail.dts with 83% similarity]
tools/binman/test/vendor/nxp_imx8m_fspi_fail_flashpadtype.dts [new file with mode: 0644]
tools/binman/test/vendor/nxp_imx8m_fspi_fail_readsampleclksrc.dts [new file with mode: 0644]
tools/binman/test/vendor/nxp_imx8m_fspi_fail_serialclkfreq.dts [new file with mode: 0644]
tools/binman/test/vendor/nxp_imx8m_fspi_pass.dts