From: Mathieu Othacehe <m.othacehe@gmail.com>
To: Fabio Estevam <festevam@gmail.com>
Cc: Peng Fan <peng.fan@nxp.com>, Tom Rini <trini@konsulko.com>,
Stefano Babic <sbabic@denx.de>,
"NXP i . MX U-Boot Team" <uboot-imx@nxp.com>,
u-boot@lists.denx.de
Subject: Re: [PATCH v4 0/3] Add imx93-var-som support
Date: Thu, 04 Jan 2024 16:53:35 +0100 [thread overview]
Message-ID: <87sf3d14e8.fsf@gmail.com> (raw)
In-Reply-To: <CAOMZO5DPuTmvM9_tFDytC4xVENZH_z6Rin5eJ_tHu6Uer2HaAg@mail.gmail.com> (Fabio Estevam's message of "Thu, 4 Jan 2024 11:29:06 -0300")
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
prev parent reply other threads:[~2024-01-04 16:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-04 9:13 [PATCH v4 0/3] Add imx93-var-som support Mathieu Othacehe
2024-01-04 9:13 ` [PATCH v4 1/3] spl: binman: Disable u_boot_any symbols for i.MX93 boards Mathieu Othacehe
2024-01-04 9:13 ` [PATCH v4 2/3] mach-imx: Add i.MX93 binman support Mathieu Othacehe
2024-01-04 9:13 ` [PATCH v4 3/3] Add imx93-var-som support Mathieu Othacehe
2024-01-04 14:29 ` [PATCH v4 0/3] " Fabio Estevam
2024-01-04 15:53 ` Mathieu Othacehe [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sf3d14e8.fsf@gmail.com \
--to=m.othacehe@gmail.com \
--cc=festevam@gmail.com \
--cc=peng.fan@nxp.com \
--cc=sbabic@denx.de \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.