/arch/unicore32/ |
D | .gitignore | 10 # Generated images in boot 12 boot/Image 13 boot/zImage 14 boot/uImage 16 # Generated files in boot/compressed 18 boot/compressed/piggy.S 19 boot/compressed/piggy.gzip 20 boot/compressed/vmlinux 21 boot/compressed/vmlinux.lds
|
D | Makefile | 42 boot := arch/unicore32/boot macro 46 KBUILD_IMAGE := $(boot)/zImage 51 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 54 $(Q)$(MAKE) $(clean)=$(boot)
|
/arch/xtensa/boot/ |
D | Makefile | 12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include 13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include 24 boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image 25 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage 26 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage 28 all: $(boot-y) 29 Image: boot-elf 30 zImage: boot-redboot 33 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y)) \ 45 boot-elf: vmlinux.bin [all …]
|
/arch/arm/boot/dts/ |
D | mmp2-brownstone.dts | 45 regulator-boot-on; 51 regulator-boot-on; 57 regulator-boot-on; 63 regulator-boot-on; 69 regulator-boot-on; 75 regulator-boot-on; 81 regulator-boot-on; 87 regulator-boot-on; 93 regulator-boot-on; 99 regulator-boot-on; [all …]
|
D | imx53-qsrb.dts | 45 regulator-boot-on; 53 regulator-boot-on; 61 regulator-boot-on; 69 regulator-boot-on; 76 regulator-boot-on; 84 regulator-boot-on; 92 regulator-boot-on; 98 regulator-boot-on; 106 regulator-boot-on; 111 regulator-boot-on; [all …]
|
D | axm5516-cpus.dtsi | 2 * arch/arm/boot/dts/axm5516-cpus.dtsi 81 cpu-release-addr = <0>; // Fixed by the boot loader 89 cpu-release-addr = <0>; // Fixed by the boot loader 97 cpu-release-addr = <0>; // Fixed by the boot loader 105 cpu-release-addr = <0>; // Fixed by the boot loader 113 cpu-release-addr = <0>; // Fixed by the boot loader 121 cpu-release-addr = <0>; // Fixed by the boot loader 129 cpu-release-addr = <0>; // Fixed by the boot loader 137 cpu-release-addr = <0>; // Fixed by the boot loader 145 cpu-release-addr = <0>; // Fixed by the boot loader [all …]
|
D | pxa910-dkb.dts | 48 regulator-boot-on; 54 regulator-boot-on; 60 regulator-boot-on; 66 regulator-boot-on; 72 regulator-boot-on; 78 regulator-boot-on; 89 regulator-boot-on; 95 regulator-boot-on; 101 regulator-boot-on; 107 regulator-boot-on; [all …]
|
D | am57xx-idk-common.dtsi | 27 regulator-boot-on; 37 regulator-boot-on; 48 regulator-boot-on; 160 regulator-boot-on; 169 regulator-boot-on; 179 regulator-boot-on; 188 regulator-boot-on; 197 regulator-boot-on; 212 regulator-boot-on; 221 regulator-boot-on; [all …]
|
D | tegra114-tn7.dts | 91 regulator-boot-on; 99 regulator-boot-on; 107 regulator-boot-on; 115 regulator-boot-on; 123 regulator-boot-on; 131 regulator-boot-on; 139 regulator-boot-on; 147 regulator-boot-on; 155 regulator-boot-on; 163 regulator-boot-on; [all …]
|
D | dra72-evm-tps65917.dtsi | 43 regulator-boot-on; 51 regulator-boot-on; 60 regulator-boot-on; 70 regulator-boot-on; 78 regulator-boot-on; 88 regulator-boot-on; 104 regulator-boot-on; 114 regulator-boot-on; 122 regulator-boot-on;
|
D | qcom-msm8974-lge-nexus5-hammerhead.dts | 62 regulator-boot-on; 69 regulator-boot-on; 77 regulator-boot-on; 85 regulator-boot-on; 112 regulator-boot-on; 119 regulator-boot-on; 147 regulator-boot-on; 154 regulator-boot-on; 191 regulator-boot-on; 200 regulator-boot-on; [all …]
|
/arch/alpha/ |
D | Makefile | 50 boot := arch/alpha/boot macro 53 all boot: $(boot)/vmlinux.gz target 55 $(boot)/vmlinux.gz: vmlinux 56 $(Q)$(MAKE) $(build)=$(boot) $@ 59 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 62 $(Q)$(MAKE) $(clean)=$(boot)
|
/arch/c6x/ |
D | Makefile | 37 boot := arch/$(ARCH)/boot macro 44 core-y += $(boot)/dts/ 50 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 53 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 56 $(Q)$(MAKE) $(clean)=$(boot)
|
/arch/metag/ |
D | Makefile | 45 core-y += arch/metag/boot/dts/ 54 boot := arch/metag/boot macro 69 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 72 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ 75 $(Q)$(MAKE) $(build)=$(boot)/dts 78 $(Q)$(MAKE) $(clean)=$(boot)
|
/arch/cris/ |
D | Makefile | 44 core-$(CONFIG_OF) += arch/cris/boot/dts/ 77 boot := arch/cris/boot macro 83 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ 88 $(Q)if [ -e arch/cris/boot ]; then \ 89 $(MAKE) $(clean)=arch/cris/boot; \ 93 $(boot)/zImage \ 94 $(boot)/compressed/decompress.bin \ 95 $(boot)/compressed/piggy.gz \ 96 $(boot)/rescue/rescue.bin
|
/arch/arc/ |
D | Makefile | 84 core-y += arch/arc/boot/dts/ 100 boot := arch/arc/boot macro 103 KBUILD_IMAGE := $(boot)/bootpImage 111 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 114 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ 117 $(Q)$(MAKE) $(build)=$(boot)/dts 120 $(Q)$(MAKE) $(clean)=$(boot)
|
/arch/mn10300/ |
D | Makefile | 68 boot := arch/mn10300/boot macro 72 KBUILD_IMAGE := $(boot)/zImage 73 CLEAN_FILES += $(boot)/zImage 74 CLEAN_FILES += $(boot)/compressed/vmlinux 75 CLEAN_FILES += $(boot)/compressed/vmlinux.bin 76 CLEAN_FILES += $(boot)/compressed/vmlinux.bin.gz 79 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
|
/arch/score/ |
D | Makefile | 32 boot := arch/score/boot macro 35 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 38 @$(MAKE) $(clean)=$(boot)
|
/arch/sparc/ |
D | Makefile | 70 boot := arch/sparc/boot macro 76 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 79 $(Q)$(MAKE) $(build)=$(boot) $@ 82 $(Q)$(MAKE) $(clean)=$(boot) 85 KBUILD_IMAGE := $(boot)/zImage
|
/arch/m32r/ |
D | Makefile | 42 arch/m32r/boot/ \ 47 boot := arch/m32r/boot macro 54 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 59 $(Q)$(MAKE) $(clean)=$(boot)
|
/arch/xtensa/ |
D | Makefile | 91 core-$(CONFIG_OF) += arch/xtensa/boot/dts/ 94 boot := arch/xtensa/boot macro 97 $(Q)$(MAKE) $(build)=$(boot) $@ 100 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ 103 $(Q)$(MAKE) $(build)=$(boot)/dts
|
/arch/mips/ |
D | Makefile | 16 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs 329 boot-y := vmlinux.bin 330 boot-y += vmlinux.ecoff 331 boot-y += vmlinux.srec 333 boot-y += uImage 334 boot-y += uImage.bin 335 boot-y += uImage.bz2 336 boot-y += uImage.gz 337 boot-y += uImage.lzma 338 boot-y += uImage.lzo [all …]
|
/arch/s390/ |
D | Makefile | 54 KBUILD_IMAGE :=arch/s390/boot/image 122 boot := arch/s390/boot macro 128 $(Q)$(MAKE) $(build)=$(boot) $@ 131 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 134 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 141 $(Q)$(MAKE) $(clean)=$(boot)
|
/arch/xtensa/boot/boot-elf/ |
D | Makefile | 17 boot-y := bootstrap.o 19 OBJS := $(addprefix $(obj)/,$(boot-y)) 27 $(obj)/../Image.elf: $(obj)/Image.o $(obj)/boot.lds 29 -T $(obj)/boot.lds \
|
/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 13 LD_ARGS = -T $(srctree)/$(obj)/boot.ld 15 boot-y := bootstrap.o 17 OBJS := $(addprefix $(obj)/,$(boot-y)) 18 LIBS := arch/xtensa/boot/lib/lib.a arch/xtensa/lib/lib.a
|