
Hello,
https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/764727
Take a look at the xilinx_zynqmp_virt and imx8mm-cl-iot-gate errors, for example.
Due to multi-threaded testing the output is a bit hard to read but I think that those configs are working fine.
The faulty config seems to be imx93_11x11_[ld]_evk and I can reproduce the issue locally.
The problem is the following line in mach-imx Makefile:
--8<---------------cut here---------------start------------->8--- u-boot-container.cfgout: $(IMX_CONTAINER_CFG) FORCE $(Q)mkdir -p $(dir $@) --8<---------------cut here---------------end--------------->8---
We are expecting CONFIG_IMX_CONTAINER_CFG to be set for all the IMX9 boards which is not the case for the existing IMX9 boards: imx93_11x11_[ld]_evk.
In v5, I propose to fix that by adding binman support for the imx93_11x11_[ld]_evk boards. I cannot test that but I expect those boards to behave the same way as the imx93_var_som.
Thanks,
Mathieu