Searched refs:gzip (Results 1 – 25 of 51) sorted by relevance
123
/Linux-v5.4/arch/powerpc/boot/ |
D | wrapper | 45 uboot_comp=gzip 141 uboot_comp=gzip 156 uboot_comp=gzip 159 --no-gzip) 388 gzip -n -f -9 "$vmz.$$" 460 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \ 527 gzip -n -f -9 "$ofile" 528 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \ 574 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"
|
/Linux-v5.4/arch/sparc/boot/ |
D | Makefile | 26 $(call if_changed,gzip) 48 $(call if_changed,gzip) 52 UIMAGE_COMPRESSION = gzip
|
/Linux-v5.4/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-v5.4/arch/nios2/boot/ |
D | Makefile | 11 UIMAGE_COMPRESSION = gzip 21 $(call if_changed,gzip)
|
/Linux-v5.4/arch/xtensa/boot/ |
D | Makefile | 42 $(call if_changed,gzip) 48 UIMAGE_COMPRESSION = gzip
|
/Linux-v5.4/arch/unicore32/boot/compressed/ |
D | Makefile | 24 suffix_$(CONFIG_KERNEL_GZIP) := gzip 42 extra-y += piggy.gzip piggy.bz2 piggy.lzo piggy.lzma
|
/Linux-v5.4/arch/arc/boot/ |
D | Makefile | 32 $(call if_changed,gzip) 41 $(call if_changed,uimage,gzip)
|
/Linux-v5.4/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-v5.4/arch/ia64/ |
D | Makefile | 43 cmd_gzip = cat $(real-prereqs) | gzip -n -f -9 > $@ 67 $(call if_changed,gzip)
|
/Linux-v5.4/arch/sh/boot/ |
D | Makefile | 69 $(call if_changed,gzip) 87 $(call if_changed,uimage,gzip)
|
/Linux-v5.4/arch/unicore32/ |
D | .gitignore | 19 boot/compressed/piggy.gzip
|
/Linux-v5.4/arch/riscv/boot/ |
D | Makefile | 25 $(call if_changed,gzip)
|
/Linux-v5.4/arch/nds32/boot/ |
D | Makefile | 8 $(call if_changed,gzip)
|
/Linux-v5.4/arch/alpha/boot/ |
D | Makefile | 43 $(call if_changed,gzip) 88 $(call if_changed,gzip)
|
/Linux-v5.4/arch/csky/boot/ |
D | Makefile | 9 compress-$(CONFIG_KERNEL_GZIP) = gzip
|
/Linux-v5.4/arch/arm/boot/ |
D | deflate_xip_data.sh | 59 gzip -9 >> "$XIPIMAGE.tmp"
|
/Linux-v5.4/arch/arm64/boot/ |
D | Makefile | 28 $(call if_changed,gzip)
|
/Linux-v5.4/arch/microblaze/boot/ |
D | Makefile | 17 $(call if_changed,gzip)
|
/Linux-v5.4/arch/mips/lasat/image/ |
D | Makefile | 47 gzip -cf -9 $< > $@
|
/Linux-v5.4/arch/h8300/boot/compressed/ |
D | Makefile | 31 suffix-$(CONFIG_KERNEL_GZIP) := gzip
|
/Linux-v5.4/scripts/package/ |
D | builddeb | 34 gzip -9 "$pdir/usr/share/doc/$pname/changelog.Debian" 91 gzip "$tmpdir/usr/share/doc/$packagename/config"
|
D | buildtar | 31 opts=--gzip
|
/Linux-v5.4/arch/sh/boot/compressed/ |
D | Makefile | 66 $(call if_changed,gzip)
|
/Linux-v5.4/Documentation/driver-api/early-userspace/ |
D | buffer-format.rst | 19 archive can be compressed using gzip(1). One valid version of an 28 GZIP() indicates the gzip(1) of the operand
|
/Linux-v5.4/arch/s390/boot/compressed/ |
D | Makefile | 50 $(call if_changed,gzip)
|
123