Re: [PATCH v2] imxtract: specify max gunzip size

2023-12-20 Thread Tom Rini
On Mon, Dec 19, 2022 at 11:05:27AM +0300, Nikita Shubin wrote: > From: Nikita Shubin > > Specify max gunzip size from config to override SYS_XIMG_LEN > default value wich is 0x80. In case we have a large portion of FIT > image, for example gzipped kernel with decompressed size large than > 0

Re: [PATCH v2] imxtract: specify max gunzip size

2022-12-19 Thread Simon Glass
On Mon, 19 Dec 2022 at 01:05, Nikita Shubin wrote: > > From: Nikita Shubin > > Specify max gunzip size from config to override SYS_XIMG_LEN > default value wich is 0x80. In case we have a large portion of FIT > image, for example gzipped kernel with decompressed size large than > 0x80 we

[PATCH v2] imxtract: specify max gunzip size

2022-12-19 Thread Nikita Shubin
From: Nikita Shubin Specify max gunzip size from config to override SYS_XIMG_LEN default value wich is 0x80. In case we have a large portion of FIT image, for example gzipped kernel with decompressed size large than 0x80 we should enlarge imxract area, otherwise extracting it will fail.