Lines Matching full:boot
20 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
340 # boot image targets (arch/mips/boot/)
341 boot-y := vmlinux.bin
342 boot-y += vmlinux.ecoff
343 boot-y += vmlinux.srec
345 boot-y += uImage
346 boot-y += uImage.bin
347 boot-y += uImage.bz2
348 boot-y += uImage.gz
349 boot-y += uImage.lzma
350 boot-y += uImage.lzo
352 boot-y += vmlinux.itb
353 boot-y += vmlinux.gz.itb
354 boot-y += vmlinux.bz2.itb
355 boot-y += vmlinux.lzma.itb
356 boot-y += vmlinux.lzo.itb
358 # compressed boot image targets (arch/mips/boot/compressed/)
389 # boot
390 $(boot-y): $(vmlinux-32) FORCE
391 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
392 $(bootvars-y) arch/mips/boot/$@
395 # boot/compressed
397 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
398 $(bootvars-y) 32bit-bfd=$(32bit-bfd) arch/mips/boot/$@
409 core-y += arch/mips/boot/dts/
430 $(Q)$(MAKE) $(clean)=arch/mips/boot
431 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
432 $(Q)$(MAKE) $(clean)=arch/mips/boot/tools
439 echo ' vmlinux.ecoff - ECOFF boot image'
440 echo ' vmlinux.bin - Raw binary boot image'
441 echo ' vmlinux.srec - SREC boot image'
442 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'
443 echo ' vmlinuz - Compressed boot(zboot) image'
447 echo ' uImage - U-Boot image'
448 echo ' uImage.bin - U-Boot image (uncompressed)'
449 echo ' uImage.bz2 - U-Boot image (bz2)'
450 echo ' uImage.gz - U-Boot image (gzip)'
451 echo ' uImage.lzma - U-Boot image (lzma)'
452 echo ' uImage.lzo - U-Boot image (lzo)'
453 echo ' uzImage.bin - U-Boot image (self-extracting)'