Home
last modified time | relevance | path

Searched full:uimage (Results 1 – 25 of 56) sorted by relevance

123

/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
84 $(call if_changed,uimage,bzip2)
86 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
87 $(call if_changed,uimage,gzip)
89 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
90 $(call if_changed,uimage,lzma)
92 $(obj)/uImage.xz: $(obj)/vmlinux.bin.xz FORCE
93 $(call if_changed,uimage,xz)
[all …]
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
107 @$(kecho) ' Image $(boot)/uImage is ready'
109 CLEAN_FILES += $(boot)/uImage
/linux/arch/arc/boot/
H A DMakefile3 # uImage build relies on mkimage being available on your host for ARC target
18 targets += uImage.bin
19 targets += uImage.gz
20 targets += uImage.lzma
31 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE
32 $(call if_changed,uimage,none)
34 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
35 $(call if_changed,uimage,gzip)
37 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
38 $(call if_changed,uimage,lzma)
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
48 $(call if_changed,uimage)
H A D.gitignore2 uImage
/linux/arch/sparc/boot/
H A DMakefile39 # uImage - Binary file read by U-boot
40 # uImage.o - object file of uImage for loading with a
54 quiet_cmd_uimage.o = UIMAGE.O $@
58 targets += uImage
59 $(obj)/uImage: $(obj)/image.gz FORCE
60 $(call if_changed,uimage)
61 $(call if_changed,uimage.o)
/linux/arch/arm/boot/
H A DMakefile24 targets := Image zImage xipImage bootpImage uImage
78 echo 'Specify LOADADDR on the commandline to build an uImage'; \
82 $(obj)/uImage: $(obj)/zImage FORCE
84 $(call if_changed,uimage)
H A D.gitignore6 uImage
/linux/arch/csky/boot/
H A DMakefile2 targets := Image zImage uImage
22 $(obj)/uImage: $(obj)/zImage
23 $(call if_changed,uimage)
/linux/Documentation/arch/powerpc/
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
H A Dmpc52xx.rst14 # make uImage
17 => tftpboot 200000 uImage
/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/microblaze/boot/
H A DMakefile14 $(call if_changed,uimage)
29 $(call if_changed,uimage)
/linux/tools/testing/ktest/examples/
H A Dsnowball.conf48 BUILD_OPTIONS = -j8 uImage
53 BUILD_TARGET = arch/arm/boot/uImage
/linux/arch/csky/
H A DMakefile71 zImage Image uImage: vmlinux target
77 echo ' uImage - U-Boot wrapped zImage'
/linux/arch/xtensa/
H A DMakefile66 all Image zImage uImage xipImage: vmlinux target
75 @echo '* uImage - U-Boot wrapped image'
/linux/Documentation/arch/arc/
H A Darc.rst84 type ``make uImage`` and ``uImage`` will be produced in ``arch/arc/boot``
/linux/arch/powerpc/boot/
H A DMakefile284 image-$(CONFIG_DEFAULT_UIMAGE) += uImage
292 # Boards with newish u-boot firmware can use the uImage target above
372 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
374 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
400 $(obj)/uImage: vmlinux $(wrapperbits) FORCE
403 $(obj)/uImage.initrd.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE
406 $(obj)/uImage.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE
/linux/arch/mips/boot/
H A D.gitignore9 uImage
/linux/Documentation/devicetree/bindings/mtd/
H A Dorion-nand.txt37 label = "uImage";
/linux/arch/nios2/boot/
H A DMakefile24 $(call if_changed,uimage)
/linux/arch/arm/boot/dts/marvell/
H A Darmada-370-dlink-dns327l.dts290 label = "uImage";
303 label = "failsafe-uImage";
H A Darmada-370-synology-ds213j.dts271 * of the flash, i.e. in the middle of the uImage.
281 partition@c0000 { /* uImage */

123