Re: [U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-12-10 Thread Simon Glass
Hi Simon, On Tue, 20 Nov 2018 at 14:03, Simon Goldschmidt wrote: > > On Fri, Nov 16, 2018 at 3:05 AM Simon Glass wrote: > > > > Hi, > > > > On 22 October 2018 at 11:55, Simon Goldschmidt > > wrote: > > > On 22.10.2018 19:49, Simon Glass wrote: > > >> > > >> Hi Simon, > > >> > > >> On 19

Re: [U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-11-20 Thread Simon Goldschmidt
On Fri, Nov 16, 2018 at 3:05 AM Simon Glass wrote: > > Hi, > > On 22 October 2018 at 11:55, Simon Goldschmidt > wrote: > > On 22.10.2018 19:49, Simon Glass wrote: > >> > >> Hi Simon, > >> > >> On 19 October 2018 at 00:33, Simon Goldschmidt > >> wrote: > >>> > >>> On 19.10.2018 05:25, Simon

Re: [U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-11-15 Thread Simon Glass
Hi, On 22 October 2018 at 11:55, Simon Goldschmidt wrote: > On 22.10.2018 19:49, Simon Glass wrote: >> >> Hi Simon, >> >> On 19 October 2018 at 00:33, Simon Goldschmidt >> wrote: >>> >>> On 19.10.2018 05:25, Simon Glass wrote: Hi Simon, On 17 October 2018 at 03:41, Simon

Re: [U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-10-22 Thread Simon Goldschmidt
On 22.10.2018 19:49, Simon Glass wrote: Hi Simon, On 19 October 2018 at 00:33, Simon Goldschmidt wrote: On 19.10.2018 05:25, Simon Glass wrote: Hi Simon, On 17 October 2018 at 03:41, Simon Goldschmidt wrote: On Wed, Oct 17, 2018 at 8:54 AM Alexander Graf wrote: On 16.10.18 21:33,

Re: [U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-10-22 Thread Simon Glass
Hi Simon, On 19 October 2018 at 00:33, Simon Goldschmidt wrote: > On 19.10.2018 05:25, Simon Glass wrote: >> >> Hi Simon, >> >> On 17 October 2018 at 03:41, Simon Goldschmidt >> wrote: >>> >>> On Wed, Oct 17, 2018 at 8:54 AM Alexander Graf wrote: On 16.10.18 21:33, Simon

Re: [U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-10-19 Thread Simon Goldschmidt
On 19.10.2018 05:25, Simon Glass wrote: Hi Simon, On 17 October 2018 at 03:41, Simon Goldschmidt wrote: On Wed, Oct 17, 2018 at 8:54 AM Alexander Graf wrote: On 16.10.18 21:33, Simon Goldschmidt wrote: Currently, only the kernel can be compressed in a FIT image. By moving the

Re: [U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-10-18 Thread Simon Glass
Hi Simon, On 16 October 2018 at 13:33, Simon Goldschmidt wrote: > Currently, only the kernel can be compressed in a FIT image. > By moving the uncompression logic to 'fit_image_load()', all types > of images can be compressed. > > This works perfectly for me when using a gzip'ed FPGA image in >

Re: [U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-10-18 Thread Simon Glass
Hi Simon, On 17 October 2018 at 03:41, Simon Goldschmidt wrote: > On Wed, Oct 17, 2018 at 8:54 AM Alexander Graf wrote: >> >> >> >> On 16.10.18 21:33, Simon Goldschmidt wrote: >> > Currently, only the kernel can be compressed in a FIT image. >> > By moving the uncompression logic to

Re: [U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-10-17 Thread Simon Goldschmidt
On Wed, Oct 17, 2018 at 8:54 AM Alexander Graf wrote: > > > > On 16.10.18 21:33, Simon Goldschmidt wrote: > > Currently, only the kernel can be compressed in a FIT image. > > By moving the uncompression logic to 'fit_image_load()', all types > > of images can be compressed. > > > > This works

Re: [U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-10-17 Thread Alexander Graf
On 16.10.18 21:33, Simon Goldschmidt wrote: > Currently, only the kernel can be compressed in a FIT image. > By moving the uncompression logic to 'fit_image_load()', all types > of images can be compressed. > > This works perfectly for me when using a gzip'ed FPGA image in > a FIT image on a

[U-Boot] [RFC] fit: include uncompression into fit_image_load

2018-10-16 Thread Simon Goldschmidt
Currently, only the kernel can be compressed in a FIT image. By moving the uncompression logic to 'fit_image_load()', all types of images can be compressed. This works perfectly for me when using a gzip'ed FPGA image in a FIT image on a cyclone5 board (socrates). Also, a gzip'ed initrd being