Re: [PATCH 2/2] MIPS: Add support for ZSTD-compressed kernels

2020-08-24 Thread Nick Terrell
> On Aug 24, 2020, at 2:02 PM, Paul Cercueil wrote: > > Hi Nick, > > Le lun. 24 août 2020 à 19:51, Nick Terrell a écrit : >>> On Aug 21, 2020, at 9:29 AM, Paul Cercueil wrote: >>> Add support for self-extracting kernels with a ZSTD compression. >>> Tested on a kernel for the GCW-Zero, it all

Re: [PATCH 2/2] MIPS: Add support for ZSTD-compressed kernels

2020-08-24 Thread Paul Cercueil
Hi Nick, Le lun. 24 août 2020 à 19:51, Nick Terrell a écrit : On Aug 21, 2020, at 9:29 AM, Paul Cercueil wrote: Add support for self-extracting kernels with a ZSTD compression. Tested on a kernel for the GCW-Zero, it allows to reduce the size of the kernel file from 4.1 MiB with gz

Re: [PATCH 2/2] MIPS: Add support for ZSTD-compressed kernels

2020-08-24 Thread Nick Terrell
> On Aug 21, 2020, at 9:29 AM, Paul Cercueil wrote: > > Add support for self-extracting kernels with a ZSTD compression. > > Tested on a kernel for the GCW-Zero, it allows to reduce the size of the > kernel file from 4.1 MiB with gzip to 3.5 MiB with ZSTD, and boots just > as fast. > > Signe

[PATCH 2/2] MIPS: Add support for ZSTD-compressed kernels

2020-08-21 Thread Paul Cercueil
Add support for self-extracting kernels with a ZSTD compression. Tested on a kernel for the GCW-Zero, it allows to reduce the size of the kernel file from 4.1 MiB with gzip to 3.5 MiB with ZSTD, and boots just as fast. Signed-off-by: Paul Cercueil --- arch/mips/Kconfig | 1