Re: [PATCH 16/25] binman: Avoid reporting image-pos with compression

2020-11-04 Thread Alper Nebi Yasak
On 30/10/2020 21:15, Simon Glass wrote: > Hi Alper, > > On Mon, 26 Oct 2020 at 17:20, Alper Nebi Yasak > wrote: >> What I meant is using pairs of , >> to avoid losing position information of >> compressed entries, but honestly I'm not sure if any of this will be >> necessary. I think the

Re: [PATCH 16/25] binman: Avoid reporting image-pos with compression

2020-10-30 Thread Simon Glass
Hi Alper, On Mon, 26 Oct 2020 at 17:20, Alper Nebi Yasak wrote: > > On 26/10/2020 22:22, Simon Glass wrote: > > Hi Alper, > > > > On Mon, 19 Oct 2020 at 15:29, Alper Nebi Yasak > > wrote: > >> > >> On 19/10/2020 05:41, Simon Glass wrote: > >>> When a section is compressed, all entries within

Re: [PATCH 16/25] binman: Avoid reporting image-pos with compression

2020-10-26 Thread Alper Nebi Yasak
On 26/10/2020 22:22, Simon Glass wrote: > Hi Alper, > > On Mon, 19 Oct 2020 at 15:29, Alper Nebi Yasak > wrote: >> >> On 19/10/2020 05:41, Simon Glass wrote: >>> When a section is compressed, all entries within it are grouped together >>> into a compressed block of data. This obscures the start

Re: [PATCH 16/25] binman: Avoid reporting image-pos with compression

2020-10-26 Thread Simon Glass
Hi Alper, On Mon, 19 Oct 2020 at 15:29, Alper Nebi Yasak wrote: > > On 19/10/2020 05:41, Simon Glass wrote: > > When a section is compressed, all entries within it are grouped together > > into a compressed block of data. This obscures the start of each > > individual child entry. > > > > Avoid

Re: [PATCH 16/25] binman: Avoid reporting image-pos with compression

2020-10-19 Thread Alper Nebi Yasak
On 19/10/2020 05:41, Simon Glass wrote: > When a section is compressed, all entries within it are grouped together > into a compressed block of data. This obscures the start of each > individual child entry. > > Avoid reporting bogus 'image-pos' properties in this case, since it is > not possible

[PATCH 16/25] binman: Avoid reporting image-pos with compression

2020-10-18 Thread Simon Glass
When a section is compressed, all entries within it are grouped together into a compressed block of data. This obscures the start of each individual child entry. Avoid reporting bogus 'image-pos' properties in this case, since it is not possible to access the entry at the location provided. The