/linux-6.6.21/arch/arm/boot/dts/marvell/ |
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 | 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 …]
|
/linux-6.6.21/scripts/package/ |
D | kernel.spec | 58 mkdir -p %{buildroot}/boot 60 mkdir -p %{buildroot}/boot/efi 61 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/boot/efi/vmlinuz-%{KERNELRELEASE} 62 ln -s efi/vmlinuz-%{KERNELRELEASE} %{buildroot}/boot/ 64 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/boot/vmlinuz-%{KERNELRELEASE} 68 cp System.map %{buildroot}/boot/System.map-%{KERNELRELEASE} 69 cp .config %{buildroot}/boot/config-%{KERNELRELEASE} 79 if [ -x /sbin/installkernel -a -r /boot/vmlinuz-%{KERNELRELEASE} -a -r /boot/System.map-%{KERNELREL… 80 cp /boot/vmlinuz-%{KERNELRELEASE} /boot/.vmlinuz-%{KERNELRELEASE}-rpm 81 cp /boot/System.map-%{KERNELRELEASE} /boot/.System.map-%{KERNELRELEASE}-rpm [all …]
|
/linux-6.6.21/arch/xtensa/boot/ |
D | Makefile | 20 boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image 21 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage 22 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage 24 all: $(boot-y) 25 Image: boot-elf 26 zImage: boot-redboot 30 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y)) 41 boot-elf: $(obj)/vmlinux.bin 42 boot-redboot: $(obj)/vmlinux.bin.gz
|
/linux-6.6.21/arch/arm/boot/dts/intel/axm/ |
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 …]
|
/linux-6.6.21/arch/arm/boot/dts/nxp/imx/ |
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 …]
|
/linux-6.6.21/Documentation/arch/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.6.21/arch/arm64/boot/dts/rockchip/ |
D | rk3588-evb1-v10.dts | 36 regulator-boot-on; 44 regulator-boot-on; 59 regulator-boot-on; 69 regulator-boot-on; 79 regulator-boot-on; 253 regulator-boot-on; 266 regulator-boot-on; 278 regulator-boot-on; 291 regulator-boot-on; 303 regulator-boot-on; [all …]
|
D | rk3588-edgeble-neu6b.dtsi | 17 regulator-boot-on; 26 regulator-boot-on; 36 regulator-boot-on; 124 regulator-boot-on; 138 regulator-boot-on; 151 regulator-boot-on; 165 regulator-boot-on; 179 regulator-boot-on; 193 regulator-boot-on; 203 regulator-boot-on; [all …]
|
/linux-6.6.21/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.6.21/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 | 106 regulator-boot-on; 113 regulator-boot-on; 120 regulator-boot-on; 127 regulator-boot-on; 135 regulator-boot-on; 142 regulator-boot-on; 149 regulator-boot-on; 156 regulator-boot-on; 163 regulator-boot-on; 170 regulator-boot-on; [all …]
|
/linux-6.6.21/crypto/ |
D | jitterentropy-testing.c | 49 static void jent_testing_data_init(struct jent_testing *data, u32 boot) in jent_testing_data_init() argument 56 if (boot) in jent_testing_data_init() 64 static void jent_testing_fini(struct jent_testing *data, u32 boot) in jent_testing_fini() argument 67 if (boot) in jent_testing_fini() 76 u32 *boot) in jent_testing_store() argument 80 if (!atomic_read(&data->jent_testing_enabled) && (*boot != 1)) in jent_testing_store() 89 if (*boot) { in jent_testing_store() 92 *boot = 2; in jent_testing_store() 121 static int jent_testing_reader(struct jent_testing *data, u32 *boot, in jent_testing_reader() argument 127 jent_testing_data_init(data, *boot); in jent_testing_reader() [all …]
|
/linux-6.6.21/Documentation/arch/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.6.21/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.6.21/arch/arm64/boot/dts/freescale/ |
D | imx8mn-evk.dts | 47 regulator-boot-on; 57 regulator-boot-on; 66 regulator-boot-on; 74 regulator-boot-on; 82 regulator-boot-on; 90 regulator-boot-on; 98 regulator-boot-on; 106 regulator-boot-on; 114 regulator-boot-on; 122 regulator-boot-on;
|
D | imx8mm-evkb.dts | 32 regulator-boot-on; 42 regulator-boot-on; 53 regulator-boot-on; 62 regulator-boot-on; 71 regulator-boot-on; 80 regulator-boot-on; 89 regulator-boot-on; 98 regulator-boot-on; 107 regulator-boot-on; 116 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.6.21/arch/arm/boot/dts/rockchip/ |
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 …]
|
/linux-6.6.21/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.6.21/arch/arm64/boot/dts/qcom/ |
D | qrb2210-rb1.dts | 49 regulator-boot-on; 59 regulator-boot-on; 69 regulator-boot-on; 80 regulator-boot-on; 91 regulator-boot-on; 102 regulator-boot-on; 112 regulator-boot-on; 124 regulator-boot-on; 155 regulator-boot-on; 162 regulator-boot-on; [all …]
|
/linux-6.6.21/arch/arm/boot/dts/ti/omap/ |
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 …]
|
/linux-6.6.21/arch/riscv/ |
D | Makefile | 123 boot := arch/riscv/boot macro 125 KBUILD_IMAGE := $(boot)/xipImage 127 KBUILD_IMAGE := $(boot)/Image.gz 152 KBUILD_IMAGE := $(boot)/loader.bin 155 KBUILD_IMAGE := $(boot)/Image.gz 157 KBUILD_IMAGE := $(boot)/vmlinuz.efi 166 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 170 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 172 install: KBUILD_IMAGE := $(boot)/Image 173 zinstall: KBUILD_IMAGE := $(boot)/Image.gz
|