Searched refs:boot (Results 1 – 25 of 1923) sorted by relevance
12345678910>>...77
/linux-6.1.9/arch/arm/boot/dts/ |
D | mmp2-brownstone.dts | 43 regulator-boot-on; 49 regulator-boot-on; 55 regulator-boot-on; 61 regulator-boot-on; 67 regulator-boot-on; 73 regulator-boot-on; 79 regulator-boot-on; 85 regulator-boot-on; 91 regulator-boot-on; 97 regulator-boot-on; [all …]
|
D | axm5516-cpus.dtsi | 3 * arch/arm/boot/dts/axm5516-cpus.dtsi 77 cpu-release-addr = <0>; // Fixed by the boot loader 85 cpu-release-addr = <0>; // Fixed by the boot loader 93 cpu-release-addr = <0>; // Fixed by the boot loader 101 cpu-release-addr = <0>; // Fixed by the boot loader 109 cpu-release-addr = <0>; // Fixed by the boot loader 117 cpu-release-addr = <0>; // Fixed by the boot loader 125 cpu-release-addr = <0>; // Fixed by the boot loader 133 cpu-release-addr = <0>; // Fixed by the boot loader 141 cpu-release-addr = <0>; // Fixed by the boot loader [all …]
|
D | imx53-qsrb.dts | 38 regulator-boot-on; 46 regulator-boot-on; 54 regulator-boot-on; 62 regulator-boot-on; 69 regulator-boot-on; 77 regulator-boot-on; 85 regulator-boot-on; 91 regulator-boot-on; 99 regulator-boot-on; 104 regulator-boot-on; [all …]
|
D | pxa910-dkb.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; 86 regulator-boot-on; 92 regulator-boot-on; 98 regulator-boot-on; 104 regulator-boot-on; [all …]
|
D | rk3288-evb-rk808.dts | 42 regulator-boot-on; 53 regulator-boot-on; 65 regulator-boot-on; 74 regulator-boot-on; 86 regulator-boot-on; 98 regulator-boot-on; 109 regulator-boot-on; 121 regulator-boot-on; 133 regulator-boot-on; 145 regulator-boot-on; [all …]
|
D | e60k02.dtsi | 130 regulator-boot-on; 143 regulator-boot-on; 157 regulator-boot-on; 172 regulator-boot-on; 187 regulator-boot-on; 199 regulator-boot-on; 206 regulator-boot-on; 219 regulator-boot-on; 224 regulator-boot-on; 231 regulator-boot-on; [all …]
|
D | am57xx-idk-common.dtsi | 25 regulator-boot-on; 35 regulator-boot-on; 45 regulator-boot-on; 56 regulator-boot-on; 216 regulator-boot-on; 225 regulator-boot-on; 235 regulator-boot-on; 244 regulator-boot-on; 253 regulator-boot-on; 268 regulator-boot-on; [all …]
|
D | e70k02.dtsi | 148 regulator-boot-on; 161 regulator-boot-on; 175 regulator-boot-on; 190 regulator-boot-on; 205 regulator-boot-on; 216 regulator-boot-on; 223 regulator-boot-on; 236 regulator-boot-on; 241 regulator-boot-on; 248 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 …]
|
/linux-6.1.9/arch/xtensa/boot/ |
D | Makefile | 12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include 13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include 21 boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image 22 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage 23 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage 25 all: $(boot-y) 26 Image: boot-elf 27 zImage: boot-redboot 31 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y)) 42 boot-elf: $(obj)/vmlinux.bin [all …]
|
/linux-6.1.9/scripts/package/ |
D | mkspec | 88 mkdir -p %{buildroot}/boot 90 mkdir -p %{buildroot}/boot/efi 91 cp \$($MAKE -s image_name) %{buildroot}/boot/efi/vmlinuz-$KERNELRELEASE 92 ln -s efi/vmlinuz-$KERNELRELEASE %{buildroot}/boot/ 94 cp \$($MAKE -s image_name) %{buildroot}/boot/vmlinuz-$KERNELRELEASE 98 cp System.map %{buildroot}/boot/System.map-$KERNELRELEASE 99 cp .config %{buildroot}/boot/config-$KERNELRELEASE 112 …if [ -x /sbin/installkernel -a -r /boot/vmlinuz-$KERNELRELEASE -a -r /boot/System.map-$KERNELRELEA… 113 cp /boot/vmlinuz-$KERNELRELEASE /boot/.vmlinuz-$KERNELRELEASE-rpm 114 cp /boot/System.map-$KERNELRELEASE /boot/.System.map-$KERNELRELEASE-rpm [all …]
|
/linux-6.1.9/Documentation/arm/ |
D | booting.rst | 11 In order to boot ARM Linux, you require a boot loader, which is a small 12 program that runs before the main kernel. The boot loader is expected 16 Essentially, the boot loader should provide (as a minimum) the 30 Existing boot loaders: 32 New boot loaders: 35 The boot loader is expected to find and initialise all RAM that the 39 the RAM in the machine, or any other method the boot loader designer 46 Existing boot loaders: 48 New boot loaders: 51 The boot loader should initialise and enable one serial port on the [all …]
|
/linux-6.1.9/arch/alpha/ |
D | Makefile | 45 boot := arch/alpha/boot macro 48 all boot: $(boot)/vmlinux.gz target 50 $(boot)/vmlinux.gz: vmlinux 51 $(Q)$(MAKE) $(build)=$(boot) $@ 54 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
|
/linux-6.1.9/Documentation/devicetree/bindings/regulator/ |
D | pv88060.txt | 32 regulator-boot-on; 39 regulator-boot-on; 46 regulator-boot-on; 53 regulator-boot-on; 60 regulator-boot-on; 67 regulator-boot-on; 74 regulator-boot-on; 81 regulator-boot-on; 94 regulator-boot-on; 101 regulator-boot-on; [all …]
|
D | nxp,pf8x00-regulator.yaml | 123 regulator-boot-on; 130 regulator-boot-on; 137 regulator-boot-on; 144 regulator-boot-on; 152 regulator-boot-on; 159 regulator-boot-on; 166 regulator-boot-on; 173 regulator-boot-on; 180 regulator-boot-on; 187 regulator-boot-on; [all …]
|
D | tps65090.txt | 54 regulator-boot-on; 62 regulator-boot-on; 68 regulator-boot-on; 74 regulator-boot-on; 80 regulator-boot-on; 86 regulator-boot-on; 92 regulator-boot-on; 98 regulator-boot-on; 104 regulator-boot-on; 110 regulator-boot-on; [all …]
|
/linux-6.1.9/Documentation/arm/samsung/ |
D | bootloader-interface.rst | 2 Interface between kernel and boot loaders on Exynos boards 10 and boot loaders on Samsung Exynos based boards. This is not a definition 14 In the document "boot loader" means any of following: U-boot, proprietary 28 0x1c exynos4_secondary_startup Secondary CPU boot 29 0x1c + 4*cpu exynos4_secondary_startup (Exynos4412) Secondary CPU boot 44 0x00 exynos4_secondary_startup Secondary CPU boot 45 0x04 exynos4_secondary_startup (Exynos542x) Secondary CPU boot 46 4*cpu exynos4_secondary_startup (Exynos4412) Secondary CPU boot 60 0x0814 exynos4_secondary_startup (Exynos4210 r1.1) Secondary CPU boot 72 0x0908 Non-zero Secondary CPU boot up indicator
|
/linux-6.1.9/Documentation/devicetree/bindings/mtd/ |
D | st-fsm.txt | 11 - st,syscfg : Phandle to boot-device system configuration registers 12 - st,boot-device-reg : Address of the aforementioned boot-device register(s) 13 - st,boot-device-spi : Expected boot-device value if booted via this device 22 st,boot-device-reg = <0x958>; 23 st,boot-device-spi = <0x1a>;
|
/linux-6.1.9/arch/arm64/boot/dts/freescale/ |
D | imx8mn-evk.dts | 47 regulator-boot-on; 56 regulator-boot-on; 67 regulator-boot-on; 75 regulator-boot-on; 83 regulator-boot-on; 91 regulator-boot-on; 99 regulator-boot-on; 107 regulator-boot-on; 115 regulator-boot-on; 123 regulator-boot-on;
|
D | imx8mn-ddr3l-evk.dts | 44 regulator-boot-on; 53 regulator-boot-on; 61 regulator-boot-on; 69 regulator-boot-on; 77 regulator-boot-on; 85 regulator-boot-on; 93 regulator-boot-on; 101 regulator-boot-on; 109 regulator-boot-on;
|
D | imx8mm-icore-mx8mm.dtsi | 62 regulator-boot-on; 69 regulator-boot-on; 76 regulator-boot-on; 83 regulator-boot-on; 90 regulator-boot-on; 97 regulator-boot-on; 104 regulator-boot-on; 111 regulator-boot-on; 118 regulator-boot-on; 125 regulator-boot-on; [all …]
|
D | imx8mn-ddr4-evk.dts | 71 regulator-boot-on; 80 regulator-boot-on; 97 regulator-boot-on; 106 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;
|
/linux-6.1.9/arch/riscv/ |
D | Makefile | 106 boot := arch/riscv/boot macro 108 KBUILD_IMAGE := $(boot)/xipImage 110 KBUILD_IMAGE := $(boot)/Image.gz 135 KBUILD_IMAGE := $(boot)/loader.bin 138 KBUILD_IMAGE := $(boot)/Image.gz 140 KBUILD_IMAGE := $(boot)/vmlinuz.efi 149 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 153 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 155 install: KBUILD_IMAGE := $(boot)/Image 156 zinstall: KBUILD_IMAGE := $(boot)/Image.gz
|
/linux-6.1.9/arch/xtensa/boot/boot-elf/ |
D | Makefile | 12 boot-y := bootstrap.o 13 targets += $(boot-y) boot.lds 15 OBJS := $(addprefix $(obj)/,$(boot-y)) 23 $(obj)/../Image.elf: $(obj)/Image.o $(obj)/boot.lds 25 -T $(obj)/boot.lds \
|
/linux-6.1.9/arch/arm64/boot/dts/rockchip/ |
D | rk3399-evb.dts | 84 regulator-boot-on; 92 regulator-boot-on; 101 regulator-boot-on; 120 regulator-boot-on; 127 regulator-boot-on; 205 regulator-boot-on; 218 regulator-boot-on; 227 regulator-boot-on; 238 regulator-boot-on; 250 regulator-boot-on; [all …]
|
12345678910>>...77