Re: [U-Boot] [PATCH v5 0/3] fit: Image node compression

2019-07-12 Thread Julius Werner
> This kind of interleaved change log is kind of hard to read. A higher-level, > manually written changelog for the cover letter would be better I think. Sorry, will rewrite the cover letter next time. For v5 I just added the new patch and didn't change the other two. _

Re: [U-Boot] [PATCH v5 0/3] fit: Image node compression

2019-07-11 Thread Simon Goldschmidt
On Thu, Jul 11, 2019 at 10:53 PM Julius Werner wrote: > > This patch series adds compression support for non-kernel FIT image > nodes (e.g. FDTs). The first patch is a preparatory refactoring, the > second adds the compression support itself, and the third adds a new > feature to compatible string

[U-Boot] [PATCH v5 0/3] fit: Image node compression

2019-07-11 Thread Julius Werner
This patch series adds compression support for non-kernel FIT image nodes (e.g. FDTs). The first patch is a preparatory refactoring, the second adds the compression support itself, and the third adds a new feature to compatible string matching that allows it to be useful with compressed FDTs. Sand