Home
last modified time | relevance | path

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

12

/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
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)
H A D.gitignore4 uImage*
/linux/arch/arc/
H A DMakefile94 boot_targets := uImage.bin uImage.gz uImage.lzma
100 uimage-default-y := uImage.bin
101 uimage-default-$(CONFIG_KERNEL_GZIP) := uImage.gz
102 uimage-default-$(CONFIG_KERNEL_LZMA) := uImage.lzma
104 PHONY += uImage
105 uImage: $(uimage-default-y) target
106 @ln -sf $< $(boot)/uImage
109 CLEAN_FILES += $(boot)/uImage
/linux/arch/arc/boot/
H 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
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
H A D.gitignore2 uImage
/linux/arch/csky/boot/
H A DMakefile2 targets := Image zImage uImage
22 $(obj)/uImage: $(obj)/zImage
/linux/tools/testing/ktest/examples/
H A Dsnowball.conf48 BUILD_OPTIONS = -j8 uImage
53 BUILD_TARGET = arch/arm/boot/uImage
/linux/arch/arm/boot/
H A DMakefile24 targets := Image zImage xipImage bootpImage uImage
82 $(obj)/uImage: $(obj)/zImage FORCE
H A D.gitignore6 uImage
/linux/arch/sparc/boot/
H A DMakefile58 targets += uImage
59 $(obj)/uImage: $(obj)/image.gz FORCE
/linux/Documentation/arch/powerpc/
H A Dmpc52xx.rst14 # make uImage
17 => tftpboot 200000 uImage
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
/linux/arch/mips/boot/
H A D.gitignore9 uImage
/linux/arch/powerpc/boot/
H A DMakefile285 image-$(CONFIG_DEFAULT_UIMAGE) += uImage
373 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
375 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
401 $(obj)/uImage: vmlinux $(wrapperbits) FORCE
404 $(obj)/uImage.initrd.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE
407 $(obj)/uImage.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE
/linux/arch/sparc/
H A DKconfig369 hex "uImage Load Address"
377 hex "uImage.o Load Address"
380 Optional setting only affecting the uImage.o ELF-image used to
381 download the uImage file to the target using a ELF-loader other than
382 U-Boot. It may for example be used to download an uImage to FLASH with
386 hex "uImage Entry Address"
/linux/arch/xtensa/
H A DMakefile66 all Image zImage uImage xipImage: vmlinux target
/linux/Documentation/devicetree/bindings/mtd/
H A Dorion-nand.txt37 label = "uImage";
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-db.dtsi66 label = "uImage";
H A Dkirkwood-sheevaplug-common.dtsi81 label = "uImage";
H A Dkirkwood-rd88f6281.dtsi64 label = "uImage";
H A Dkirkwood-dockstar.dts86 label = "uImage";
H A Darmada-370-dlink-dns327l.dts290 label = "uImage";
303 label = "failsafe-uImage";
/linux/Documentation/arch/arc/
H A Darc.rst84 type ``make uImage`` and ``uImage`` will be produced in ``arch/arc/boot``

12