Re: [RFT PATCH v5 3/3] image: Add compressed Image parsing support in booti.

2020-04-21 Thread Tom Rini
On Thu, Mar 05, 2020 at 04:24:23PM -0800, Atish Patra wrote: > Add compressed Image parsing support so that booti can parse both > flat and compressed Image to boot Linux. Currently, it is difficult > to calculate a safe address for every board where the compressed > image can be decompressed. It

Re: [RFT PATCH v5 3/3] image: Add compressed Image parsing support in booti.

2020-03-08 Thread Atish Patra
On Fri, Mar 6, 2020 at 6:59 AM Tom Rini wrote: > > On Thu, Mar 05, 2020 at 04:24:23PM -0800, Atish Patra wrote: > > Add compressed Image parsing support so that booti can parse both > > flat and compressed Image to boot Linux. Currently, it is difficult > > to calculate a safe address for every bo

Re: [RFT PATCH v5 3/3] image: Add compressed Image parsing support in booti.

2020-03-06 Thread Tom Rini
@n Thu, Mar 05, 2020 at 04:24:23PM -0800, Atish Patra wrote: > Add compressed Image parsing support so that booti can parse both > flat and compressed Image to boot Linux. Currently, it is difficult > to calculate a safe address for every board where the compressed > image can be decompressed. It

Re: [RFT PATCH v5 3/3] image: Add compressed Image parsing support in booti.

2020-03-06 Thread Tom Rini
On Thu, Mar 05, 2020 at 04:24:23PM -0800, Atish Patra wrote: > Add compressed Image parsing support so that booti can parse both > flat and compressed Image to boot Linux. Currently, it is difficult > to calculate a safe address for every board where the compressed > image can be decompressed. It i

[RFT PATCH v5 3/3] image: Add compressed Image parsing support in booti.

2020-03-05 Thread Atish Patra
Add compressed Image parsing support so that booti can parse both flat and compressed Image to boot Linux. Currently, it is difficult to calculate a safe address for every board where the compressed image can be decompressed. It is also not possible to figure out the size of the compressed file as