Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/arch/sh/boot/
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
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)
A D.gitignore4 uImage*
/linux-6.3-rc2/arch/arc/
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
112 CLEAN_FILES += $(boot)/uImage
/linux-6.3-rc2/arch/sh/
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
184 BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \
185 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
/linux-6.3-rc2/arch/mips/boot/
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
88 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 FORCE
91 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
97 $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo FORCE
[all …]
A D.gitignore9 uImage
/linux-6.3-rc2/arch/arc/boot/
A 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
A D.gitignore2 uImage
/linux-6.3-rc2/arch/xtensa/boot/
A DMakefile17 targets += uImage xipImage
22 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage
23 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage
28 uImage: $(obj)/uImage target
48 $(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE
A D.gitignore2 uImage
/linux-6.3-rc2/arch/csky/boot/
A DMakefile2 targets := Image zImage uImage
22 $(obj)/uImage: $(obj)/zImage
/linux-6.3-rc2/tools/testing/ktest/examples/
A Dsnowball.conf48 BUILD_OPTIONS = -j8 uImage
53 BUILD_TARGET = arch/arm/boot/uImage
/linux-6.3-rc2/arch/arm/boot/
A DMakefile24 targets := Image zImage xipImage bootpImage uImage
83 $(obj)/uImage: $(obj)/zImage FORCE
A D.gitignore6 uImage
/linux-6.3-rc2/arch/sparc/boot/
A DMakefile58 targets += uImage
59 $(obj)/uImage: $(obj)/image.gz FORCE
/linux-6.3-rc2/Documentation/powerpc/
A Dmpc52xx.rst14 # make uImage
17 => tftpboot 200000 uImage
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
/linux-6.3-rc2/arch/mips/
A DMakefile330 boot-y += uImage
331 boot-y += uImage.bin
332 boot-y += uImage.bz2
333 boot-y += uImage.gz
334 boot-y += uImage.lzma
335 boot-y += uImage.lzo
/linux-6.3-rc2/arch/powerpc/boot/
A DMakefile286 image-$(CONFIG_DEFAULT_UIMAGE) += uImage
300 image-$(CONFIG_OBS600) += uImage.obs600
390 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
392 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
418 $(obj)/uImage: vmlinux $(wrapperbits) FORCE
421 $(obj)/uImage.initrd.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE
424 $(obj)/uImage.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE
A D.gitignore20 uImage
/linux-6.3-rc2/arch/sparc/
A DKconfig384 hex "uImage Load Address"
392 hex "uImage.o Load Address"
395 Optional setting only affecting the uImage.o ELF-image used to
396 download the uImage file to the target using a ELF-loader other than
397 U-Boot. It may for example be used to download an uImage to FLASH with
401 hex "uImage Entry Address"
A DMakefile69 image zImage uImage tftpboot.img vmlinux.aout: vmlinux target
/linux-6.3-rc2/arch/xtensa/
A DMakefile62 all Image zImage uImage xipImage: vmlinux target
/linux-6.3-rc2/arch/arm/boot/dts/
A Dkirkwood-db.dtsi66 label = "uImage";
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/
A Dorion-nand.txt37 label = "uImage";

Completed in 28 milliseconds

123