Home
last modified time | relevance | path

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

12345678910>>...128

/linux/scripts/package/
H A Dbuildtar25 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 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 …]
H A Dfirmware-assisted-dump.rst23 - 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/Documentation/arch/arm/
H A 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 …]
/linux/arch/riscv/
H A DMakefile145 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 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 …]
/linux/arch/alpha/
H A DMakefile37 # 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 DMakefile2 # 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 Du-boot,env.yaml4 $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 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 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 Dbootconfig.rst6 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 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 …]
/linux/arch/s390/include/asm/
H A 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*))) \
/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.h27 * Request that a specific boot action be taken at the next soft
28 * reset. By default, the boot action is set by external chip pins,
29 * which are sampled on hard reset. Note that the boot action
38 * Return the specific boot action which will be taken at the next
45 * Request that a specific boot action be taken at the soft reset
46 * after the next soft reset. For a specified valid boot mode, the
60 * Return the specific boot action which will be taken at the soft
69 * version of secure boot fuse keys left should be returned.
102 * SMC function ID to set the ARM boot state to up
119 #define MLXBF_BOOTCTL_EXTERNAL 0 /* Not boot from eMMC */
[all …]
/linux/tools/testing/ktest/examples/include/
H A Dtests.conf4 # 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 Dpv88060.txt32 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 Dtps65090.txt54 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 Drk3288-evb-rk808.dts42 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 …]
/linux/arch/arm64/boot/dts/rockchip/
H A Dpx30-firefly-jd4-core.dtsi24 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 Drk3588-friendlyelec-cm3588.dtsi55 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;
378 regulator-boot-on;
392 regulator-boot-on;
405 regulator-boot-on;
[all …]
H A Drk3399-evb.dts85 regulator-boot-on;
93 regulator-boot-on;
102 regulator-boot-on;
121 regulator-boot-on;
128 regulator-boot-on;
206 regulator-boot-on;
219 regulator-boot-on;
228 regulator-boot-on;
239 regulator-boot-on;
251 regulator-boot-on;
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A Drockchip,rk806.yaml161 regulator-boot-on;
173 regulator-boot-on;
185 regulator-boot-on;
198 regulator-boot-on;
210 regulator-boot-on;
222 regulator-boot-on;
234 regulator-boot-on;
247 regulator-boot-on;
259 regulator-boot-on;
268 regulator-boot-on;
[all …]
/linux/arch/mips/
H A DMakefile19 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
362 # boot image targets (arch/mips/boot/)
363 boot-y := vmlinux.bin
364 boot-y += vmlinux.ecoff
365 boot-y += vmlinux.srec
366 boot-y += uImage
367 boot-y += uImage.bin
368 boot-y += uImage.bz2
369 boot
[all...]
/linux/arch/microblaze/
H A DMakefile53 boot := arch/microblaze/boot macro
69 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
70 @echo 'Kernel: $(boot)/$@ is ready' ' (#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')'
74 $(Q)$(MAKE) $(build)=$(boot) $(addprefix $(boot)/$@., ub unstrip strip)
75 @echo 'Kernel: $(boot)/$@ is ready' ' (#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')'
80 echo ' linux.bin.ub - Create U-Boot wrapped raw binary'
83 echo ' simpleImage.<dt>.ub : raw image with U-Boot header'
89 echo ' name of a dts file from the arch/microblaze/boot/dts/ directory'
93 MRPROPER_FILES += $(boot)/simpleImage.*
/linux/arch/arm/boot/dts/nxp/imx/
H A De70k02.dtsi157 regulator-boot-on;
170 regulator-boot-on;
184 regulator-boot-on;
199 regulator-boot-on;
214 regulator-boot-on;
225 regulator-boot-on;
232 regulator-boot-on;
245 regulator-boot-on;
250 regulator-boot-on;
257 regulator-boot-on;
[all …]

12345678910>>...128