| /kernel/linux/linux-6.6/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 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 …]
|
| /kernel/linux/linux-5.10/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 84 $(call if_changed,uimage,bzip2) 86 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz 87 $(call if_changed,uimage,gzip) 89 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma 90 $(call if_changed,uimage,lzma) 92 $(obj)/uImage.xz: $(obj)/vmlinux.bin.xz 93 $(call if_changed,uimage,xz) [all …]
|
| /kernel/linux/linux-6.6/arch/sh/ |
| D | Makefile | 84 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 162 BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \ 163 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \ 185 @echo '* uImage - Alias to bootable U-Boot image' [all …]
|
| /kernel/linux/linux-6.6/arch/arc/ |
| D | Makefile | 97 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 110 @$(kecho) ' Image $(boot)/uImage is ready' 112 CLEAN_FILES += $(boot)/uImage
|
| /kernel/linux/linux-5.10/arch/arc/boot/ |
| D | Makefile | 4 # uImage build relies on mkimage being availble on your host for ARC target 16 targets += uImage.bin 17 targets += uImage.gz 18 targets += uImage.lzma 32 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE 33 $(call if_changed,uimage,none) 35 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE 36 $(call if_changed,uimage,gzip) 38 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE 39 $(call if_changed,uimage,lzma)
|
| /kernel/linux/linux-6.6/arch/arc/boot/ |
| D | Makefile | 3 # uImage build relies on mkimage being availble 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)
|
| /kernel/linux/linux-5.10/arch/arc/ |
| D | Makefile | 105 boot_targets := uImage.bin uImage.gz uImage.lzma 111 uimage-default-y := uImage.bin 112 uimage-default-$(CONFIG_KERNEL_GZIP) := uImage.gz 113 uimage-default-$(CONFIG_KERNEL_LZMA) := uImage.lzma 115 PHONY += uImage 116 uImage: $(uimage-default-y) target 117 @ln -sf $< $(boot)/uImage 118 @$(kecho) ' Image $(boot)/uImage is ready' 120 CLEAN_FILES += $(boot)/uImage
|
| /kernel/linux/linux-6.6/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 86 $(call if_changed,uimage,none) 88 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 FORCE 89 $(call if_changed,uimage,bzip2) [all …]
|
| /kernel/linux/linux-5.10/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 86 $(call if_changed,uimage,none) 88 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 FORCE 89 $(call if_changed,uimage,bzip2) [all …]
|
| /kernel/linux/linux-5.10/arch/sh/ |
| D | Makefile | 84 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 192 BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.xz uImage.lzo \ 193 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \ 219 @echo '* uImage - Alias to bootable U-Boot image' [all …]
|
| /kernel/linux/linux-6.6/arch/sparc/boot/ |
| D | Makefile | 39 # 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)
|
| /kernel/linux/linux-5.10/arch/sparc/boot/ |
| D | Makefile | 39 # 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 60 $(call if_changed,uimage) 61 $(call if_changed,uimage.o)
|
| /kernel/linux/linux-5.10/arch/xtensa/boot/ |
| D | Makefile | 20 targets += uImage xipImage 25 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage 26 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage 31 uImage: $(obj)/uImage target 51 $(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE 52 $(call if_changed,uimage)
|
| /kernel/linux/linux-6.6/arch/xtensa/boot/ |
| D | Makefile | 16 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)
|
| /kernel/linux/patches/linux-5.10/qemu-arm-linux_patch/ |
| D | qemu-arm-linux.patch | 16 -targets := Image zImage xipImage bootpImage uImage 17 +targets := Image zImage xipImage bootpImage uImage zImage-dtb 36 -$(obj)/uImage: $(obj)/zImage FORCE 37 +$(obj)/uImage: $(obj)/zImage-dtb FORCE 39 $(call if_changed,uimage)
|
| /kernel/linux/linux-5.10/arch/arm/boot/ |
| D | Makefile | 30 targets := Image zImage xipImage bootpImage uImage 85 echo 'Specify LOADADDR on the commandline to build an uImage'; \ 89 $(obj)/uImage: $(obj)/zImage FORCE 91 $(call if_changed,uimage) 116 $(obj)/uImage System.map "$(INSTALL_PATH)"
|
| /kernel/linux/linux-6.6/arch/csky/boot/ |
| D | Makefile | 2 targets := Image zImage uImage 22 $(obj)/uImage: $(obj)/zImage 23 $(call if_changed,uimage)
|
| /kernel/linux/linux-6.6/arch/arm/boot/ |
| D | Makefile | 24 targets := Image zImage xipImage bootpImage uImage 79 echo 'Specify LOADADDR on the commandline to build an uImage'; \ 83 $(obj)/uImage: $(obj)/zImage FORCE 85 $(call if_changed,uimage)
|
| /kernel/linux/linux-5.10/arch/csky/boot/ |
| D | Makefile | 2 targets := Image zImage uImage 23 $(obj)/uImage: $(obj)/zImage 24 $(call if_changed,uimage)
|
| /kernel/linux/linux-5.10/arch/h8300/boot/ |
| D | Makefile | 24 $(obj)/uImage.bin: $(obj)/vmlinux.bin 25 $(call if_changed,uimage,none) 27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
|
| /kernel/linux/linux-6.6/Documentation/powerpc/ |
| D | bootwrapper.rst | 27 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
|
| /kernel/linux/linux-5.10/Documentation/powerpc/ |
| D | bootwrapper.rst | 27 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
|
| /kernel/linux/linux-6.6/arch/sparc/ |
| D | Kconfig | 386 hex "uImage Load Address" 394 hex "uImage.o Load Address" 397 Optional setting only affecting the uImage.o ELF-image used to 398 download the uImage file to the target using a ELF-loader other than 399 U-Boot. It may for example be used to download an uImage to FLASH with 403 hex "uImage Entry Address"
|
| /kernel/linux/linux-5.10/arch/sparc/ |
| D | Kconfig | 395 hex "uImage Load Address" 403 hex "uImage.o Load Address" 406 Optional setting only affecting the uImage.o ELF-image used to 407 download the uImage file to the target using a ELF-loader other than 408 U-Boot. It may for example be used to download an uImage to FLASH with 412 hex "uImage Entry Address"
|
| /kernel/linux/linux-6.6/arch/mips/ |
| D | Makefile | 368 boot-y += uImage 369 boot-y += uImage.bin 370 boot-y += uImage.bz2 371 boot-y += uImage.gz 372 boot-y += uImage.lzma 373 boot-y += uImage.lzo 462 echo ' uImage - U-Boot image' 463 echo ' uImage.bin - U-Boot image (uncompressed)' 464 echo ' uImage.bz2 - U-Boot image (bz2)' 465 echo ' uImage.gz - U-Boot image (gzip)' [all …]
|