Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/blackfin/boot/
DMakefile9 targets := uImage uImage.bin uImage.bz2 uImage.gz uImage.lzma uImage.lzo uImage.xip
42 $(obj)/uImage.bin: $(obj)/vmlinux.bin
45 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2
48 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz
51 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma
54 $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo
57 $(obj)/uImage.xip: $(obj)/vmlinux.bin.xip
67 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
Dinstall.sh53 back_it_up $4/uImage
56 cat $2 > $4/uImage
D.gitignore3 uImage*
/linux-4.4.14/arch/metag/boot/
DMakefile16 targets += uImage
17 targets += uImage.gz
18 targets += uImage.bz2
19 targets += uImage.xz
20 targets += uImage.lzo
21 targets += uImage.bin
51 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
54 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 FORCE
57 $(obj)/uImage.xz: $(obj)/vmlinux.bin.xz FORCE
60 $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo FORCE
[all …]
D.gitignore2 uImage*
/linux-4.4.14/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-4.4.14/arch/arc/boot/
DMakefile1 targets := vmlinux.bin vmlinux.bin.gz uImage
18 targets += uImage uImage.bin uImage.gz
27 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE
30 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
33 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
D.gitignore2 uImage
/linux-4.4.14/arch/avr32/
DMakefile10 all: uImage vmlinux.elf
46 BOOT_TARGETS := vmlinux.elf vmlinux.bin uImage uImage.srec
52 KBUILD_IMAGE := $(boot)/uImage
55 uImage.srec: KBUILD_IMAGE := $(boot)/uImage.srec
56 uImage: KBUILD_IMAGE := $(boot)/uImage target
63 vmlinux.elf vmlinux.bin uImage.srec uImage vmlinux.cso: vmlinux target
/linux-4.4.14/arch/sh/
DMakefile85 defaultimage-$(CONFIG_SH_SH7785LCR) := uImage
86 defaultimage-$(CONFIG_SH_RSK) := uImage
87 defaultimage-$(CONFIG_SH_URQUELL) := uImage
88 defaultimage-$(CONFIG_SH_MIGOR) := uImage
89 defaultimage-$(CONFIG_SH_AP325RXA) := uImage
90 defaultimage-$(CONFIG_SH_SH7757LCR) := uImage
91 defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage
206 BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \
207 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
/linux-4.4.14/arch/avr32/boot/images/
DMakefile22 targets += uImage uImage.srec
23 $(obj)/uImage: $(obj)/vmlinux.gz
28 $(obj)/uImage.srec: $(obj)/uImage
57 clean-files := vmlinux.elf vmlinux.bin vmlinux.gz uImage uImage.srec
D.gitignore1 uImage
2 uImage.srec
/linux-4.4.14/arch/metag/
DMakefile56 boot_targets += uImage
57 boot_targets += uImage.gz
58 boot_targets += uImage.bz2
59 boot_targets += uImage.xz
60 boot_targets += uImage.lzo
61 boot_targets += uImage.bin
/linux-4.4.14/arch/blackfin/
DMakefile144 BOOT_TARGETS = uImage uImage.bin uImage.bz2 uImage.gz uImage.lzma uImage.lzo uImage.xip
146 KBUILD_IMAGE := $(boot)/uImage
148 all: uImage
/linux-4.4.14/arch/xtensa/boot/boot-uboot/
DMakefile18 $(obj)/../uImage: vmlinux.bin.gz FORCE
22 zImage: $(obj)/../uImage
/linux-4.4.14/arch/unicore32/boot/
DMakefile14 targets := Image zImage uImage
30 $(obj)/uImage: $(obj)/zImage FORCE
/linux-4.4.14/arch/arm/boot/
DMakefile28 targets := Image zImage xipImage bootpImage uImage
78 $(obj)/uImage: $(obj)/zImage FORCE
108 $(obj)/uImage System.map "$(INSTALL_PATH)"
D.gitignore5 uImage
/linux-4.4.14/arch/h8300/boot/
DMakefile23 $(obj)/uImage.bin: $(obj)/vmlinux.bin
26 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
/linux-4.4.14/arch/arc/
DMakefile115 boot_targets += uImage uImage.bin uImage.gz
/linux-4.4.14/tools/testing/ktest/examples/
Dsnowball.conf48 BUILD_OPTIONS = -j8 uImage
53 BUILD_TARGET = arch/arm/boot/uImage
/linux-4.4.14/arch/sparc/boot/
DMakefile57 targets += uImage
58 $(obj)/uImage: $(obj)/image.gz
/linux-4.4.14/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-4.4.14/arch/mips/
DMakefile303 boot-y += uImage
304 boot-y += uImage.bin
305 boot-y += uImage.bz2
306 boot-y += uImage.gz
307 boot-y += uImage.lzma
308 boot-y += uImage.lzo
/linux-4.4.14/arch/xtensa/boot/
D.gitignore1 uImage
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
DTODO24 Building of uImage and Applications:
31 include/media/davinci/ folder for building the uImage.
/linux-4.4.14/arch/unicore32/
D.gitignore14 boot/uImage
DMakefile50 zImage Image uImage: vmlinux target
/linux-4.4.14/arch/powerpc/boot/
D.gitignore16 uImage
DMakefile225 image-$(CONFIG_DEFAULT_UIMAGE) += uImage
241 image-$(CONFIG_OBS600) += uImage.obs600
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dorion-nand.txt37 label = "uImage";
/linux-4.4.14/arch/arm/boot/dts/
Dkirkwood-db.dtsi69 label = "uImage";
Dkirkwood-openrd.dtsi82 label = "uImage";
Dkirkwood-sheevaplug-common.dtsi82 label = "uImage";
Dkirkwood-dockstar.dts85 label = "uImage";
Dkirkwood-rd88f6281.dtsi116 label = "uImage";
Dkirkwood-guruplug-server-plus.dts90 label = "uImage";
Dkirkwood-pogo_e02.dts106 label = "uImage";
Dkirkwood-ib62x0.dts120 label = "uImage";
Dkirkwood-nas2big.dts130 label = "uImage";
Dkirkwood-laplug.dts147 label = "uImage";
Dkirkwood-goflexnet.dts161 label = "uImage";
Darmada-370-dlink-dns327l.dts123 label = "uImage";
136 label = "failsafe-uImage";
Dkirkwood-topkick.dts187 label = "uImage";
Dkirkwood-iomega_ix2_200.dts194 label = "uImage";
Darmada-xp-synology-ds414.dts132 * of the flash, i.e. in the middle of the uImage.
142 partition@000c0000 { /* uImage */
Darmada-370-synology-ds213j.dts109 * of the flash, i.e. in the middle of the uImage.
119 partition@000c0000 { /* uImage */
Dkirkwood-netgear_readynas_duo_v2.dts225 label = "uImage";
Dkirkwood-netgear_readynas_nv+_v2.dts237 label = "uImage";
Dkirkwood-dnskw.dtsi196 label = "uImage";
Darmada-370-netgear-rn102.dts167 label = "uImage";
Darmada-370-netgear-rn104.dts180 label = "uImage";
Darmada-xp-netgear-rn2120.dts209 label = "uImage";
/linux-4.4.14/arch/sparc/
DMakefile68 image zImage uImage tftpboot.img vmlinux.aout: vmlinux target
DKconfig411 hex "uImage Load Address"
419 hex "uImage.o Load Address"
422 Optional setting only affecting the uImage.o ELF-image used to
423 download the uImage file to the target using a ELF-loader other than
424 U-Boot. It may for example be used to download an uImage to FLASH with
428 hex "uImage Entry Address"
/linux-4.4.14/arch/powerpc/
DMakefile244 BOOT_TARGETS1 := zImage zImage.initrd uImage
245 BOOT_TARGETS2 := zImage% dtbImage% treeImage.% cuImage.% simpleImage.% uImage.%
DKconfig231 Used to allow a board to specify it wants a uImage built by default
/linux-4.4.14/arch/arm/
DMakefile318 BOOT_TARGETS = zImage Image xipImage bootpImage uImage
323 bootpImage uImage: zImage target
/linux-4.4.14/Documentation/
Ddontdiff252 uImage