Re: [PATCH v2 12/12] firmware: add support for compressed images

2021-01-28 Thread Sascha Hauer
On Wed, Jan 27, 2021 at 02:44:23PM +0100, Steffen Trumtrar wrote: > At least bitstreams for FPGAs can consist of a lot of zeros depending on > device utilization. These bitstreams can be compressed very effectively. > > Let the firmware code accept these images and decompress them before >

[PATCH v2 12/12] firmware: add support for compressed images

2021-01-27 Thread Steffen Trumtrar
At least bitstreams for FPGAs can consist of a lot of zeros depending on device utilization. These bitstreams can be compressed very effectively. Let the firmware code accept these images and decompress them before handing it to the firmware-manager in question. Signed-off-by: Steffen Trumtrar