Re: [PATCH v3 00/12] binman: Add support for generating more complex FITs

2020-09-03 Thread Michal Simek
Hi Simon, On 02. 09. 20 19:07, Simon Glass wrote: > Hi Michal, > > On Wed, 2 Sep 2020 at 04:27, Michal Simek wrote: >> >> Hi Simon, >> >> On 01. 09. 20 13:13, Simon Glass wrote: >>> This series allows binman to generate FITs that include multiple DTB >>> images and the configuration to use them.

Re: [PATCH v3 00/12] binman: Add support for generating more complex FITs

2020-09-02 Thread Simon Glass
Hi Michal, On Wed, 2 Sep 2020 at 04:27, Michal Simek wrote: > > Hi Simon, > > On 01. 09. 20 13:13, Simon Glass wrote: > > This series allows binman to generate FITs that include multiple DTB > > images and the configuration to use them. > > > > It is then possible to remove the sunxi FIT generato

Re: [PATCH v3 00/12] binman: Add support for generating more complex FITs

2020-09-02 Thread Michal Simek
Hi Simon, On 01. 09. 20 13:13, Simon Glass wrote: > This series allows binman to generate FITs that include multiple DTB > images and the configuration to use them. > > It is then possible to remove the sunxi FIT generator script, so this > series handles that also. > > With this, sunxi is fully

[PATCH v3 00/12] binman: Add support for generating more complex FITs

2020-09-01 Thread Simon Glass
This series allows binman to generate FITs that include multiple DTB images and the configuration to use them. It is then possible to remove the sunxi FIT generator script, so this series handles that also. With this, sunxi is fully converted to use binman. Note: This series is available at u-bo