Home
last modified time | relevance | path

Searched refs:bzImage (Results 1 – 15 of 15) sorted by relevance

/arch/parisc/
DMakefile22 KBUILD_IMAGE := $(boot)/bzImage
149 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
152 all: bzImage
157 bzImage: vmlinux target
161 vmlinuz: bzImage
162 $(OBJCOPY) $(boot)/bzImage $@
/arch/parisc/boot/
DMakefile7 targets += bzImage
13 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
D.gitignore3 bzImage
/arch/x86/boot/
DMakefile31 targets := vmlinux.bin setup.bin setup.elf bzImage
76 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
83 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
123 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh
133 cmd_genimage = $(BASH) $(srctree)/$(src)/genimage.sh $2 $3 $(obj)/bzImage \
D.gitignore3 bzImage
Dheader.S159 # The size of the bzImage is written in tools/build.c
/arch/x86/
DMakefile245 PHONY += bzImage $(BOOT_TARGETS)
250 all: bzImage
254 KBUILD_IMAGE := $(boot)/bzImage
256 bzImage: vmlinux target
262 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
DKconfig1933 This kernel feature allows a bzImage to be loaded directly
2009 bool "Enable bzImage signature verification support"
2014 Enable bzImage signature verification support.
2044 bzImage will decompress itself to above physical address and
2045 run from there. Otherwise, bzImage will run from the address where
2050 as now bzImage can be compiled as a completely relocatable image
2053 to use a bzImage for capturing the crash dump and want to use a
2058 So if you are using bzImage for capturing the crash dump,
2068 Usage of bzImage for capturing the crash dump is recommended as
2071 gone away after relocatable bzImage support is introduced. But it
DKconfig.debug11 (e.g. bzImage) of the boot. If you disable this you will still
/arch/s390/boot/
D.gitignore3 bzImage
DMakefile44 targets := bzImage startup.a section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)
62 $(obj)/bzImage: $(obj)/compressed/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.pres…
/arch/s390/
DMakefile145 all: bzImage
148 KBUILD_IMAGE := $(boot)/bzImage
154 bzImage: vmlinux target
/arch/h8300/boot/compressed/
Dhead.S43 .byte 1 ; Load flags bzImage=1
/arch/sh/boot/compressed/
Dhead_32.S122 .byte 1 ! Load flags bzImage=1
/arch/arm/
DMakefile296 bzImage: zImage target
301 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)