Home
last modified time | relevance | path

Searched full:boot (Results 1 – 25 of 5081) sorted by relevance

12345678910>>...204

/kernel/linux/linux-4.19/drivers/isdn/hysdn/
Dhysdn_boot.c29 /* 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 …]
/kernel/linux/linux-4.19/scripts/package/
Dbuildtar53 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 …]
Dmkspec84 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 …]
/kernel/linux/linux-5.10/scripts/package/
Dbuildtar53 mkdir -p -- "${tmpdir}/boot"
54 dirs=boot
62 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
63 …$MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE…
80 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}"
81 cp -v -- "${KCONFIG_CONFIG}" "${tmpdir}/boot/config-${KERNELRELEASE}"
82 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
90 …[ -f "${objtree}/arch/x86/boot/bzImage" ] && cp -v -- "${objtree}/arch/x86/boot/bzImage" "${tmpdir…
93 …[ -f "${objtree}/arch/alpha/boot/vmlinux.gz" ] && cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz"…
96 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
[all …]
Dmkspec85 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 …]
/kernel/linux/linux-4.19/Documentation/powerpc/
Dbootwrapper.txt1 The PowerPC boot wrapper
6 a boot wrapper to make it usable by the system firmware. There is no
7 standard PowerPC firmware interface, so the boot wrapper is designed to
10 The boot wrapper can be found in the arch/powerpc/boot/ directory. The
15 others. U-Boot is typically found on embedded PowerPC hardware, but there
19 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and
20 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target
25 U-Boot (for versions that don't understand the device
27 the image. The boot wrapper, kernel and device tree
28 are all embedded inside the U-Boot uImage file format
[all …]
/kernel/linux/linux-4.19/Documentation/arm/
DBooting9 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 …]
/kernel/linux/linux-5.10/Documentation/powerpc/
Dbootwrapper.rst2 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 …]
/kernel/linux/linux-5.10/Documentation/arm/
Dbooting.rst11 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-4.19/Documentation/x86/
Dboot.txt1 THE LINUX/x86 BOOT PROTOCOL
4 On the x86 platform, the Linux kernel uses a rather complicated boot
11 Currently, the following versions of the Linux/x86 boot protocol exist.
18 boot loader and the kernel. setup.S made relocatable,
40 the boot command line.
42 Protocol 2.07: (Kernel 2.6.24) Added paravirtualised boot protocol.
55 pref_address fields. Added extended boot loader IDs.
78 | Kernel boot sector | The kernel legacy boot sector.
82 | Boot loader | <- Boot sector entry point 0000:7C00
93 0x100000 ("high memory"), and the kernel real-mode block (boot sector,
[all …]
/kernel/linux/linux-4.19/arch/xtensa/boot/
DMakefile2 # 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 …]
/kernel/linux/linux-5.10/arch/xtensa/boot/
DMakefile2 # 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
23 # Subdirs for the boot loader(s)
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
[all …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Dmmp2-brownstone.dts45 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 …]
Daxm5516-cpus.dtsi2 * 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 …]
Dimx53-qsrb.dts38 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 …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dmmp2-brownstone.dts43 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 …]
Daxm5516-cpus.dtsi3 * 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 …]
Dimx53-qsrb.dts38 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 …]
/kernel/linux/linux-4.19/Documentation/
Defi-stub.txt2 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 …]
/kernel/linux/linux-5.10/arch/alpha/
DMakefile46 # 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 …]
/kernel/linux/linux-4.19/arch/alpha/
DMakefile46 # 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)
65 echo '* boot - Compressed kernel image (arch/alpha/boot/vmlinux.gz)'
66 echo ' bootimage - SRM bootable image (arch/alpha/boot/bootimage)'
67 echo ' bootpfile - BOOTP bootable image (arch/alpha/boot/bootpfile)'
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Defi-stub.rst2 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 …]
/kernel/linux/linux-4.19/arch/unicore32/
D.gitignore10 # 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
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dvmlinux.lds.h5 * .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*))) \
/kernel/linux/linux-5.10/Documentation/x86/
Dboot.rst4 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.
74 (x86/boot: Add ACPI RSDP address to setup_header)
86 features to the boot loader. Due to very limited space available in
89 communicate things to the boot loader is the kernel_info.
[all …]

12345678910>>...204