Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2022-01-08 Thread Tom Rini
On Sat, Jan 08, 2022 at 08:18:15PM +, ZHIZHIKIN Andrey wrote: > Hello Tom, > > > -Original Message- > > From: U-Boot On Behalf Of Andrey Zhizhikin > > Sent: Friday, December 3, 2021 5:18 PM > > To: u-boot@lists.denx.de > > Cc: sba...@denx.de; feste...@gmail.com; uboot-...@nxp.com; pen

RE: [PATCH v2] imx8mq_evk: switch board to use binman for images

2022-01-08 Thread ZHIZHIKIN Andrey
Hello Tom, > -Original Message- > From: U-Boot On Behalf Of Andrey Zhizhikin > Sent: Friday, December 3, 2021 5:18 PM > To: u-boot@lists.denx.de > Cc: sba...@denx.de; feste...@gmail.com; uboot-...@nxp.com; peng@nxp.com; > h...@denx.de; t.rem...@phytec.de; ja...@amarulasolutions.com; >

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-06 Thread Fabio Estevam
On Mon, Dec 6, 2021 at 6:46 PM Tom Rini wrote: > So this platform doesn't run in to the HDMI blob problem or similar, in > CI? imx8mq can happily boot without the HDMI firmware. Please note that HDMI support for i.MX8MQ in mainline is still not available.

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-06 Thread Tom Rini
On Mon, Dec 06, 2021 at 06:38:00PM -0300, Fabio Estevam wrote: > Hi Tom, > > On Mon, Dec 6, 2021 at 6:26 PM Tom Rini wrote: > > > I believe this ends up being blocked on getting binman / CI happy with > > the files being missing? > > This patch addresses the following build warning: > > ==

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-06 Thread Fabio Estevam
Hi Tom, On Mon, Dec 6, 2021 at 6:26 PM Tom Rini wrote: > I believe this ends up being blocked on getting binman / CI happy with > the files being missing? This patch addresses the following build warning: = WARNING == This board uses CONFIG_SPL_FIT_GENER

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-06 Thread Tom Rini
On Mon, Dec 06, 2021 at 06:05:50PM -0300, Fabio Estevam wrote: > Hi Tom and Stefano, > > On Fri, Dec 3, 2021 at 1:27 PM Fabio Estevam wrote: > > > > Hi Andrey, > > > > On Fri, Dec 3, 2021 at 1:18 PM Andrey Zhizhikin > > wrote: > > > > > > Currently i.MX8MQ EVK board still targeting the old image

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-06 Thread Fabio Estevam
Hi Tom and Stefano, On Fri, Dec 3, 2021 at 1:27 PM Fabio Estevam wrote: > > Hi Andrey, > > On Fri, Dec 3, 2021 at 1:18 PM Andrey Zhizhikin > wrote: > > > > Currently i.MX8MQ EVK board still targeting the old image generation > > approach for image generation, which relies on the FIT generator th

Re: [PATCH v2] imx8mq_evk: switch board to use binman for images

2021-12-03 Thread Fabio Estevam
Hi Andrey, On Fri, Dec 3, 2021 at 1:18 PM Andrey Zhizhikin wrote: > > Currently i.MX8MQ EVK board still targeting the old image generation > approach for image generation, which relies on the FIT generator that > has been dropped from the tree. > > Switch the board to use binman instead, which is