Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/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.gitignore4 uImage*
/kernel/linux/linux-5.10/arch/arc/
DMakefile105 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
120 CLEAN_FILES += $(boot)/uImage
/kernel/linux/linux-5.10/arch/sh/
DMakefile84 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 \
/kernel/linux/linux-5.10/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.gitignore8 uImage
/kernel/linux/linux-5.10/arch/arc/boot/
DMakefile16 targets += uImage.bin
17 targets += uImage.gz
18 targets += uImage.lzma
32 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE
35 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
38 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
D.gitignore2 uImage
/kernel/linux/linux-5.10/arch/xtensa/boot/
DMakefile21 targets += uImage xipImage
26 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage
27 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage
32 uImage: $(obj)/uImage target
52 $(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE
D.gitignore2 uImage
/kernel/linux/patches/linux-5.10/qemu-arm-linux_patch/
Dqemu-arm-linux.patch16 -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
/kernel/linux/linux-5.10/arch/arm/boot/
DMakefile30 targets := Image zImage xipImage bootpImage uImage
89 $(obj)/uImage: $(obj)/zImage FORCE
116 $(obj)/uImage System.map "$(INSTALL_PATH)"
D.gitignore6 uImage
/kernel/linux/linux-5.10/arch/csky/boot/
DMakefile2 targets := Image zImage uImage
23 $(obj)/uImage: $(obj)/zImage
/kernel/linux/build/
Dbuild_kernel.sh30 cp ${2}/kernel/OBJ/${8}/arch/arm/boot/uImage ${3}/uImage
DREADME_zh.md86 使用工程的全量编译命令,编译生成uImage内核镜像
90 --build-target build_kernel # 编译hi3516dv300的uImage内核镜像
/kernel/linux/linux-5.10/arch/h8300/boot/
DMakefile24 $(obj)/uImage.bin: $(obj)/vmlinux.bin
27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
/kernel/linux/linux-5.10/tools/testing/ktest/examples/
Dsnowball.conf48 BUILD_OPTIONS = -j8 uImage
53 BUILD_TARGET = arch/arm/boot/uImage
/kernel/linux/linux-5.10/arch/sparc/boot/
DMakefile58 targets += uImage
59 $(obj)/uImage: $(obj)/image.gz
/kernel/linux/linux-5.10/Documentation/powerpc/
Dmpc52xx.rst14 # make uImage
17 => tftpboot 200000 uImage
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
/kernel/linux/config/
DREADME_zh.md89 使用工程的全量编译命令,编译生成uImage内核镜像
93 --build-target build_kernel # 编译hi3516dv300的uImage内核镜像
/kernel/linux/linux-5.10/arch/mips/
DMakefile348 boot-y += uImage
349 boot-y += uImage.bin
350 boot-y += uImage.bz2
351 boot-y += uImage.gz
352 boot-y += uImage.lzma
353 boot-y += uImage.lzo
/kernel/linux/linux-5.10/arch/mips/pistachio/
DPlatform8 all-$(CONFIG_MACH_PISTACHIO) := uImage.gz
/kernel/linux/patches/
DREADME_zh.md101 使用工程的全量编译命令,编译生成uImage内核镜像
105 --build-target build_kernel # 编译hi3516dv300的uImage内核镜像

123