/kernel/linux/linux-5.10/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 | 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 …]
|
/kernel/linux/linux-5.10/arch/xtensa/boot/ |
D | Makefile | 12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include 13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include 25 boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image 26 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage 27 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage 29 all: $(boot-y) 30 Image: boot-elf 31 zImage: boot-redboot 35 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y)) 46 boot-elf: $(obj)/vmlinux.bin [all …]
|
/kernel/linux/linux-5.10/scripts/package/ |
D | mkspec | 85 mkdir -p %{buildroot}/boot 87 mkdir -p %{buildroot}/boot/efi 88 cp \$($MAKE -s image_name) %{buildroot}/boot/efi/vmlinuz-$KERNELRELEASE 89 ln -s efi/vmlinuz-$KERNELRELEASE %{buildroot}/boot/ 91 cp \$($MAKE -s image_name) %{buildroot}/boot/vmlinuz-$KERNELRELEASE 95 cp System.map %{buildroot}/boot/System.map-$KERNELRELEASE 96 cp .config %{buildroot}/boot/config-$KERNELRELEASE 98 mv vmlinux.bz2 %{buildroot}/boot/vmlinux-$KERNELRELEASE.bz2 111 …if [ -x /sbin/installkernel -a -r /boot/vmlinuz-$KERNELRELEASE -a -r /boot/System.map-$KERNELRELEA… 112 cp /boot/vmlinuz-$KERNELRELEASE /boot/.vmlinuz-$KERNELRELEASE-rpm [all …]
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/arch/c6x/ |
D | Makefile | 37 boot := arch/$(ARCH)/boot macro 43 core-y += $(boot)/dts/ 48 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 51 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 54 $(Q)$(MAKE) $(clean)=$(boot)
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 | 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 …]
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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>;
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/ |
D | imx8mn-evk.dts | 31 regulator-boot-on; 40 regulator-boot-on; 51 regulator-boot-on; 59 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;
|
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;
|
/kernel/linux/build/ |
D | build_kernel.sh | 30 cp ${2}/kernel/OBJ/${8}/arch/arm/boot/uImage ${3}/uImage 32 cp ${2}/kernel/OBJ/${8}/arch/arm/boot/dts/hi3751v350.dtb ${3}/dtbo.img 33 cat ${2}/kernel/OBJ/${8}/arch/arm/boot/zImage ${3}/dtbo.img > ${3}/zImage-dtb 35 cp ${2}/kernel/OBJ/${8}/arch/arm/boot/zImage-dtb ${3}/zImage-dtb 39 cp ${2}/kernel/OBJ/${8}/arch/arm64/boot/Image ${3}/Image 42 cp ${2}/kernel/OBJ/${8}/arch/x86/boot/bzImage ${3}/bzImage
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | efi-stub.rst | 9 jumps to are collectively known as the "EFI boot stub", and live in 10 arch/x86/boot/header.S and arch/x86/boot/compressed/eboot.c, 12 arch/arm/boot/compressed/efi-header.S and 13 arch/arm/boot/compressed/efi-stub.c. EFI stub code that is shared 21 By using the EFI boot stub it's possible to boot a Linux kernel 22 without the use of a conventional EFI boot loader, such as grub or 23 elilo. Since the EFI boot stub performs the jobs of a boot loader, in 24 a certain sense it *IS* the boot loader. 26 The EFI boot stub is enabled with the CONFIG_EFI_STUB kernel option. 32 The bzImage located in arch/x86/boot/bzImage must be copied to the EFI [all …]
|
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/ |
D | Makefile | 17 boot-y := bootstrap.o 18 targets += $(boot-y) boot.lds 20 OBJS := $(addprefix $(obj)/,$(boot-y)) 28 $(obj)/../Image.elf: $(obj)/Image.o $(obj)/boot.lds 30 -T $(obj)/boot.lds \
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/ |
D | rk3399-evb.dts | 80 regulator-boot-on; 88 regulator-boot-on; 97 regulator-boot-on; 116 regulator-boot-on; 123 regulator-boot-on; 201 regulator-boot-on; 214 regulator-boot-on; 223 regulator-boot-on; 234 regulator-boot-on; 246 regulator-boot-on; [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/mediatek/ |
D | mt6380.dtsi | 20 regulator-boot-on; 29 regulator-boot-on; 38 regulator-boot-on; 47 regulator-boot-on; 56 regulator-boot-on; 65 regulator-boot-on; 74 regulator-boot-on; 83 regulator-boot-on;
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-platform-mellanox-bootctl | 23 boot partition fails. 30 The source of the boot stream for the next reset. It could be 34 external boot from external source (USB or PCIe) 35 emmc boot from the onchip eMMC 36 emmc_legacy boot from the onchip eMMC in legacy (slow) mode 44 Update the source of the boot stream after next reset. It could 49 external boot from external source (USB or PCIe) 50 emmc boot from the onchip eMMC 51 emmc_legacy boot from the onchip eMMC in legacy (slow) mode 52 swap_emmc swap the primary / secondary boot partition
|