Searched refs:gzip (Results 1 – 25 of 49) sorted by relevance
12
/Linux-v4.19/arch/sparc/boot/ |
D | Makefile | 26 $(call if_changed,gzip) 48 $(call if_changed,gzip) 52 UIMAGE_COMPRESSION = gzip
|
/Linux-v4.19/arch/powerpc/boot/ |
D | wrapper | 146 --no-gzip) 367 gzip -n -f -9 "$vmz.$$" 415 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \ 432 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \ 495 gzip -n -f -9 "$ofile" 496 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \ 542 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"
|
/Linux-v4.19/usr/ |
D | Kconfig | 56 bool "Support initial ramdisk/ramfs compressed using gzip" 61 Support loading of a gzip encoded initial ramdisk or cpio buffer. 149 Use the old and well tested gzip compression algorithm. Gzip provides 152 supported by your build system as the gzip tool is present by default 161 with bzip2, in comparison to gzip. Bzip2 uses a large amount of 176 comparison to gzip. 187 30% smaller with XZ in comparison to gzip. Decompression speed is 188 better than that of bzip2 but worse than gzip and LZO. Compression is 199 kernel size is about 10% bigger than gzip. Despite that, it's 211 size is about 15% bigger than gzip; however its decompression speed
|
/Linux-v4.19/arch/xtensa/boot/ |
D | Makefile | 42 $(call if_changed,gzip) 48 UIMAGE_COMPRESSION = gzip
|
/Linux-v4.19/arch/nios2/boot/ |
D | Makefile | 11 UIMAGE_COMPRESSION = gzip 21 $(call if_changed,gzip)
|
/Linux-v4.19/arch/arc/boot/ |
D | Makefile | 32 $(call if_changed,gzip) 41 $(call if_changed,uimage,gzip)
|
/Linux-v4.19/arch/unicore32/boot/compressed/ |
D | Makefile | 24 suffix_$(CONFIG_KERNEL_GZIP) := gzip 42 extra-y += piggy.gzip piggy.bz2 piggy.lzo piggy.lzma
|
/Linux-v4.19/arch/mips/boot/ |
D | Makefile | 66 $(call if_changed,gzip) 92 $(call if_changed,uimage,gzip) 143 $(call if_changed,cpp_its_S,gzip,vmlinux.bin.gz)
|
/Linux-v4.19/arch/sh/boot/ |
D | Makefile | 69 $(call if_changed,gzip) 87 $(call if_changed,uimage,gzip)
|
/Linux-v4.19/arch/unicore32/ |
D | .gitignore | 19 boot/compressed/piggy.gzip
|
/Linux-v4.19/arch/nds32/boot/ |
D | Makefile | 7 $(call if_changed,gzip)
|
/Linux-v4.19/arch/alpha/boot/ |
D | Makefile | 43 $(call if_changed,gzip) 88 $(call if_changed,gzip)
|
/Linux-v4.19/arch/arm/boot/ |
D | deflate_xip_data.sh | 61 gzip -9 >> "$XIPIMAGE.tmp"
|
/Linux-v4.19/arch/ia64/hp/sim/boot/ |
D | Makefile | 27 $(call if_changed,gzip)
|
/Linux-v4.19/arch/arm64/boot/ |
D | Makefile | 28 $(call if_changed,gzip)
|
/Linux-v4.19/arch/microblaze/boot/ |
D | Makefile | 19 $(call if_changed,gzip)
|
/Linux-v4.19/arch/h8300/boot/compressed/ |
D | Makefile | 31 suffix-$(CONFIG_KERNEL_GZIP) := gzip
|
/Linux-v4.19/arch/mips/lasat/image/ |
D | Makefile | 47 gzip -cf -9 $< > $@
|
/Linux-v4.19/scripts/package/ |
D | builddeb | 22 gzip -9 "$pdir/usr/share/doc/$pname/changelog.Debian" 79 gzip "$tmpdir/usr/share/doc/$packagename/config"
|
D | buildtar | 31 opts=--gzip
|
/Linux-v4.19/arch/sh/boot/compressed/ |
D | Makefile | 66 $(call if_changed,gzip)
|
/Linux-v4.19/Documentation/early-userspace/ |
D | buffer-format.txt | 17 archive can be compressed using gzip(1). One valid version of an 25 GZIP() indicates the gzip(1) of the operand
|
/Linux-v4.19/arch/s390/boot/compressed/ |
D | Makefile | 55 $(call if_changed,gzip)
|
/Linux-v4.19/arch/parisc/ |
D | Makefile | 136 @gzip -cf -9 $< > $@
|
/Linux-v4.19/arch/parisc/boot/compressed/ |
D | Makefile | 72 $(call if_changed,gzip)
|
12