Re: [PATCH 3/3] ARM: dts: imx: Convert i.MX8M flash.bin image generation to binman

2024-04-25 Thread Marek Vasut
On 4/25/24 10:34 PM, Tim Harvey wrote: On Tue, Apr 23, 2024 at 11:33 AM Marek Vasut wrote: Rework the flash.bin image generation such that it uses the new binman nxp_imx8mimage etype. This way, the flash.bin is assembled in correct order using plain binman, without any workarounds or sections

Re: [PATCH 3/3] ARM: dts: imx: Convert i.MX8M flash.bin image generation to binman

2024-04-25 Thread Fabio Estevam
On Thu, Apr 25, 2024 at 5:34 PM Tim Harvey wrote: > Marek, > > Thanks - this is neat and I look forward to seeing a CST signing etype! > > Reviewed-By: Tim Harvey > > I did test this on imx8mm_venice_defconfig and it worked great: > Tested-By: Tim Harvey # imx8mm_venice I tested on imx8mm-evk

Re: [PATCH 3/3] ARM: dts: imx: Convert i.MX8M flash.bin image generation to binman

2024-04-25 Thread Tim Harvey
On Tue, Apr 23, 2024 at 11:33 AM Marek Vasut wrote: > > Rework the flash.bin image generation such that it uses the new binman > nxp_imx8mimage etype. This way, the flash.bin is assembled in correct > order using plain binman, without any workarounds or sections assembled > in special DT node

[PATCH 3/3] ARM: dts: imx: Convert i.MX8M flash.bin image generation to binman

2024-04-23 Thread Marek Vasut
Rework the flash.bin image generation such that it uses the new binman nxp_imx8mimage etype. This way, the flash.bin is assembled in correct order using plain binman, without any workarounds or sections assembled in special DT node order. Signed-off-by: Marek Vasut --- WARNING: This is very