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 Signed-off-by: Alice Guo <alice....@nxp.com> --- 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 | 77 +++++++++++++++ tools/binman/ftest.py | 8 ++ tools/binman/test/350_nxp_imx95.dts | 22 +++++ 15 files changed, 360 insertions(+), 191 deletions(-) --- base-commit: 3dc5e9a0108bb114175b6362f9cb22367402f624 change-id: 20250817-imx95-8e15ad3a3a09 Best regards, -- Alice Guo <alice....@oss.nxp.com>