/Linux-v4.19/drivers/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-v4.19/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-v4.19/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 46 KBUILD_IMAGE := $(boot)/zImage 51 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 54 $(Q)$(MAKE) $(clean)=$(boot)
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | mmp2-brownstone.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; 81 regulator-boot-on; 87 regulator-boot-on; 93 regulator-boot-on; 99 regulator-boot-on; [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 | axm5516-cpus.dtsi | 2 * 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 …]
|
D | pxa910-dkb.dts | 48 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 …]
|
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 | 27 regulator-boot-on; 37 regulator-boot-on; 48 regulator-boot-on; 160 regulator-boot-on; 169 regulator-boot-on; 179 regulator-boot-on; 188 regulator-boot-on; 197 regulator-boot-on; 212 regulator-boot-on; 221 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; 192 regulator-boot-on; 203 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-v4.19/scripts/package/ |
D | mkspec | 84 mkdir -p %{buildroot}/boot 86 mkdir -p %{buildroot}/boot/efi 87 cp \$(make image_name) %{buildroot}/boot/efi/vmlinuz-$KERNELRELEASE 88 ln -s efi/vmlinuz-$KERNELRELEASE %{buildroot}/boot/ 90 cp \$(make image_name) %{buildroot}/boot/vmlinuz-$KERNELRELEASE 94 cp System.map %{buildroot}/boot/System.map-$KERNELRELEASE 95 cp .config %{buildroot}/boot/config-$KERNELRELEASE 97 mv vmlinux.bz2 %{buildroot}/boot/vmlinux-$KERNELRELEASE.bz2 110 …if [ -x /sbin/installkernel -a -r /boot/vmlinuz-$KERNELRELEASE -a -r /boot/System.map-$KERNELRELEA… 111 cp /boot/vmlinuz-$KERNELRELEASE /boot/.vmlinuz-$KERNELRELEASE-rpm [all …]
|
/Linux-v4.19/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-v4.19/arch/arm64/ |
D | Makefile | 114 boot := arch/arm64/boot macro 115 KBUILD_IMAGE := $(boot)/Image.gz 122 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 125 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 128 $(Q)$(MAKE) $(build)=$(boot) $@ 131 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ 136 $(Q)$(MAKE) $(build)=$(boot)/dts 139 $(Q)$(MAKE) $(dtbinst)=$(boot)/dts 147 $(Q)$(MAKE) $(clean)=$(boot) 148 $(Q)$(MAKE) $(clean)=$(boot)/dts
|
/Linux-v4.19/arch/c6x/ |
D | Makefile | 37 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)
|
/Linux-v4.19/Documentation/arm/ |
D | Booting | 9 In order to boot ARM Linux, you require a boot loader, which is a small 10 program that runs before the main kernel. The boot loader is expected 14 Essentially, the boot loader should provide (as a minimum) the 28 Existing boot loaders: MANDATORY 29 New boot loaders: MANDATORY 31 The boot loader is expected to find and initialise all RAM that the 35 the RAM in the machine, or any other method the boot loader designer 42 Existing boot loaders: OPTIONAL, RECOMMENDED 43 New boot loaders: OPTIONAL, RECOMMENDED 45 The boot loader should initialise and enable one serial port on the [all …]
|
/Linux-v4.19/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 | 43 regulator-boot-on; 51 regulator-boot-on; 58 regulator-boot-on; 65 regulator-boot-on; 72 regulator-boot-on; 89 regulator-boot-on; 94 regulator-boot-on; 144 regulator-boot-on; 152 regulator-boot-on; 159 regulator-boot-on; [all …]
|
/Linux-v4.19/Documentation/arm/Samsung/ |
D | Bootloader-interface.txt | 1 Interface between kernel and boot loaders on Exynos boards 8 and boot loaders on Samsung Exynos based boards. This is not a definition 12 In the document "boot loader" means any of following: U-boot, proprietary 24 0x1c exynos4_secondary_startup Secondary CPU boot 25 0x1c + 4*cpu exynos4_secondary_startup (Exynos4412) Secondary CPU boot 36 0x00 exynos4_secondary_startup Secondary CPU boot 37 0x04 exynos4_secondary_startup (Exynos542x) Secondary CPU boot 38 4*cpu exynos4_secondary_startup (Exynos4412) Secondary CPU boot 49 0x0814 exynos4_secondary_startup (Exynos4210 r1.1) Secondary CPU boot 59 0x0908 Non-zero Secondary CPU boot up indicator
|
/Linux-v4.19/arch/arc/ |
D | Makefile | 76 core-y += arch/arc/boot/dts/ 92 boot := arch/arc/boot macro 95 KBUILD_IMAGE := $(boot)/bootpImage 103 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 106 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ 109 $(Q)$(MAKE) $(build)=$(boot)/dts 112 $(Q)$(MAKE) $(clean)=$(boot)
|
/Linux-v4.19/Documentation/ |
D | efi-stub.txt | 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-v4.19/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-v4.19/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-v4.19/arch/mips/ |
D | Makefile | 16 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs 337 boot-y := vmlinux.bin 338 boot-y += vmlinux.ecoff 339 boot-y += vmlinux.srec 341 boot-y += uImage 342 boot-y += uImage.bin 343 boot-y += uImage.bz2 344 boot-y += uImage.gz 345 boot-y += uImage.lzma 346 boot-y += uImage.lzo [all …]
|