Home
last modified time | relevance | path

Searched full:uimage (Results 1 – 25 of 60) sorted by relevance

123

/linux/arch/sh/boot/
H A DMakefile29 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.gitignore4 uImage*
/linux/arch/sh/
H A DMakefile84 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 DMakefile97 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 DMakefile78 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.gitignore9 uImage
/linux/arch/arc/boot/
H A DMakefile3 # 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.gitignore2 uImage
/linux/arch/xtensa/boot/
H A DMakefile16 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.gitignore2 uImage
/linux/arch/sparc/boot/
H A DMakefile39 # 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 DMakefile24 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.gitignore6 uImage
/linux/arch/csky/boot/
H A DMakefile2 targets := Image zImage uImage
22 $(obj)/uImage: $(obj)/zImage
23 $(call if_changed,uimage)
/linux/Documentation/arch/powerpc/
H A Dbootwrapper.rst27 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 Dmpc52xx.rst14 # make uImage
17 => tftpboot 200000 uImage
/linux/arch/mips/
H A DMakefile366 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 DKconfig385 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 DMakefile14 $(call if_changed,uimage)
29 $(call if_changed,uimage)
/linux/tools/testing/ktest/examples/
H A Dsnowball.conf48 BUILD_OPTIONS = -j8 uImage
53 BUILD_TARGET = arch/arm/boot/uImage
/linux/arch/csky/
H A DMakefile71 zImage Image uImage: vmlinux target
77 echo ' uImage - U-Boot wrapped zImage'
/linux/arch/xtensa/
H A DMakefile66 all Image zImage uImage xipImage: vmlinux target
75 @echo '* uImage - U-Boot wrapped image'
/linux/Documentation/arch/arc/
H A Darc.rst84 type ``make uImage`` and ``uImage`` will be produced in ``arch/arc/boot``
/linux/arch/arm/
H A DMakefile291 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 Darmada-370-dlink-dns327l.dts290 label = "uImage";
303 label = "failsafe-uImage";

123