Home
last modified time | relevance | path

Searched refs:uImage (Results 1 – 25 of 51) sorted by relevance

123

/arch/sh/boot/
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
86 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
89 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
92 $(obj)/uImage.xz: $(obj)/vmlinux.bin.xz FORCE
95 $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo FORCE
98 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE
106 $(obj)/uImage.srec: $(obj)/uImage FORCE
109 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
D.gitignore4 uImage*
/arch/arc/boot/
DMakefile18 targets += uImage.bin
19 targets += uImage.gz
20 targets += uImage.lzma
31 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE
34 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
37 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
D.gitignore2 uImage
/arch/arc/
DMakefile99 boot_targets := uImage.bin uImage.gz uImage.lzma
105 uimage-default-y := uImage.bin
106 uimage-default-$(CONFIG_KERNEL_GZIP) := uImage.gz
107 uimage-default-$(CONFIG_KERNEL_LZMA) := uImage.lzma
109 PHONY += uImage
110 uImage: $(uimage-default-y) target
111 @ln -sf $< $(boot)/uImage
114 CLEAN_FILES += $(boot)/uImage
/arch/xtensa/boot/
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
D.gitignore2 uImage
/arch/sh/
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
186 BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \
187 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
/arch/mips/boot/
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
88 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 FORCE
91 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
94 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
[all …]
D.gitignore9 uImage
/arch/csky/boot/
DMakefile2 targets := Image zImage uImage
23 $(obj)/uImage: $(obj)/zImage
/arch/h8300/boot/
DMakefile24 $(obj)/uImage.bin: $(obj)/vmlinux.bin
27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
/arch/arm/boot/
DMakefile30 targets := Image zImage xipImage bootpImage uImage
89 $(obj)/uImage: $(obj)/zImage FORCE
D.gitignore6 uImage
/arch/sparc/boot/
DMakefile58 targets += uImage
59 $(obj)/uImage: $(obj)/image.gz FORCE
/arch/powerpc/boot/
D.gitignore19 uImage
/arch/mips/
DMakefile347 boot-y += uImage
348 boot-y += uImage.bin
349 boot-y += uImage.bz2
350 boot-y += uImage.gz
351 boot-y += uImage.lzma
352 boot-y += uImage.lzo
/arch/xtensa/
DMakefile66 all Image zImage uImage xipImage: vmlinux target
/arch/arm/boot/dts/
Dkirkwood-db.dtsi66 label = "uImage";
Dkirkwood-sheevaplug-common.dtsi81 label = "uImage";
Dkirkwood-rd88f6281.dtsi64 label = "uImage";
Dkirkwood-dockstar.dts86 label = "uImage";
Darmada-395-gp.dts125 label = "uImage";
/arch/sparc/
DMakefile71 image zImage uImage tftpboot.img vmlinux.aout: vmlinux target
DKconfig388 hex "uImage Load Address"
396 hex "uImage.o Load Address"
399 Optional setting only affecting the uImage.o ELF-image used to
400 download the uImage file to the target using a ELF-loader other than
401 U-Boot. It may for example be used to download an uImage to FLASH with
405 hex "uImage Entry Address"

123