Re: [PATCH] image: android: Automatically detect more compression types

2021-07-16 Thread Tom Rini
On Thu, Jul 01, 2021 at 08:33:16PM +0200, Stephan Gerhold wrote: > At the moment android_image_get_kcomp() can automatically detect > LZ4 compressed kernels and the compression specified in uImages. > However, especially on ARM64 Linux is often compressed with GZIP. > Attempting to boot an

[PATCH] image: android: Automatically detect more compression types

2021-07-01 Thread Stephan Gerhold
At the moment android_image_get_kcomp() can automatically detect LZ4 compressed kernels and the compression specified in uImages. However, especially on ARM64 Linux is often compressed with GZIP. Attempting to boot an Android image with a GZIP compressed kernel image currently results in a very