/linux/scripts/package/ |
H A D | buildtar | 25 mkdir -p -- "${tmpdir}/boot" 33 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then 34 …$MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE… 48 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}" 49 cp -v -- "${KCONFIG_CONFIG}" "${tmpdir}/boot/config-${KERNELRELEASE}" 50 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}" 62 cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}" 65 cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}" 66 …[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRE… 70 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then [all …]
|
/linux/Documentation/arch/powerpc/ |
H A 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 …]
|
H A 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 successfull [all...] |
/linux/Documentation/arch/arm/ |
H A 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/arch/riscv/ |
H A D | Makefile | 145 boot := arch/riscv/boot macro 147 KBUILD_IMAGE := $(boot)/xipImage 150 KBUILD_IMAGE := $(boot)/loader.bin 153 KBUILD_IMAGE := $(boot)/Image.gz 155 KBUILD_IMAGE := $(boot)/vmlinuz.efi 160 boot := arch/riscv/boot macro 161 boot-image-y := Image 162 boot-image-$(CONFIG_KERNEL_BZIP2) := Image.bz2 163 boot-image-$(CONFIG_KERNEL_GZIP) := Image.gz 164 boot-image-$(CONFIG_KERNEL_LZ4) := Image.lz4 [all …]
|
/linux/arch/arm/boot/dts/marvell/ |
H A 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 …]
|
/linux/arch/alpha/ |
H A D | Makefile | 37 # export what is needed by arch/alpha/boot/Makefile 41 boot := arch/alpha/boot macro 44 all boot: $(boot)/vmlinux.gz target 46 $(boot)/vmlinux.gz: vmlinux 47 $(Q)$(MAKE) $(build)=$(boot) $@ 50 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 56 echo '* boot - Compressed kernel image (arch/alpha/boot/vmlinux.gz)' 57 echo ' bootimage - SRM bootable image (arch/alpha/boot/bootimage)' 58 echo ' bootpfile - BOOTP bootable image (arch/alpha/boot/bootpfile)' 59 echo ' bootpzfile - compressed kernel BOOTP image (arch/alpha/boot/bootpzfile)'
|
/linux/arch/xtensa/boot/ |
H A D | Makefile | 2 # arch/xtensa/boot/Makefile 11 # KBUILD_CFLAGS used when building rest of boot (takes effect recursively) 18 # Subdirs for the boot loader(s) 20 boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image 21 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage 22 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage 24 all: $(boot-y) 25 Image: boot-elf 26 zImage: boot-redboot 30 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y)) [all …]
|
/linux/Documentation/devicetree/bindings/nvmem/layouts/ |
H A D | u-boot,env.yaml | 4 $id: http://devicetree.org/schemas/nvmem/layouts/u-boot,env.yaml# 7 title: U-Boot environment variables layout 10 U-Boot uses environment variables to store device parameters and 14 Data is stored using U-Boot specific formats (variant specific header and NUL 33 const: u-boot,env 35 const: u-boot,env-redundant-bool 37 const: u-boot,env-redundant-count 81 label = "u-boot"; 86 compatible = "u-boot,env"; 102 compatible = "brcm,u-boot"; [all …]
|
/linux/Documentation/admin-guide/ |
H A 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 drivers/firmware/efi/libstub/x86-stub.c, 12 arch/arm/boot/compressed/efi-header.S and 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 …]
|
H A D | bootconfig.rst | 6 Boot Configuration 14 The boot configuration expands the current kernel command line to support 21 The boot config syntax is a simple structured key-value. Each key consists 45 The boot config file syntax allows user to merge partially same word keys 63 at boot time. So you can append similar trees or key-values. 151 /proc/bootconfig is a user-space interface of the boot config. 158 Boot Kernel With a Boot Config 161 There are two options to boot the kernel with bootconfig: attaching the 164 Attaching a Boot Config to Initrd 167 Since the boot configuration file is loaded with initrd by default, [all …]
|
/linux/arch/arm/boot/dts/intel/axm/ |
H A 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 …]
|
/linux/arch/s390/include/asm/ |
H A 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/arch/arm64/boot/dts/rockchip/ |
H A D | rk3588-edgeble-neu6a-common.dtsi | 31 regulator-boot-on; 40 regulator-boot-on; 50 regulator-boot-on; 100 regulator-boot-on; 117 regulator-boot-on; 208 regulator-boot-on; 222 regulator-boot-on; 235 regulator-boot-on; 249 regulator-boot-on; 262 regulator-boot-on; [all …]
|
H A D | rk3588-fet3588-c.dtsi | 36 regulator-boot-on; 46 regulator-boot-on; 56 regulator-boot-on; 66 regulator-boot-on; 76 regulator-boot-on; 86 regulator-boot-on; 156 regulator-boot-on; 173 regulator-boot-on; 196 regulator-boot-on; 288 regulator-boot-on; [all …]
|
H A D | rk3588-armsom-lm7.dtsi | 24 regulator-boot-on; 33 regulator-boot-on; 88 regulator-boot-on; 105 regulator-boot-on; 191 regulator-boot-on; 205 regulator-boot-on; 218 regulator-boot-on; 232 regulator-boot-on; 245 regulator-boot-on; 259 regulator-boot-on; [all …]
|
H A D | rk3588-firefly-core-3588j.dtsi | 58 regulator-boot-on; 76 regulator-boot-on; 98 regulator-boot-on; 179 regulator-boot-on; 193 regulator-boot-on; 206 regulator-boot-on; 220 regulator-boot-on; 233 regulator-boot-on; 247 regulator-boot-on; 257 regulator-boot-on; [all …]
|
H A D | rk3588-firefly-icore-3588q.dtsi | 58 regulator-boot-on; 75 regulator-boot-on; 98 regulator-boot-on; 176 regulator-boot-on; 190 regulator-boot-on; 203 regulator-boot-on; 217 regulator-boot-on; 230 regulator-boot-on; 244 regulator-boot-on; 254 regulator-boot-on; [all …]
|
H A D | rk3588-toybrick-x0.dts | 68 regulator-boot-on; 78 regulator-boot-on; 88 regulator-boot-on; 98 regulator-boot-on; 108 regulator-boot-on; 120 regulator-boot-on; 131 regulator-boot-on; 141 regulator-boot-on; 151 regulator-boot-on; 161 regulator-boot-on; [all …]
|
H A D | rk3576-evb1-v10.dts | 97 regulator-boot-on; 105 regulator-boot-on; 115 regulator-boot-on; 125 regulator-boot-on; 145 regulator-boot-on; 156 regulator-boot-on; 165 regulator-boot-on; 180 regulator-boot-on; 189 regulator-boot-on; 199 regulator-boot-on; [all …]
|
H A D | rk3576-armsom-sige5.dts | 63 regulator-boot-on; 71 regulator-boot-on; 81 regulator-boot-on; 91 regulator-boot-on; 101 regulator-boot-on; 111 regulator-boot-on; 132 regulator-boot-on; 142 regulator-boot-on; 153 regulator-boot-on; 163 regulator-boot-on; [all …]
|
/linux/tools/testing/ktest/examples/include/ |
H A 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/Documentation/devicetree/bindings/regulator/ |
H A 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 …]
|
H A 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/arch/arm/boot/dts/rockchip/ |
H A 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 …]
|