Re: [RFC PATCH 7/8] binman: add support for skipping file concatenation for mkimage

2022-07-20 Thread Simon Glass
Hi Quentin, On Mon, 18 Jul 2022 at 03:39, Quentin Schulz wrote: > > Hi Simon, > > On 7/16/22 13:58, Simon Glass wrote: > > On Fri, 15 Jul 2022 at 09:37, Quentin Schulz wrote: > >> > >> From: Quentin Schulz > >> > >> Some image types handled by mkimage require the datafiles to be passed > >> ind

Re: [RFC PATCH 7/8] binman: add support for skipping file concatenation for mkimage

2022-07-18 Thread Quentin Schulz
Hi Simon, On 7/16/22 13:58, Simon Glass wrote: On Fri, 15 Jul 2022 at 09:37, Quentin Schulz wrote: From: Quentin Schulz Some image types handled by mkimage require the datafiles to be passed independently (-d data1:data2) for specific handling of each. A concatenation of datafiles prior to

Re: [RFC PATCH 7/8] binman: add support for skipping file concatenation for mkimage

2022-07-16 Thread Simon Glass
On Fri, 15 Jul 2022 at 09:37, Quentin Schulz wrote: > > From: Quentin Schulz > > Some image types handled by mkimage require the datafiles to be passed > independently (-d data1:data2) for specific handling of each. A > concatenation of datafiles prior to passing them to mkimage wouldn't > work.

[RFC PATCH 7/8] binman: add support for skipping file concatenation for mkimage

2022-07-15 Thread Quentin Schulz
From: Quentin Schulz Some image types handled by mkimage require the datafiles to be passed independently (-d data1:data2) for specific handling of each. A concatenation of datafiles prior to passing them to mkimage wouldn't work. That is the case for rksd and rkspi for example, which require pa