Lines Matching full:boot
20 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
324 # boot image targets (arch/mips/boot/)
325 boot-y := vmlinux.bin
326 boot-y += vmlinux.ecoff
327 boot-y += vmlinux.srec
329 boot-y += uImage
330 boot-y += uImage.bin
331 boot-y += uImage.bz2
332 boot-y += uImage.gz
333 boot-y += uImage.lzma
334 boot-y += uImage.lzo
336 boot-y += vmlinux.itb
337 boot-y += vmlinux.gz.itb
338 boot-y += vmlinux.bz2.itb
339 boot-y += vmlinux.lzma.itb
340 boot-y += vmlinux.lzo.itb
342 # compressed boot image targets (arch/mips/boot/compressed/)
372 # boot
373 $(boot-y): $(vmlinux-32) FORCE
374 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
375 $(bootvars-y) arch/mips/boot/$@
378 # boot/compressed
380 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
392 core-y += arch/mips/boot/dts/
413 $(Q)$(MAKE) $(clean)=arch/mips/boot
414 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
415 $(Q)$(MAKE) $(clean)=arch/mips/boot/tools
422 echo ' vmlinux.ecoff - ECOFF boot image'
423 echo ' vmlinux.bin - Raw binary boot image'
424 echo ' vmlinux.srec - SREC boot image'
425 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'
426 echo ' vmlinuz - Compressed boot(zboot) image'
430 echo ' uImage - U-Boot image'
431 echo ' uImage.bin - U-Boot image (uncompressed)'
432 echo ' uImage.bz2 - U-Boot image (bz2)'
433 echo ' uImage.gz - U-Boot image (gzip)'
434 echo ' uImage.lzma - U-Boot image (lzma)'
435 echo ' uImage.lzo - U-Boot image (lzo)'
436 echo ' uzImage.bin - U-Boot image (self-extracting)'