Re: [PATCH v3 06/12] binman: Support generating FITs with multiple dtbs

2020-09-05 Thread Simon Glass
Hi Samuel, On Sat, 5 Sep 2020 at 16:41, Samuel Holland wrote: > > On 9/1/20 6:13 AM, Simon Glass wrote: > > In some cases it is useful to generate a FIT which has a number of DTB > > images, selectable by configuration. Add support for this in binman, > > using a simple iterator and string

Re: [PATCH v3 06/12] binman: Support generating FITs with multiple dtbs

2020-09-05 Thread Simon Glass
Hi Samuel, On Sat, 5 Sep 2020 at 17:19, Samuel Holland wrote: > > On 9/5/20 5:41 PM, Samuel Holland wrote: > > On 9/1/20 6:13 AM, Simon Glass wrote: > >> In some cases it is useful to generate a FIT which has a number of DTB > >> images, selectable by configuration. Add support for this in

Re: [PATCH v3 06/12] binman: Support generating FITs with multiple dtbs

2020-09-05 Thread Samuel Holland
On 9/5/20 5:41 PM, Samuel Holland wrote: > On 9/1/20 6:13 AM, Simon Glass wrote: >> In some cases it is useful to generate a FIT which has a number of DTB >> images, selectable by configuration. Add support for this in binman, >> using a simple iterator and string substitution. >> >>

Re: [PATCH v3 06/12] binman: Support generating FITs with multiple dtbs

2020-09-05 Thread Samuel Holland
On 9/1/20 6:13 AM, Simon Glass wrote: > In some cases it is useful to generate a FIT which has a number of DTB > images, selectable by configuration. Add support for this in binman, > using a simple iterator and string substitution. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > -

Re: [PATCH v3 06/12] binman: Support generating FITs with multiple dtbs

2020-09-05 Thread Simon Glass
In some cases it is useful to generate a FIT which has a number of DTB images, selectable by configuration. Add support for this in binman, using a simple iterator and string substitution. Signed-off-by: Simon Glass --- Changes in v3: - Rebase on top of earlier binman series Changes in v2: -

[PATCH v3 06/12] binman: Support generating FITs with multiple dtbs

2020-09-01 Thread Simon Glass
In some cases it is useful to generate a FIT which has a number of DTB images, selectable by configuration. Add support for this in binman, using a simple iterator and string substitution. Signed-off-by: Simon Glass --- Changes in v3: - Rebase on top of earlier binman series Changes in v2: -