Home
last modified time | relevance | path

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

/arch/s390/boot/
DMakefile12 targets += bzImage
18 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
24 install: $(CONFIGURE) $(obj)/bzImage
25 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 bzdisk: $(obj)/bzImage $(obj)/mtools.conf
135 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage a:linux ; sync
138 fdimage fdimage144: $(obj)/bzImage $(obj)/mtools.conf
147 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage v:linux ; sync
149 fdimage288: $(obj)/bzImage $(obj)/mtools.conf
158 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage w:linux ; sync
160 isoimage: $(obj)/bzImage
[all …]
D.gitignore2 bzImage
Dheader.S168 # The size of the bzImage is written in tools/build.c
/arch/parisc/
DMakefile117 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
119 bzImage zImage: vmlinuz target
/arch/x86/
DMakefile274 PHONY += bzImage $(BOOT_TARGETS)
277 all: bzImage
280 KBUILD_IMAGE := $(boot)/bzImage
282 bzImage: vmlinux target
288 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
DKconfig1784 This kernel feature allows a bzImage to be loaded directly
1863 bool "Enable bzImage signature verification support"
1868 Enable bzImage signature verification support.
1898 bzImage will decompress itself to above physical address and
1899 run from there. Otherwise, bzImage will run from the address where
1904 as now bzImage can be compiled as a completely relocatable image
1907 to use a bzImage for capturing the crash dump and want to use a
1912 So if you are using bzImage for capturing the crash dump,
1922 Usage of bzImage for capturing the crash dump is recommended as
1925 gone away after relocatable bzImage support is introduced. But it
DKconfig.debug13 (e.g. bzImage) of the boot. If you disable this you will still
/arch/s390/
DMakefile123 all: image bzImage
128 image bzImage: vmlinux target
/arch/frv/boot/
DMakefile42 bzImage: zImage target
/arch/h8300/boot/compressed/
Dhead.S42 .byte 1 ; Load flags bzImage=1
/arch/xtensa/
DMakefile98 bzImage : zImage target
/arch/sh/boot/compressed/
Dhead_32.S121 .byte 1 ! Load flags bzImage=1
/arch/arm/
DMakefile320 bzImage: zImage target
325 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)