Home
last modified time | relevance | path

Searched refs:compressed (Results 1 – 25 of 28) sorted by relevance

12

/arch/parisc/boot/
A DMakefile8 subdir- := compressed
13 $(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FO…
16 $(obj)/compressed/vmlinux: FORCE
17 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/arch/arm/boot/
A DMakefile56 $(obj)/compressed/vmlinux: $(obj)/Image FORCE
57 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
59 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
92 subdir- := bootp compressed dts
/arch/nios2/boot/
A DMakefile27 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
31 $(obj)/compressed/vmlinux: $(obj)/vmlinux.gz FORCE
32 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/arch/sh/boot/
A DMakefile33 subdir- := compressed romimage
35 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
39 $(obj)/compressed/vmlinux: FORCE
40 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
102 $(obj)/vmlinux.srec: $(obj)/compressed/vmlinux FORCE
/arch/x86/boot/
A DMakefile21 subdir- := compressed
69 $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE
80 $(obj)/zoffset.h: $(obj)/compressed/vmlinux FORCE
95 $(obj)/compressed/vmlinux: FORCE
96 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
A Dheader.S405 # a gzip-compressed kernel as example, to illustrate it:
407 # The file layout of gzip compressed kernel is:
415 # compressed data blocks[N]
443 # compressed data is placed at the end of the buffer. The output pointer
445 # where the compressed data starts. Problems will occur when the output
450 # triggered by data whose compressed form is larger than the uncompressed
453 # The worst case at the block level is a growth of the compressed data
456 # The worst case internal to a compressed block is very hard to figure.
466 # block will stop the byte before the compressed data for a block begins.
467 # To avoid problems with the compressed data's meta information an extra 18
[all …]
/arch/parisc/boot/compressed/
A Dvmlinux.lds.S47 .rodata.compressed : {
48 *(.rodata.compressed)
A Dvmlinux.scr3 .rodata.compressed : {
/arch/mips/boot/compressed/
A Dld.script2 * ld.script for compressed kernel support of MIPS
27 /* Put the compressed image here */
/arch/x86/boot/compressed/
A Dvmlinux.lds.S30 .rodata..compressed : {
31 *(.rodata..compressed)
/arch/s390/boot/
A Dvmlinux.lds.S122 .rodata.compressed : {
124 *(.vmlinux.bin.compressed)
A DMakefile127 …GS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.compressed
/arch/mips/
A DKconfig.debug83 bool "Enable compressed kernel support debugging"
87 If you want to add compressed kernel support to a new board, and the
95 arch/mips/boot/compressed/uart-16550.c does.
97 After the compressed kernel support works, please disable this option
102 int "UART to use for compressed kernel debugging"
107 Specify the UART that should be used for compressed kernel debugging.
A DMakefile411 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
/arch/sh/boot/compressed/
A Dvmlinux.scr3 .rodata..compressed : ALIGN(8) {
/arch/x86/
A D.gitignore2 boot/compressed/vmlinux
/arch/x86/purgatory/
A DMakefile8 $(obj)/string.o: $(srctree)/arch/x86/boot/compressed/string.c FORCE
/arch/powerpc/kernel/
A Dnvram_64.c402 if (record->compressed) in nvram_pstore_write()
524 record->compressed = true; in nvram_pstore_read()
526 record->compressed = false; in nvram_pstore_read()
/arch/sh/
A DMakefile172 compressed: zImage target
/arch/mips/boot/
A DMakefile176 subdir- += compressed tools
/arch/riscv/
A DKconfig568 bool "Emit compressed instructions when building Linux"
572 when building Linux, which results in compressed instructions in the
574 systems that do not support compressed instructions.
1277 are still copied to RAM. The XIP kernel is not compressed since
/arch/arm/
A DKconfig1454 Say Y here if you intend to execute your compressed kernel image
1555 are still copied to RAM. The XIP kernel is not compressed since
1578 bool "Store kernel .data section compressed in ROM"
1584 in compressed form and decompressed to RAM rather than merely being
/arch/s390/
A DKconfig660 The relocations make the kernel image about 15% larger (compressed
/arch/xtensa/
A DKconfig607 are still copied to RAM. The XIP kernel is not compressed since
/arch/arm64/
A DKconfig2452 bool "Install compressed image by default"
2454 This makes the regular "make install" install the compressed
2457 You can check that a compressed image works for you by doing

Completed in 41 milliseconds

12