Home
last modified time | relevance | path

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

/arch/parisc/
A DMakefile19 KBUILD_IMAGE := $(boot)/bzImage
154 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
157 all: bzImage
162 bzImage: vmlinux target
165 vmlinuz: bzImage
166 $(OBJCOPY) $(boot)/bzImage $@
/arch/parisc/boot/
A DMakefile7 targets += bzImage
13 $(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FO…
A D.gitignore3 bzImage
/arch/x86/boot/
A DMakefile19 targets := vmlinux.bin setup.bin setup.elf bzImage
59 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
64 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin FORCE
104 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh
114 cmd_genimage = $(BASH) $(src)/genimage.sh $2 $3 $(obj)/bzImage \
A D.gitignore3 bzImage
/arch/s390/boot/
A D.gitignore3 bzImage
A DMakefile37 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)
61 $(obj)/bzImage: $(obj)/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data …
/arch/x86/
A DMakefile308 PHONY += bzImage $(BOOT_TARGETS)
311 all: bzImage
314 KBUILD_IMAGE := $(boot)/bzImage
316 bzImage: vmlinux target
322 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
A DKconfig.debug11 (e.g. bzImage) of the boot. If you disable this you will still
A DKconfig1931 This kernel feature allows a bzImage to be loaded directly
2026 If the kernel is not relocatable (CONFIG_RELOCATABLE=n) then bzImage
2028 Otherwise, bzImage will run from the address where it has been loaded
2033 as now bzImage can be compiled as a completely relocatable image
2036 to use a bzImage for capturing the crash dump and want to use a
2041 So if you are using bzImage for capturing the crash dump,
2051 Usage of bzImage for capturing the crash dump is recommended as
2054 gone away after relocatable bzImage support is introduced. But it
/arch/s390/
A DMakefile121 all: bzImage
124 KBUILD_IMAGE := $(boot)/bzImage
129 bzImage: vmlinux target
/arch/sh/boot/compressed/
A Dhead_32.S122 .byte 1 ! Load flags bzImage=1
/arch/arm/
A DMakefile290 bzImage: zImage target
295 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)

Completed in 20 milliseconds