Lines Matching full:boot
19 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
335 # boot image targets (arch/mips/boot/)
336 boot-y := vmlinux.bin
337 boot-y += vmlinux.ecoff
338 boot-y += vmlinux.srec
339 boot-y += uImage
340 boot-y += uImage.bin
341 boot-y += uImage.bz2
342 boot-y += uImage.gz
343 boot-y += uImage.lzma
344 boot-y += uImage.lzo
345 boot-y += vmlinux.itb
346 boot-y += vmlinux.gz.itb
347 boot-y += vmlinux.bz2.itb
348 boot-y += vmlinux.lzma.itb
349 boot-y += vmlinux.lzo.itb
351 # compressed boot image targets (arch/mips/boot/compressed/)
380 # boot
381 $(boot-y): $(vmlinux-32) FORCE
382 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
383 $(bootvars-y) arch/mips/boot/$@
386 # boot/compressed
388 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
389 $(bootvars-y) 32bit-bfd=$(32bit-bfd) arch/mips/boot/$@
400 core-y += arch/mips/boot/dts/
425 echo ' vmlinux.ecoff - ECOFF boot image'
426 echo ' vmlinux.bin - Raw binary boot image'
427 echo ' vmlinux.srec - SREC boot image'
428 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'
429 echo ' vmlinuz - Compressed boot(zboot) image'
433 echo ' uImage - U-Boot image'
434 echo ' uImage.bin - U-Boot image (uncompressed)'
435 echo ' uImage.bz2 - U-Boot image (bz2)'
436 echo ' uImage.gz - U-Boot image (gzip)'
437 echo ' uImage.lzma - U-Boot image (lzma)'
438 echo ' uImage.lzo - U-Boot image (lzo)'
439 echo ' uzImage.bin - U-Boot image (self-extracting)'