/Linux-v5.4/drivers/staging/isdn/hysdn/ |
D | hysdn_boot.c | 29 /* definition of boot specific data area. This data is only */ 30 /* needed during boot and so allocated dynamically. */ 57 StartDecryption(struct boot_data *boot) in StartDecryption() argument 59 boot->Cryptor = CRYPT_STARTTERM; in StartDecryption() 65 /* NOTE: decryption must be applied to all or none boot tags - */ 66 /* to HI and LO boot loader and (all) seq tags, because */ 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() [all …]
|
/Linux-v5.4/scripts/package/ |
D | buildtar | 53 mkdir -p -- "${tmpdir}/boot" 54 dirs=boot 68 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}" 69 cp -v -- "${KCONFIG_CONFIG}" "${tmpdir}/boot/config-${KERNELRELEASE}" 70 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}" 78 …[ -f "${objtree}/arch/x86/boot/bzImage" ] && cp -v -- "${objtree}/arch/x86/boot/bzImage" "${tmpdir… 81 …[ -f "${objtree}/arch/alpha/boot/vmlinux.gz" ] && cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz"… 84 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}" 85 …[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRE… 88 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then [all …]
|
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/Documentation/powerpc/ |
D | bootwrapper.rst | 2 The PowerPC boot wrapper 8 a boot wrapper to make it usable by the system firmware. There is no 9 standard PowerPC firmware interface, so the boot wrapper is designed to 12 The boot wrapper can be found in the arch/powerpc/boot/ directory. The 17 others. U-Boot is typically found on embedded PowerPC hardware, but there 21 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and 22 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target 28 U-Boot (for versions that don't understand the device 30 the image. The boot wrapper, kernel and device tree 31 are all embedded inside the U-Boot uImage file format [all …]
|
D | firmware-assisted-dump.rst | 23 - Once enabled through kernel boot parameter, FADump can be 47 kernel during early boot. 50 low memory regions (boot memory) from source to destination area. 54 The term 'boot memory' means size of the low memory chunk 55 that is required for a kernel to boot successfully when 56 booted with restricted memory. By default, the boot memory 58 Alternatively, user can also specify boot memory size 59 through boot parameter 'crashkernel=' which will override 61 boot memory size is not sufficient for second kernel to 62 boot successfully. For syntax of crashkernel= parameter, [all …]
|
/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/arch/xtensa/boot/ |
D | Makefile | 2 # arch/xtensa/boot/Makefile 11 # KBUILD_CFLAGS used when building rest of boot (takes effect recursively) 12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include 13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include 22 # Subdirs for the boot loader(s) 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 [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 | 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 …]
|
/Linux-v5.4/arch/alpha/ |
D | Makefile | 46 # export what is needed by arch/alpha/boot/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) 68 echo '* boot - Compressed kernel image (arch/alpha/boot/vmlinux.gz)' 69 echo ' bootimage - SRM bootable image (arch/alpha/boot/bootimage)' 70 echo ' bootpfile - BOOTP bootable image (arch/alpha/boot/bootpfile)' [all …]
|
/Linux-v5.4/Documentation/admin-guide/ |
D | efi-stub.rst | 2 The EFI Boot Stub 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. [all …]
|
/Linux-v5.4/Documentation/x86/ |
D | boot.rst | 4 The Linux/x86 Boot Protocol 7 On the x86 platform, the Linux kernel uses a rather complicated boot 14 Currently, the following versions of the Linux/x86 boot protocol exist. 22 boot loader and the kernel. setup.S made relocatable, 44 the boot command line. 46 Protocol 2.07 (Kernel 2.6.24) Added paravirtualised boot protocol. 59 pref_address fields. Added extended boot loader IDs. 89 | Kernel boot sector | The kernel legacy boot sector. 93 | Boot loader | <- Boot sector entry point 0000:7C00 103 0x100000 ("high memory"), and the kernel real-mode block (boot sector, [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) 56 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)' 57 echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)' 58 echo ' uImage - U-Boot wrapped zImage'
|
/Linux-v5.4/arch/s390/include/asm/ |
D | vmlinux.lds.h | 5 * .boot.data section is shared between the decompressor code and the 9 * .boot.data variables are kept in separate .boot.data.<var name> sections, 11 * into single .boot.data section. This way big holes cased by page aligned 16 .boot.data : { \ 18 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.boot.data*))) \ 23 * .boot.preserved.data is similar to .boot.data, but it is not part of the 29 .boot.preserved.data : { \ 31 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.boot.preserved.data*))) \
|
/Linux-v5.4/tools/testing/ktest/examples/include/ |
D | tests.conf | 4 # The variable TEST can be of boot, build, randconfig, or test. 10 # what test to run after a successful boot. The TEST option is 15 # variable that tells this config what type of boot test to run. 31 # If TEST is set to 'boot' then just build a kernel and boot 33 TEST_START IF ${TEST} == boot 34 TEST_TYPE = boot 47 # Build, install, boot and test with a randconfg 10 times. 51 # boot your box. This version of the test requires a min 60 # This is the same as above, but only tests to a boot prompt. 64 TEST_TYPE = boot
|
/Linux-v5.4/Documentation/devicetree/bindings/regulator/ |
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 | 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 …]
|
/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) 57 @echo ' vmlinux.bin - Binary kernel image (arch/$(ARCH)/boot/vmlinux.bin)' 58 @echo ' dtbImage.<dt> - ELF image with $(arch)/boot/dts/<dt>.dts linked in'
|
/Linux-v5.4/arch/microblaze/ |
D | Makefile | 63 boot := arch/microblaze/boot macro 68 core-y += $(boot)/dts/ 80 $(Q)$(MAKE) $(clean)=$(boot) 89 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 90 @echo 'Kernel: $(boot)/$@ is ready' ' (#'`cat .version`')' 94 $(Q)$(MAKE) $(build)=$(boot) $(addprefix $(boot)/$@., ub unstrip strip) 95 @echo 'Kernel: $(boot)/$@ is ready' ' (#'`cat .version`')' 100 echo ' linux.bin.ub - Create U-Boot wrapped raw binary' 103 echo ' simpleImage.<dt>.ub : raw image with U-Boot header' 109 echo ' name of a dts file from the arch/microblaze/boot/dts/ directory' [all …]
|
/Linux-v5.4/arch/sparc/ |
D | Makefile | 70 boot := arch/sparc/boot macro 76 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 79 $(Q)$(MAKE) $(build)=$(boot) $@ 82 $(Q)$(MAKE) $(clean)=$(boot) 92 KBUILD_IMAGE := $(boot)/zImage 97 echo '* image - kernel image ($(boot)/image)' 98 echo '* zImage - stripped kernel image ($(boot)/zImage)' 99 echo ' uImage - U-Boot SPARC32 Image (only for LEON)' 105 echo '* zImage - stripped and compressed sparc64 kernel ($(boot)/zImage)'
|