Home
last modified time | relevance | path

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

/arch/parisc/boot/
DMakefile7 targets += bzImage
13 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
19 install: $(CONFIGURE) $(obj)/bzImage
20 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
D.gitignore2 bzImage
/arch/x86/boot/
DMakefile29 targets := vmlinux.bin setup.bin setup.elf bzImage
73 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
80 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
127 cmd_genimage = sh $(srctree)/$(src)/genimage.sh $2 $3 $(obj)/bzImage \
131 bzdisk: $(obj)/bzImage $(obj)/mtools.conf
135 fdimage fdimage144: $(obj)/bzImage $(obj)/mtools.conf
139 fdimage288: $(obj)/bzImage $(obj)/mtools.conf
143 isoimage: $(obj)/bzImage
147 bzlilo: $(obj)/bzImage
150 cat $(obj)/bzImage > $(INSTALL_PATH)/vmlinuz
[all …]
D.gitignore2 bzImage
Dheader.S167 # The size of the bzImage is written in tools/build.c
/arch/s390/boot/
DMakefile43 targets := bzImage startup.a section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)
61 $(obj)/bzImage: $(obj)/compressed/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.pres…
73 install: $(CONFIGURE) $(obj)/bzImage
74 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
D.gitignore2 bzImage
/arch/parisc/
DMakefile143 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
146 all: bzImage
151 bzImage: vmlinux target
155 vmlinuz: bzImage
156 $(OBJCOPY) $(boot)/bzImage $@
/arch/x86/
DMakefile277 PHONY += bzImage $(BOOT_TARGETS)
280 all: bzImage
283 KBUILD_IMAGE := $(boot)/bzImage
285 bzImage: vmlinux target
291 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
DKconfig2011 This kernel feature allows a bzImage to be loaded directly
2103 bool "Enable bzImage signature verification support"
2108 Enable bzImage signature verification support.
2138 bzImage will decompress itself to above physical address and
2139 run from there. Otherwise, bzImage will run from the address where
2144 as now bzImage can be compiled as a completely relocatable image
2147 to use a bzImage for capturing the crash dump and want to use a
2152 So if you are using bzImage for capturing the crash dump,
2162 Usage of bzImage for capturing the crash dump is recommended as
2165 gone away after relocatable bzImage support is introduced. But it
DKconfig.debug14 (e.g. bzImage) of the boot. If you disable this you will still
/arch/s390/
DMakefile144 all: bzImage
147 KBUILD_IMAGE := $(boot)/bzImage
152 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/
DMakefile329 bzImage: zImage target
334 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)