Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/arch/xtensa/boot/
DMakefile12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include
24 bootdir-$(CONFIG_XTENSA_PLATFORM_ISS) += boot-elf
25 bootdir-$(CONFIG_XTENSA_PLATFORM_XT2000) += boot-redboot boot-elf boot-uboot
26 bootdir-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += boot-redboot boot-elf boot-uboot
42 boot-elf: vmlinux.bin
43 boot-redboot: vmlinux.bin.gz
44 boot-uboot: vmlinux.bin.gz
/arch/unicore32/
D.gitignore10 # 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
DMakefile42 boot := arch/unicore32/boot macro
51 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
54 $(Q)$(MAKE) $(clean)=$(boot)
/arch/avr32/
DMakefile31 head-$(CONFIG_LOADER_U_BOOT) += arch/avr32/boot/u-boot/head.o
40 core-$(CONFIG_LOADER_U_BOOT) += arch/avr32/boot/u-boot/
50 boot := arch/$(ARCH)/boot/images macro
52 KBUILD_IMAGE := $(boot)/uImage
53 vmlinux.elf: KBUILD_IMAGE := $(boot)/vmlinux.elf
54 vmlinux.cso: KBUILD_IMAGE := $(boot)/vmlinux.cso
55 uImage.srec: KBUILD_IMAGE := $(boot)/uImage.srec
56 uImage: KBUILD_IMAGE := $(boot)/uImage
64 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
67 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@
[all …]
/arch/arm/boot/dts/
Dmmp2-brownstone.dts45 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 …]
Dimx53-qsrb.dts45 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 …]
Daxm5516-cpus.dtsi2 * 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 …]
Dam57xx-idk-common.dtsi23 regulator-boot-on;
33 regulator-boot-on;
44 regulator-boot-on;
88 regulator-boot-on;
97 regulator-boot-on;
107 regulator-boot-on;
116 regulator-boot-on;
125 regulator-boot-on;
140 regulator-boot-on;
149 regulator-boot-on;
[all …]
Dpxa910-dkb.dts48 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 …]
Dtegra114-tn7.dts90 regulator-boot-on;
98 regulator-boot-on;
106 regulator-boot-on;
114 regulator-boot-on;
122 regulator-boot-on;
130 regulator-boot-on;
138 regulator-boot-on;
146 regulator-boot-on;
154 regulator-boot-on;
162 regulator-boot-on;
[all …]
Dqcom-msm8974-lge-nexus5-hammerhead.dts61 regulator-boot-on;
68 regulator-boot-on;
76 regulator-boot-on;
84 regulator-boot-on;
111 regulator-boot-on;
118 regulator-boot-on;
146 regulator-boot-on;
153 regulator-boot-on;
190 regulator-boot-on;
197 regulator-boot-on;
[all …]
/arch/alpha/
DMakefile50 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/
DMakefile37 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/
DMakefile45 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/
DMakefile44 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/mn10300/
DMakefile68 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/
DMakefile32 boot := arch/score/boot macro
35 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
38 @$(MAKE) $(clean)=$(boot)
/arch/sparc/
DMakefile69 boot := arch/sparc/boot macro
75 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
78 $(Q)$(MAKE) $(build)=$(boot) $@
81 $(Q)$(MAKE) $(clean)=$(boot)
84 KBUILD_IMAGE := $(boot)/zImage
/arch/m32r/
DMakefile41 arch/m32r/boot/ \
46 boot := arch/m32r/boot macro
53 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
58 $(Q)$(MAKE) $(clean)=$(boot)
/arch/mips/
DMakefile16 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
301 boot-y := vmlinux.bin
302 boot-y += vmlinux.ecoff
303 boot-y += vmlinux.srec
305 boot-y += uImage
306 boot-y += uImage.bin
307 boot-y += uImage.bz2
308 boot-y += uImage.gz
309 boot-y += uImage.lzma
310 boot-y += uImage.lzo
[all …]
/arch/xtensa/
DMakefile91 core-$(CONFIG_OF) += arch/xtensa/boot/dts/
94 boot := arch/xtensa/boot macro
101 $(Q)$(MAKE) $(build)=$(boot) $@
104 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
107 $(Q)$(MAKE) $(build)=$(boot)/dts
/arch/arc/
DMakefile108 core-y += arch/arc/boot/dts/
123 boot := arch/arc/boot macro
134 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
137 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
140 $(Q)$(MAKE) $(build)=$(boot)/dts
143 $(Q)$(MAKE) $(clean)=$(boot)
/arch/xtensa/boot/boot-elf/
DMakefile17 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/s390/
DMakefile52 KBUILD_IMAGE :=arch/s390/boot/image
120 boot := arch/s390/boot macro
126 $(Q)$(MAKE) $(build)=$(boot) $@
129 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
132 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
139 $(Q)$(MAKE) $(clean)=$(boot)
/arch/mips/generic/
DKconfig7 boot protocol. This will cause the kernel to scan through the list of
10 boot protocol.
17 development boards, which boot using a legacy boot protocol.

12345678910>>...24