Lines Matching refs:boot
145 # during boot, and this offset is critical to the functioning of
254 # The first directory contains additional information for the boot setup code
288 boot := arch/arm/boot
290 KBUILD_IMAGE := $(boot)/xipImage
292 KBUILD_IMAGE := $(boot)/zImage
330 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
331 @$(kecho) ' Kernel: $(boot)/$@ is ready'
334 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
344 $(Q)$(MAKE) $(clean)=$(boot)
347 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage
351 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
352 echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
353 echo '* xipImage - XIP kernel image, if configured (arch/$(ARCH)/boot/xipImage)'