Changes for v3: - update the binman etype to generate a configuration file and a .bin file - update Get ahab-container.img in imx95_evk.rst - rename configs/imx95.config to configs/imx95_evk.config
Changes for v4: - update nxp_imx9image.py and add testNxpImx9Image to ensure 100% code coverage of nxp_imx9image.py when running binman tests Changes for v5: - update nxp_imx9image.py and add testNxpImx9Image to ensure the patch set passes U-Boot CI CI: https://github.com/u-boot/u-boot/pull/812/checks Signed-off-by: Alice Guo <[email protected]> --- Alice Guo (2): binman: add a new entry type to support .bin file generation for the i.MX95 platform imx95_evk: Restore support for i.MX95 A0 silicon Makefile | 3 +- arch/arm/dts/imx95-u-boot.dtsi | 44 +++++++-- arch/arm/mach-imx/Makefile | 5 + arch/arm/mach-imx/imx9/Kconfig | 5 +- arch/arm/mach-imx/imx9/scmi/container.cfg | 11 --- arch/arm/mach-imx/imx9/scmi/imximage.cfg | 16 ---- board/freescale/imx95_evk/MAINTAINERS | 1 + configs/imx95_19x19_evk_defconfig | 153 +----------------------------- configs/imx95_a0_19x19_evk_defconfig | 2 + configs/imx95_evk.config | 150 +++++++++++++++++++++++++++++ doc/board/nxp/imx95_evk.rst | 42 +++++++- tools/binman/entries.rst | 12 +++ tools/binman/etype/nxp_imx9image.py | 89 +++++++++++++++++ tools/binman/ftest.py | 11 +++ tools/binman/test/350_nxp_imx95.dts | 25 +++++ 15 files changed, 378 insertions(+), 191 deletions(-) --- base-commit: 210702ae6ce820713773549c4e102b37f09d7cc5 change-id: 20250906-imx95-04db7666951a Best regards, -- Alice Guo <[email protected]>

