Home
last modified time | relevance | path

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

123

/Linux-v4.19/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
86 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz
89 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma
92 $(obj)/uImage.xz: $(obj)/vmlinux.bin.xz
95 $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo
98 $(obj)/uImage.bin: $(obj)/vmlinux.bin
106 $(obj)/uImage.srec: $(obj)/uImage
109 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
D.gitignore3 uImage*
/Linux-v4.19/arch/arc/boot/
DMakefile2 targets := vmlinux.bin vmlinux.bin.gz uImage
20 targets += uImage
21 targets += uImage.bin
22 targets += uImage.gz
23 targets += uImage.lzma
37 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE
40 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
43 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
46 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
D.gitignore1 uImage
/Linux-v4.19/arch/sh/
DMakefile92 defaultimage-$(CONFIG_SH_SH7785LCR) := uImage
93 defaultimage-$(CONFIG_SH_RSK) := uImage
94 defaultimage-$(CONFIG_SH_URQUELL) := uImage
95 defaultimage-$(CONFIG_SH_MIGOR) := uImage
96 defaultimage-$(CONFIG_SH_AP325RXA) := uImage
97 defaultimage-$(CONFIG_SH_SH7757LCR) := uImage
98 defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage
212 BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \
213 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
/Linux-v4.19/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.gitignore7 uImage
/Linux-v4.19/arch/xtensa/boot/
DMakefile25 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage
26 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage
31 uImage: $(obj)/uImage target
50 $(obj)/uImage: vmlinux.bin.gz FORCE
D.gitignore1 uImage
/Linux-v4.19/arch/arm/boot/
DMakefile30 targets := Image zImage xipImage bootpImage uImage
89 $(obj)/uImage: $(obj)/zImage FORCE
116 $(obj)/uImage System.map "$(INSTALL_PATH)"
D.gitignore5 uImage
/Linux-v4.19/arch/unicore32/boot/
DMakefile14 targets := Image zImage uImage
30 $(obj)/uImage: $(obj)/zImage FORCE
/Linux-v4.19/arch/arc/
DMakefile100 boot_targets += uImage uImage.bin uImage.gz
/Linux-v4.19/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
/Linux-v4.19/tools/testing/ktest/examples/
Dsnowball.conf48 BUILD_OPTIONS = -j8 uImage
53 BUILD_TARGET = arch/arm/boot/uImage
/Linux-v4.19/arch/sparc/boot/
DMakefile58 targets += uImage
59 $(obj)/uImage: $(obj)/image.gz
/Linux-v4.19/Documentation/powerpc/
Dmpc52xx.txt12 # make uImage
15 => tftpboot 200000 uImage
Dbootwrapper.txt24 cuImage.%: Backwards compatible uImage for older version of
28 are all embedded inside the U-Boot uImage file format
87 uImage: Native image format used by U-Boot. The uImage target
89 vmlinux in the uImage data structure. This image
/Linux-v4.19/drivers/staging/media/davinci_vpfe/
DTODO25 Building of uImage and Applications:
32 include/media/davinci/ folder for building the uImage.
/Linux-v4.19/arch/mips/
DMakefile341 boot-y += uImage
342 boot-y += uImage.bin
343 boot-y += uImage.bz2
344 boot-y += uImage.gz
345 boot-y += uImage.lzma
346 boot-y += uImage.lzo
/Linux-v4.19/arch/unicore32/
D.gitignore14 boot/uImage
DMakefile50 zImage Image uImage: vmlinux target
/Linux-v4.19/arch/powerpc/boot/
D.gitignore18 uImage
/Linux-v4.19/arch/arm/boot/dts/
Dkirkwood-db.dtsi66 label = "uImage";
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dorion-nand.txt37 label = "uImage";

123