Re: [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage

2022-08-31 Thread Simon Glass
Hi Quentin, On Wed, 31 Aug 2022 at 10:39, Quentin Schulz wrote: > > Hi Simon, > > On 8/31/22 15:46, Simon Glass wrote: > > Hi Quentin, > > > > On Wed, 31 Aug 2022 at 03:25, Quentin Schulz > > wrote: > >> > >> Hi Simon, > >> > >> On 8/31/22 05:15, Simon Glass wrote: > >>> Hi Quentin, > >>> > >>>

Re: [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage

2022-08-31 Thread Quentin Schulz
Hi Simon, On 8/31/22 15:46, Simon Glass wrote: Hi Quentin, On Wed, 31 Aug 2022 at 03:25, Quentin Schulz wrote: Hi Simon, On 8/31/22 05:15, Simon Glass wrote: Hi Quentin, On Tue, 30 Aug 2022 at 11:54, Quentin Schulz wrote: Hi Simon, On 8/30/22 17:56, Simon Glass wrote: Hi Quentin, On

Re: [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage

2022-08-31 Thread Simon Glass
Hi Quentin, On Wed, 31 Aug 2022 at 03:25, Quentin Schulz wrote: > > Hi Simon, > > On 8/31/22 05:15, Simon Glass wrote: > > Hi Quentin, > > > > On Tue, 30 Aug 2022 at 11:54, Quentin Schulz > > wrote: > >> > >> Hi Simon, > >> > >> On 8/30/22 17:56, Simon Glass wrote: > >>> Hi Quentin, > >>> > >>>

Re: [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage

2022-08-31 Thread Quentin Schulz
Hi Simon, On 8/31/22 05:15, Simon Glass wrote: Hi Quentin, On Tue, 30 Aug 2022 at 11:54, Quentin Schulz wrote: Hi Simon, On 8/30/22 17:56, Simon Glass wrote: Hi Quentin, On Tue, 30 Aug 2022 at 03:57, Quentin Schulz wrote: Hi Simon, On 8/27/22 02:21, Simon Glass wrote: Hi Quentin, On

Re: [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage

2022-08-30 Thread Simon Glass
Hi Quentin, On Tue, 30 Aug 2022 at 11:54, Quentin Schulz wrote: > > Hi Simon, > > On 8/30/22 17:56, Simon Glass wrote: > > Hi Quentin, > > > > On Tue, 30 Aug 2022 at 03:57, Quentin Schulz > > wrote: > >> > >> Hi Simon, > >> > >> On 8/27/22 02:21, Simon Glass wrote: > >>> Hi Quentin, > >>> > >>>

Re: [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage

2022-08-30 Thread Quentin Schulz
Hi Simon, On 8/30/22 17:56, Simon Glass wrote: Hi Quentin, On Tue, 30 Aug 2022 at 03:57, Quentin Schulz wrote: Hi Simon, On 8/27/22 02:21, Simon Glass wrote: Hi Quentin, On Fri, 26 Aug 2022 at 09:37, Quentin Schulz wrote: From: Quentin Schulz Some image types handled by mkimage requi

Re: [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage

2022-08-30 Thread Simon Glass
Hi Quentin, On Tue, 30 Aug 2022 at 03:57, Quentin Schulz wrote: > > Hi Simon, > > On 8/27/22 02:21, Simon Glass wrote: > > Hi Quentin, > > > > On Fri, 26 Aug 2022 at 09:37, Quentin Schulz wrote: > >> > >> From: Quentin Schulz > >> > >> Some image types handled by mkimage require the datafiles t

Re: [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage

2022-08-30 Thread Quentin Schulz
Hi Simon, On 8/27/22 02:21, Simon Glass wrote: Hi Quentin, On Fri, 26 Aug 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 datafi

Re: [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage

2022-08-26 Thread Simon Glass
Hi Quentin, On Fri, 26 Aug 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 woul

[PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage

2022-08-26 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 rkspi for example which requires page alignm