/linux-4.4.14/arch/sh/boot/ |
D | Makefile | 29 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 | .gitignore | 3 uImage*
|
/linux-4.4.14/arch/blackfin/boot/ |
D | Makefile | 9 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)
|
D | install.sh | 53 back_it_up $4/uImage 56 cat $2 > $4/uImage
|
D | .gitignore | 3 uImage*
|
/linux-4.4.14/arch/metag/boot/ |
D | Makefile | 16 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 | .gitignore | 2 uImage*
|
/linux-4.4.14/arch/mips/boot/ |
D | Makefile | 78 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 | .gitignore | 7 uImage
|
/linux-4.4.14/arch/arc/boot/ |
D | Makefile | 1 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 | .gitignore | 2 uImage
|
/linux-4.4.14/arch/avr32/ |
D | Makefile | 10 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/ |
D | Makefile | 85 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/ |
D | Makefile | 22 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 | .gitignore | 1 uImage 2 uImage.srec
|
/linux-4.4.14/arch/metag/ |
D | Makefile | 56 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/ |
D | Makefile | 144 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/ |
D | Makefile | 18 $(obj)/../uImage: vmlinux.bin.gz FORCE 22 zImage: $(obj)/../uImage
|
/linux-4.4.14/arch/unicore32/boot/ |
D | Makefile | 14 targets := Image zImage uImage 30 $(obj)/uImage: $(obj)/zImage FORCE
|
/linux-4.4.14/arch/arm/boot/ |
D | Makefile | 28 targets := Image zImage xipImage bootpImage uImage 78 $(obj)/uImage: $(obj)/zImage FORCE 108 $(obj)/uImage System.map "$(INSTALL_PATH)"
|
D | .gitignore | 5 uImage
|
/linux-4.4.14/arch/h8300/boot/ |
D | Makefile | 23 $(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/ |
D | Makefile | 115 boot_targets += uImage uImage.bin uImage.gz
|
/linux-4.4.14/tools/testing/ktest/examples/ |
D | snowball.conf | 48 BUILD_OPTIONS = -j8 uImage 53 BUILD_TARGET = arch/arm/boot/uImage
|
/linux-4.4.14/arch/sparc/boot/ |
D | Makefile | 57 targets += uImage 58 $(obj)/uImage: $(obj)/image.gz
|
/linux-4.4.14/Documentation/powerpc/ |
D | mpc52xx.txt | 12 # make uImage 15 => tftpboot 200000 uImage
|
D | bootwrapper.txt | 24 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/ |
D | Makefile | 303 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 | .gitignore | 1 uImage
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | TODO | 24 Building of uImage and Applications: 31 include/media/davinci/ folder for building the uImage.
|
/linux-4.4.14/arch/unicore32/ |
D | .gitignore | 14 boot/uImage
|
D | Makefile | 50 zImage Image uImage: vmlinux target
|
/linux-4.4.14/arch/powerpc/boot/ |
D | .gitignore | 16 uImage
|
D | Makefile | 225 image-$(CONFIG_DEFAULT_UIMAGE) += uImage 241 image-$(CONFIG_OBS600) += uImage.obs600
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | orion-nand.txt | 37 label = "uImage";
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | kirkwood-db.dtsi | 69 label = "uImage";
|
D | kirkwood-openrd.dtsi | 82 label = "uImage";
|
D | kirkwood-sheevaplug-common.dtsi | 82 label = "uImage";
|
D | kirkwood-dockstar.dts | 85 label = "uImage";
|
D | kirkwood-rd88f6281.dtsi | 116 label = "uImage";
|
D | kirkwood-guruplug-server-plus.dts | 90 label = "uImage";
|
D | kirkwood-pogo_e02.dts | 106 label = "uImage";
|
D | kirkwood-ib62x0.dts | 120 label = "uImage";
|
D | kirkwood-nas2big.dts | 130 label = "uImage";
|
D | kirkwood-laplug.dts | 147 label = "uImage";
|
D | kirkwood-goflexnet.dts | 161 label = "uImage";
|
D | armada-370-dlink-dns327l.dts | 123 label = "uImage"; 136 label = "failsafe-uImage";
|
D | kirkwood-topkick.dts | 187 label = "uImage";
|
D | kirkwood-iomega_ix2_200.dts | 194 label = "uImage";
|
D | armada-xp-synology-ds414.dts | 132 * of the flash, i.e. in the middle of the uImage. 142 partition@000c0000 { /* uImage */
|
D | armada-370-synology-ds213j.dts | 109 * of the flash, i.e. in the middle of the uImage. 119 partition@000c0000 { /* uImage */
|
D | kirkwood-netgear_readynas_duo_v2.dts | 225 label = "uImage";
|
D | kirkwood-netgear_readynas_nv+_v2.dts | 237 label = "uImage";
|
D | kirkwood-dnskw.dtsi | 196 label = "uImage";
|
D | armada-370-netgear-rn102.dts | 167 label = "uImage";
|
D | armada-370-netgear-rn104.dts | 180 label = "uImage";
|
D | armada-xp-netgear-rn2120.dts | 209 label = "uImage";
|
/linux-4.4.14/arch/sparc/ |
D | Makefile | 68 image zImage uImage tftpboot.img vmlinux.aout: vmlinux target
|
D | Kconfig | 411 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/ |
D | Makefile | 244 BOOT_TARGETS1 := zImage zImage.initrd uImage 245 BOOT_TARGETS2 := zImage% dtbImage% treeImage.% cuImage.% simpleImage.% uImage.%
|
D | Kconfig | 231 Used to allow a board to specify it wants a uImage built by default
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 318 BOOT_TARGETS = zImage Image xipImage bootpImage uImage 323 bootpImage uImage: zImage target
|
/linux-4.4.14/Documentation/ |
D | dontdiff | 252 uImage
|