/linux/arch/sh/boot/ |
H A D | Makefile | 29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ 30 uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin \ 83 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 FORCE 84 $(call if_changed,uimage,bzip2) 86 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE 87 $(call if_changed,uimage,gzip) 89 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE 90 $(call if_changed,uimage,lzma) 92 $(obj)/uImage.xz: $(obj)/vmlinux.bin.xz FORCE 93 $(call if_changed,uimage,xz) [all …]
|
H A D | .gitignore | 4 uImage*
|
/linux/arch/sh/ |
H A D | Makefile | 84 defaultimage-$(CONFIG_SH_SH7785LCR) := uImage 85 defaultimage-$(CONFIG_SH_RSK) := uImage 86 defaultimage-$(CONFIG_SH_URQUELL) := uImage 87 defaultimage-$(CONFIG_SH_MIGOR) := uImage 88 defaultimage-$(CONFIG_SH_AP325RXA) := uImage 89 defaultimage-$(CONFIG_SH_SH7757LCR) := uImage 90 defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage 162 BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \ 163 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \ 185 @echo '* uImage - Alias to bootable U-Boot image' [all …]
|
/linux/arch/arc/ |
H A D | Makefile | 97 boot_targets := uImage.bin uImage.gz uImage.lzma 103 uimage-default-y := uImage.bin 104 uimage-default-$(CONFIG_KERNEL_GZIP) := uImage.gz 105 uimage-default-$(CONFIG_KERNEL_LZMA) := uImage.lzma 107 PHONY += uImage 108 uImage: $(uimage-default-y) target 109 @ln -sf $< $(boot)/uImage 110 @$(kecho) ' Image $(boot)/uImage is ready' 112 CLEAN_FILES += $(boot)/uImage
|
/linux/arch/mips/boot/ |
H A D | Makefile | 78 targets += uImage 79 targets += uImage.bin 80 targets += uImage.bz2 81 targets += uImage.gz 82 targets += uImage.lzma 83 targets += uImage.lzo 85 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE 86 $(call if_changed,uimage,none) 88 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 FORCE 89 $(call if_changed,uimage,bzip2) [all …]
|
H A D | .gitignore | 9 uImage
|
/linux/arch/arc/boot/ |
H A D | Makefile | 3 # uImage build relies on mkimage being available on your host for ARC target 18 targets += uImage.bin 19 targets += uImage.gz 20 targets += uImage.lzma 31 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE 32 $(call if_changed,uimage,none) 34 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE 35 $(call if_changed,uimage,gzip) 37 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE 38 $(call if_changed,uimage,lzma)
|
H A D | .gitignore | 2 uImage
|
/linux/arch/xtensa/boot/ |
H A D | Makefile | 16 targets += uImage xipImage 21 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage 22 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage 27 uImage: $(obj)/uImage target 47 $(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE 48 $(call if_changed,uimage)
|
H A D | .gitignore | 2 uImage
|
/linux/arch/sparc/boot/ |
H A D | Makefile | 39 # uImage - Binary file read by U-boot 40 # uImage.o - object file of uImage for loading with a 54 quiet_cmd_uimage.o = UIMAGE.O $@ 58 targets += uImage 59 $(obj)/uImage: $(obj)/image.gz FORCE 60 $(call if_changed,uimage) 61 $(call if_changed,uimage.o)
|
/linux/arch/arm/boot/ |
H A D | Makefile | 24 targets := Image zImage xipImage bootpImage uImage 78 echo 'Specify LOADADDR on the commandline to build an uImage'; \ 82 $(obj)/uImage: $(obj)/zImage FORCE 84 $(call if_changed,uimage)
|
H A D | .gitignore | 6 uImage
|
/linux/arch/csky/boot/ |
H A D | Makefile | 2 targets := Image zImage uImage 22 $(obj)/uImage: $(obj)/zImage 23 $(call if_changed,uimage)
|
/linux/Documentation/arch/powerpc/ |
H A D | bootwrapper.rst | 27 cuImage.%: Backwards compatible uImage for older version of 31 are all embedded inside the U-Boot uImage file format 77 uImage: Native image format used by U-Boot. The uImage target 79 vmlinux in the uImage data structure. This image
|
H A D | mpc52xx.rst | 14 # make uImage 17 => tftpboot 200000 uImage
|
/linux/arch/mips/ |
H A D | Makefile | 366 boot-y += uImage 367 boot-y += uImage.bin 368 boot-y += uImage.bz2 369 boot-y += uImage.gz 370 boot-y += uImage.lzma 371 boot-y += uImage.lzo 460 echo ' uImage - U-Boot image' 461 echo ' uImage.bin - U-Boot image (uncompressed)' 462 echo ' uImage.bz2 - U-Boot image (bz2)' 463 echo ' uImage.gz - U-Boot image (gzip)' [all …]
|
/linux/arch/sparc/ |
H A D | Kconfig | 385 hex "uImage Load Address" 393 hex "uImage.o Load Address" 396 Optional setting only affecting the uImage.o ELF-image used to 397 download the uImage file to the target using a ELF-loader other than 398 U-Boot. It may for example be used to download an uImage to FLASH with 402 hex "uImage Entry Address"
|
/linux/arch/microblaze/boot/ |
H A D | Makefile | 14 $(call if_changed,uimage) 29 $(call if_changed,uimage)
|
/linux/tools/testing/ktest/examples/ |
H A D | snowball.conf | 48 BUILD_OPTIONS = -j8 uImage 53 BUILD_TARGET = arch/arm/boot/uImage
|
/linux/arch/csky/ |
H A D | Makefile | 71 zImage Image uImage: vmlinux target 77 echo ' uImage - U-Boot wrapped zImage'
|
/linux/arch/xtensa/ |
H A D | Makefile | 66 all Image zImage uImage xipImage: vmlinux target 75 @echo '* uImage - U-Boot wrapped image'
|
/linux/Documentation/arch/arc/ |
H A D | arc.rst | 84 type ``make uImage`` and ``uImage`` will be produced in ``arch/arc/boot``
|
/linux/arch/arm/ |
H A D | Makefile | 291 BOOT_TARGETS = zImage Image xipImage bootpImage uImage 296 bootpImage uImage: zImage target 321 echo ' uImage - U-Boot wrapped zImage'
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-370-dlink-dns327l.dts | 290 label = "uImage"; 303 label = "failsafe-uImage";
|