On Mon, Jul 14, 2025 at 11:41 PM Alice Guo (OSS) <[email protected]> wrote: > > Signed-off-by: Alice Guo <[email protected]> > --- > Alice Guo (2): > tools: imx8image: Add 2 new commands CMD_CNTR_VERSION and CMD_DUMMY_DDR > imx95_evk: Add i.MX95 B0 support > > Ye Li (2): > arm: imx: Update ELE get_info structure for i.MX94 > spl: imx: Add support for new PQC container > > arch/arm/dts/imx95-u-boot.dtsi | 8 ++--- > arch/arm/include/asm/mach-imx/ele_api.h | 2 ++ > arch/arm/mach-imx/image-container.c | 2 +- > arch/arm/mach-imx/imx9/Kconfig | 1 + > arch/arm/mach-imx/imx9/scmi/container.cfg | 1 + > arch/arm/mach-imx/imx9/scmi/imximage.cfg | 5 +-- > common/spl/Kconfig | 7 ++++ > doc/board/nxp/imx95_evk.rst | 12 +++---- > include/imx8image.h | 6 ++++ > include/imx_container.h | 11 ++++++ > tools/imx8image.c | 57 > ++++++++++++++++++++++++------- > 11 files changed, 86 insertions(+), 26 deletions(-) > --- > base-commit: cd79a2839b01571b6f2915c219f71c05e3c97482 > change-id: 20250708-imx95b0-e12a13552658 > > Best regards, > -- > Alice Guo <[email protected]> >
Hi Alice, It would appear that some of these changes break compatibility with A0 silicon chips. I've tried rolling some things back using the old ahab container and older imx-oei but am still not able to boot my imx95_19x19_evk with A0. Can you please explain what is necessary for A0 vs B0? Best Regards, Tim

