Searched refs:bzImage (Results 1 – 13 of 13) sorted by relevance
19 KBUILD_IMAGE := $(boot)/bzImage154 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)157 all: bzImage162 bzImage: vmlinux target165 vmlinuz: bzImage166 $(OBJCOPY) $(boot)/bzImage $@
7 targets += bzImage13 $(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FO…
3 bzImage
19 targets := vmlinux.bin setup.bin setup.elf bzImage59 $(obj)/bzImage: asflags-y := $(SVGA_MODE)64 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin FORCE104 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh114 cmd_genimage = $(BASH) $(src)/genimage.sh $2 $3 $(obj)/bzImage \
37 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 …
308 PHONY += bzImage $(BOOT_TARGETS)311 all: bzImage314 KBUILD_IMAGE := $(boot)/bzImage316 bzImage: vmlinux target322 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
11 (e.g. bzImage) of the boot. If you disable this you will still
1931 This kernel feature allows a bzImage to be loaded directly2026 If the kernel is not relocatable (CONFIG_RELOCATABLE=n) then bzImage2028 Otherwise, bzImage will run from the address where it has been loaded2033 as now bzImage can be compiled as a completely relocatable image2036 to use a bzImage for capturing the crash dump and want to use a2041 So if you are using bzImage for capturing the crash dump,2051 Usage of bzImage for capturing the crash dump is recommended as2054 gone away after relocatable bzImage support is introduced. But it
121 all: bzImage124 KBUILD_IMAGE := $(boot)/bzImage129 bzImage: vmlinux target
122 .byte 1 ! Load flags bzImage=1
290 bzImage: zImage target295 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
Completed in 20 milliseconds