Re: [PATCH v2 02/10] binman: Make compressed data header optional

2022-08-15 Thread Simon Glass
Hi Stefan, On Mon, 15 Aug 2022 at 01:09, Stefan Herbrechtsmeier wrote: > > Hi Simon, > > Am 13.08.2022 um 16:59 schrieb Simon Glass: > > Hi Stefan, > > > > On Mon, 8 Aug 2022 at 04:51, Stefan Herbrechtsmeier [..] > >> # This is imported if needed > >> state = None > >> @@ -17,6 +19,9 @@ cla

Re: [PATCH v2 02/10] binman: Make compressed data header optional

2022-08-15 Thread Stefan Herbrechtsmeier
Hi Simon, Am 13.08.2022 um 16:59 schrieb Simon Glass: Hi Stefan, On Mon, 8 Aug 2022 at 04:51, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier Move the compressed data header handling into the dtb blob entry class and make it optional. The header is uncommon, not supported by U-B

Re: [PATCH v2 02/10] binman: Make compressed data header optional

2022-08-13 Thread Simon Glass
Hi Stefan, On Mon, 8 Aug 2022 at 04:51, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > Move the compressed data header handling into the dtb blob entry class > and make it optional. The header is uncommon, not supported by U-Boot > and incompatible with external compressed ar

[PATCH v2 02/10] binman: Make compressed data header optional

2022-08-08 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Move the compressed data header handling into the dtb blob entry class and make it optional. The header is uncommon, not supported by U-Boot and incompatible with external compressed artifacts. If needed the header could be enabled with the following attribute beside