| /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 wrapper8 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 …]
 
 | 
| /linux/Documentation/arch/arm/ | 
| H A D | booting.rst | 11 In order to boot ARM Linux, you require a boot loader, which is a small12 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/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/Makefile41 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/Makefile11 # 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 Stub9 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 …]
 
 | 
| /linux/arch/arm/boot/dts/intel/axm/ | 
| H A D | axm5516-cpus.dtsi | 3  * arch/arm/boot/dts/axm5516-cpus.dtsi77 			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 the9  * .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-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-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-evb2-v10.dts | 59 		regulator-boot-on;67 		regulator-boot-on;
 82 		regulator-boot-on;
 92 		regulator-boot-on;
 102 		regulator-boot-on;
 275 				regulator-boot-on;
 290 				regulator-boot-on;
 302 				regulator-boot-on;
 315 				regulator-boot-on;
 329 				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 | rk3588s-evb1-v10.dts | 128 		regulator-boot-on;138 		regulator-boot-on;
 160 		regulator-boot-on;
 172 		regulator-boot-on;
 197 		regulator-boot-on;
 207 		regulator-boot-on;
 217 		regulator-boot-on;
 227 		regulator-boot-on;
 530 				regulator-boot-on;
 544 				regulator-boot-on;
 [all …]
 
 | 
| H A D | rk3576-rock-4d.dts | 71 		regulator-boot-on;80 		regulator-boot-on;
 90 		regulator-boot-on;
 100 		regulator-boot-on;
 110 		regulator-boot-on;
 120 		regulator-boot-on;
 143 		regulator-boot-on;
 153 		regulator-boot-on;
 163 		regulator-boot-on;
 186 		regulator-boot-on;
 [all …]
 
 | 
| H A D | px30-firefly-jd4-core.dtsi | 24 		regulator-boot-on;95 				regulator-boot-on;
 109 				regulator-boot-on;
 120 				regulator-boot-on;
 132 				regulator-boot-on;
 145 				regulator-boot-on;
 158 				regulator-boot-on;
 171 				regulator-boot-on;
 184 				regulator-boot-on;
 197 				regulator-boot-on;
 [all …]
 
 | 
| H A D | rk3588-friendlyelec-cm3588.dtsi | 55 		regulator-boot-on;64 		regulator-boot-on;
 75 		regulator-boot-on;
 86 		regulator-boot-on;
 148 		regulator-boot-on;
 165 		regulator-boot-on;
 186 		regulator-boot-on;
 386 				regulator-boot-on;
 400 				regulator-boot-on;
 413 				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 …]
 
 |