Searched refs:compressed (Results 1 – 25 of 28) sorted by relevance
12
8 subdir- := compressed13 $(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FO…16 $(obj)/compressed/vmlinux: FORCE17 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
56 $(obj)/compressed/vmlinux: $(obj)/Image FORCE57 $(Q)$(MAKE) $(build)=$(obj)/compressed $@59 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE92 subdir- := bootp compressed dts
27 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE31 $(obj)/compressed/vmlinux: $(obj)/vmlinux.gz FORCE32 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
33 subdir- := compressed romimage35 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE39 $(obj)/compressed/vmlinux: FORCE40 $(Q)$(MAKE) $(build)=$(obj)/compressed $@102 $(obj)/vmlinux.srec: $(obj)/compressed/vmlinux FORCE
21 subdir- := compressed69 $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE80 $(obj)/zoffset.h: $(obj)/compressed/vmlinux FORCE95 $(obj)/compressed/vmlinux: FORCE96 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
405 # 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 pointer445 # where the compressed data starts. Problems will occur when the output450 # triggered by data whose compressed form is larger than the uncompressed453 # The worst case at the block level is a growth of the compressed data456 # 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 …]
47 .rodata.compressed : {48 *(.rodata.compressed)
3 .rodata.compressed : {
2 * ld.script for compressed kernel support of MIPS27 /* Put the compressed image here */
30 .rodata..compressed : {31 *(.rodata..compressed)
122 .rodata.compressed : {124 *(.vmlinux.bin.compressed)
127 …GS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.compressed
83 bool "Enable compressed kernel support debugging"87 If you want to add compressed kernel support to a new board, and the95 arch/mips/boot/compressed/uart-16550.c does.97 After the compressed kernel support works, please disable this option102 int "UART to use for compressed kernel debugging"107 Specify the UART that should be used for compressed kernel debugging.
411 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
3 .rodata..compressed : ALIGN(8) {
2 boot/compressed/vmlinux
8 $(obj)/string.o: $(srctree)/arch/x86/boot/compressed/string.c FORCE
402 if (record->compressed) in nvram_pstore_write()524 record->compressed = true; in nvram_pstore_read()526 record->compressed = false; in nvram_pstore_read()
172 compressed: zImage target
176 subdir- += compressed tools
568 bool "Emit compressed instructions when building Linux"572 when building Linux, which results in compressed instructions in the574 systems that do not support compressed instructions.1277 are still copied to RAM. The XIP kernel is not compressed since
1454 Say Y here if you intend to execute your compressed kernel image1555 are still copied to RAM. The XIP kernel is not compressed since1578 bool "Store kernel .data section compressed in ROM"1584 in compressed form and decompressed to RAM rather than merely being
660 The relocations make the kernel image about 15% larger (compressed
607 are still copied to RAM. The XIP kernel is not compressed since
2452 bool "Install compressed image by default"2454 This makes the regular "make install" install the compressed2457 You can check that a compressed image works for you by doing
Completed in 41 milliseconds