Home
last modified time | relevance | path

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

123

/Linux-v5.10/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.gitignore4 uImage*
/Linux-v5.10/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.gitignore2 uImage
/Linux-v5.10/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
192 BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \
193 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
/Linux-v5.10/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.gitignore8 uImage
/Linux-v5.10/arch/xtensa/boot/
DMakefile21 targets += uImage xipImage
26 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage
27 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage
32 uImage: $(obj)/uImage target
52 $(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE
D.gitignore2 uImage
/Linux-v5.10/arch/arm/boot/
DMakefile30 targets := Image zImage xipImage bootpImage uImage
89 $(obj)/uImage: $(obj)/zImage FORCE
116 $(obj)/uImage System.map "$(INSTALL_PATH)"
D.gitignore6 uImage
/Linux-v5.10/arch/csky/boot/
DMakefile2 targets := Image zImage uImage
23 $(obj)/uImage: $(obj)/zImage
/Linux-v5.10/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-v5.10/arch/arc/
DMakefile111 boot_targets += uImage uImage.bin uImage.gz
/Linux-v5.10/tools/testing/ktest/examples/
Dsnowball.conf48 BUILD_OPTIONS = -j8 uImage
53 BUILD_TARGET = arch/arm/boot/uImage
/Linux-v5.10/arch/sparc/boot/
DMakefile58 targets += uImage
59 $(obj)/uImage: $(obj)/image.gz
/Linux-v5.10/Documentation/powerpc/
Dmpc52xx.rst14 # make uImage
17 => tftpboot 200000 uImage
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
/Linux-v5.10/arch/mips/
DMakefile329 boot-y += uImage
330 boot-y += uImage.bin
331 boot-y += uImage.bz2
332 boot-y += uImage.gz
333 boot-y += uImage.lzma
334 boot-y += uImage.lzo
/Linux-v5.10/arch/mips/pistachio/
DPlatform8 all-$(CONFIG_MACH_PISTACHIO) := uImage.gz
/Linux-v5.10/arch/powerpc/boot/
D.gitignore19 uImage
/Linux-v5.10/arch/sparc/
DKconfig394 hex "uImage Load Address"
402 hex "uImage.o Load Address"
405 Optional setting only affecting the uImage.o ELF-image used to
406 download the uImage file to the target using a ELF-loader other than
407 U-Boot. It may for example be used to download an uImage to FLASH with
411 hex "uImage Entry Address"
/Linux-v5.10/Documentation/devicetree/bindings/mtd/
Dorion-nand.txt37 label = "uImage";
/Linux-v5.10/arch/arm/boot/dts/
Dkirkwood-db.dtsi66 label = "uImage";
Dkirkwood-rd88f6281.dtsi64 label = "uImage";

123