Re: [RFC PATCH v2 1/8] binman: mkimage: Support ':'-separated inputs

2022-05-21 Thread Andrew Abbott
On Thu May 19, 2022 at 9:36 PM AEST, Alper Nebi Yasak wrote: > Also see another attempt for this [1] and the comments to that for a > more complete picture, though I'll try writing all the points here anyway. > > [1] binman: support mkimage separate files > https://lore.kernel.org/u-boot/2022030419

Re: [RFC PATCH v2 1/8] binman: mkimage: Support ':'-separated inputs

2022-05-19 Thread Alper Nebi Yasak
On 16/05/2022 14:07, Andrew Abbott wrote: > mkimage supports combining multiple input binaries separating them > with colons (':'). This is used at least for Rockchip platforms to > encode payload offsets and sizes in the image header. It is required for > Rockchip SPI boot since for the rkspi form

[RFC PATCH v2 1/8] binman: mkimage: Support ':'-separated inputs

2022-05-16 Thread Andrew Abbott
mkimage supports combining multiple input binaries separating them with colons (':'). This is used at least for Rockchip platforms to encode payload offsets and sizes in the image header. It is required for Rockchip SPI boot since for the rkspi format, after the input binary combining, the entire i