| /Linux-v5.4/drivers/staging/isdn/hysdn/ |
| D | hysdn_boot.c | 57 StartDecryption(struct boot_data *boot) in StartDecryption() argument 59 boot->Cryptor = CRYPT_STARTTERM; in StartDecryption() 70 DecryptBuf(struct boot_data *boot, int cnt) in DecryptBuf() argument 72 unsigned char *bufp = boot->buf.BootBuf; in DecryptBuf() 75 boot->Cryptor = (boot->Cryptor >> 1) ^ ((boot->Cryptor & 1U) ? CRYPT_FEEDTERM : 0); in DecryptBuf() 76 *bufp++ ^= (unsigned char)boot->Cryptor; in DecryptBuf() 87 struct boot_data *boot = card->boot; /* pointer to boot specific data */ in pof_handle_data() local 93 switch (boot->pof_recid) { in pof_handle_data() 97 hysdn_addlog(card, "POF created %s", boot->buf.PofTime.DateTimeText); in pof_handle_data() 101 DecryptBuf(boot, datlen); /* we need to encrypt the buffer */ in pof_handle_data() [all …]
|
| /Linux-v5.4/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)) 44 boot-elf: vmlinux.bin [all …]
|
| /Linux-v5.4/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 | 41 regulator-boot-on; 52 regulator-boot-on; 64 regulator-boot-on; 73 regulator-boot-on; 85 regulator-boot-on; 97 regulator-boot-on; 108 regulator-boot-on; 120 regulator-boot-on; 132 regulator-boot-on; 144 regulator-boot-on; [all …]
|
| D | am57xx-idk-common.dtsi | 24 regulator-boot-on; 34 regulator-boot-on; 45 regulator-boot-on; 157 regulator-boot-on; 166 regulator-boot-on; 176 regulator-boot-on; 185 regulator-boot-on; 194 regulator-boot-on; 209 regulator-boot-on; 218 regulator-boot-on; [all …]
|
| D | rk3288-vyasa.dts | 28 regulator-boot-on; 37 regulator-boot-on; 47 regulator-boot-on; 57 regulator-boot-on; 67 regulator-boot-on; 77 regulator-boot-on; 91 regulator-boot-on; 105 regulator-boot-on; 191 regulator-boot-on; 202 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-v5.4/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 45 KBUILD_IMAGE := $(boot)/zImage 50 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 53 $(Q)$(MAKE) $(clean)=$(boot)
|
| /Linux-v5.4/scripts/package/ |
| D | mkspec | 85 mkdir -p %{buildroot}/boot 87 mkdir -p %{buildroot}/boot/efi 88 cp \$($MAKE image_name) %{buildroot}/boot/efi/vmlinuz-$KERNELRELEASE 89 ln -s efi/vmlinuz-$KERNELRELEASE %{buildroot}/boot/ 91 cp \$($MAKE 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 …]
|
| /Linux-v5.4/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)
|
| /Linux-v5.4/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)
|
| /Linux-v5.4/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-v5.4/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 | pfuze100.txt | 48 regulator-boot-on; 56 regulator-boot-on; 63 regulator-boot-on; 70 regulator-boot-on; 77 regulator-boot-on; 94 regulator-boot-on; 99 regulator-boot-on; 149 regulator-boot-on; 157 regulator-boot-on; 164 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-v5.4/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-v5.4/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-v5.4/arch/riscv/ |
| D | Makefile | 73 boot := arch/riscv/boot macro 74 KBUILD_IMAGE := $(boot)/Image.gz 89 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 92 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 95 $(Q)$(MAKE) $(build)=$(boot) $@
|
| /Linux-v5.4/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 …]
|
| /Linux-v5.4/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;
|
| /Linux-v5.4/arch/arm64/boot/dts/rockchip/ |
| D | rk3368-geekbox.dts | 72 regulator-boot-on; 129 regulator-boot-on; 137 regulator-boot-on; 145 regulator-boot-on; 151 regulator-boot-on; 159 regulator-boot-on; 167 regulator-boot-on; 175 regulator-boot-on; 182 regulator-boot-on; 190 regulator-boot-on; [all …]
|