Home
last modified time | relevance | path

Searched +full:reboot +full:- +full:mode (Results 1 – 25 of 249) sorted by relevance

12345678910

/freebsd-src/sys/contrib/device-tree/Bindings/power/reset/
H A Dnvmem-reboot-mode.txt1 NVMEM reboot mode driver
3 This driver gets reboot mode magic value from reboot-mode driver
4 and stores it in a NVMEM cell named "reboot-mode". Then the bootloader
9 - compatible: should be "nvmem-reboot-mode".
10 - nvmem-cells: A phandle to the reboot mode provided by a nvmem device.
11 - nvmem-cell-names: Should be "reboot-mode".
13 The rest of the properties should follow the generic reboot-mode description
14 found in reboot-mode.txt
17 reboot-mode {
18 compatible = "nvmem-reboot-mode";
[all …]
H A Dnvmem-reboot-mode.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/reset/nvmem-reboot-mode.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic NVMEM reboot mode
10 - Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
13 This driver gets the reboot mode magic value from the reboot-mode driver
14 and stores it in the NVMEM cell named "reboot-mode". The bootloader can
19 const: nvmem-reboot-mode
21 nvmem-cells:
[all …]
H A Dsyscon-reboot-mode.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/power/reset/syscon-reboot-mode.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic SYSCON reboot mode driver
10 - Sebastian Reichel <sre@kernel.org>
13 This driver gets reboot mode magic value from reboot-mode driver
17 parental dt-node plus the offset. So the SYSCON reboot-mode node
18 should be represented as a sub-node of a "syscon", "simple-mfd" node.
22 const: syscon-reboot-mode
[all …]
H A Dreboot-mode.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/reset/reboot-mode.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic reboot mode core map
10 - Andy Yan <andy.yan@rock-chips.com>
13 This driver get reboot mode arguments and call the write
18 All mode properties are vendor specific, it is a indication to tell
20 as mode-xxx = <magic> (xxx is mode name, magic should be a non-zero value).
23 - normal: Normal reboot mode, system reboot with command "reboot".
[all …]
H A Dreboot-mode.txt1 Generic reboot mode core map driver
3 This driver get reboot mode arguments and call the write
8 All mode properties are vendor specific, it is a indication to tell
10 as mode-xxx = <magic> (xxx is mode name, magic should be a none-zero value).
13 - mode-normal: Normal reboot mode, system reboot with command "reboot".
14 - mode-recovery: Android Recovery mode, it is a mode to format the device or update a new image.
15 - mode-bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based d…
16 - mode-loader: A bootloader mode, it's a mode used to download image on Rockchip platform,
20 reboot-mode {
21 mode-normal = <BOOT_NORMAL>;
[all …]
H A Dqcom,pon.txt4 and resin along with the Android reboot-mode.
9 -compatible: Must be one of:
10 "qcom,pm8916-pon"
11 "qcom,pms405-pon"
12 "qcom,pm8998-pon"
14 -reg: Specifies the physical address of the pon register
17 -pwrkey: Specifies the subnode pwrkey and should follow the
18 qcom,pm8941-pwrkey.txt description.
19 -resin: Specifies the subnode resin and should follow the
20 qcom,pm8xxx-pwrkey.txt description.
[all …]
H A Dsyscon-reboot.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/reset/syscon-reboot.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
16 mask defined in the reboot node. Default will be little endian mode, 32 bit
18 parental dt-node. So the SYSCON reboot node should be represented as a
19 sub-node of a "syscon", "simple-mfd" node. Though the regmap property
24 const: syscon-reboot
32 description: Offset in the register map for the reboot register (in bytes).
[all …]
H A Dqcom,pon.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vinod Koul <vkoul@kernel.org>
14 and resin along with the Android reboot-mode.
21 - qcom,pm8916-pon
22 - qcom,pm8941-pon
23 - qcom,pms405-pon
24 - qcom,pm8998-pon
25 - qcom,pmk8350-pon
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/
H A Dpmk8550.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/input/input.h>
7 #include <dt-bindings/input/linux-event-codes.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/spmi/spmi.h>
12 reboot-mode {
13 compatible = "nvmem-reboot-mode";
14 nvmem-cells = <&reboot_reason>;
15 nvmem-cell-names = "reboot-mode";
16 mode-recovery = <0x01>;
[all …]
H A Dpmk8350.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/input/input.h>
7 #include <dt-bindings/input/linux-event-codes.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/spmi/spmi.h>
17 reboot-mode {
18 compatible = "nvmem-reboot-mode";
19 nvmem-cells = <&reboot_reason>;
20 nvmem-cell-names = "reboot-mode";
21 mode-recovery = <0x01>;
[all …]
H A Dsa8775p-pmics.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/input/input.h>
7 #include <dt-bindings/spmi/spmi.h>
10 thermal-zones {
11 pmm8654au_0_thermal: pm8775-0-thermal {
12 polling-dela
[all...]
/freebsd-src/sbin/init/
H A Dinit.849 It normally runs the automatic reboot sequence as described in
51 and if this succeeds, begins multi-user operation.
52 If the reboot scripts fail,
54 commences single-user operation by giving
55 the super-user a shell on the console.
60 prevent the system from going multi-user and to instead execute
61 a single-user shell without starting the normal daemons.
63 later be made to go to multi-user by exiting the
64 single-user shell (with ^D).
70 start up command file in fastboot mode (skippin
[all...]
H A Dinit.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
40 #include <sys/reboot.h>
125 static bool Reboot = false; variable
152 char *se_getty_argv_space; /* pre-parsed argument array space */
153 char **se_getty_argv; /* pre-parsed argument array */
155 char *se_window_argv_space; /* pre-parsed argument array space */
156 char **se_window_argv; /* pre-parsed argument array */
217 case '1': /* single-user */ in main()
220 case '6': /* reboot */ in main()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/soc/samsung/
H A Dexynos-pmu.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/soc/samsung/exynos-pmu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
18 - google,gs101-pmu
19 - samsung,exynos3250-pmu
20 - samsung,exynos4210-pmu
21 - samsung,exynos4212-pmu
22 - samsung,exynos4412-pmu
[all …]
/freebsd-src/sys/dev/firmware/xilinx/
H A Dpm_defs.h2 * Copyright (c) 2013-2022, ARM Limited and Contributors. All rights reserved.
4 * SPDX-License-Identifier: BSD-3-Clause
304 * @PMF_SHUTDOWN_TYPE_RESET: reset/reboot
305 * @PMF_SHUTDOWN_TYPE_SETSCOPE_ONLY: set the shutdown/reboot scope
314 * @PMF_SHUTDOWN_SUBTYPE_SUBSYSTEM: shutdown/reboot APU subsystem only
315 * @PMF_SHUTDOWN_SUBTYPE_PS_ONLY: shutdown/reboot entire PS (but not PL)
316 * @PMF_SHUTDOWN_SUBTYPE_SYSTEM: shutdown/reboot entire system
329 * @PM_PLL_PARAM_POST_SRC: Clock source for PLL Bypass mode
352 * @PM_PLL_MODE_INTEGER: PLL is locked in integer mode
353 * @PM_PLL_MODE_FRACTIONAL: PLL is locked in fractional mode
/freebsd-src/sbin/fsck_ffs/
H A Dfsck_ffs.841 .Op Fl m Ar mode
46 In "preen" or "check clean" mode the clean flag of each file system's
50 when they have been mounted read-only, or when
62 .Bl -item -compact -offset indent
72 Counts in the super-block wrong
80 with an abnormal return status and an automatic reboot will then fail.
95 return status that causes an automatic reboot to fail.
97 automatic reboot,
110 number and phase-specific progress information.
138 .Bl -tag -width indent
[all …]
/freebsd-src/share/doc/smm/01.setup/
H A D6.t33 Procedures described here are used periodically, to reboot the system,
38 In a normal reboot, the system checks the disks and comes up multi-user
40 Such a reboot
42 This will leave the system in single-user mode, with only the console
46 you must enter the root password to bring the machine to single-user mode.)
48 and then to return to single-user mode by signaling
52 To bring the system up to a multi-user configuration from the single-user
57 a multi-user restart script (and
68 ``fsck \-p'' or force a reboot with
69 .Xr reboot (8)
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/sram/
H A Dqcom,imem.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd-src/sbin/shutdown/
H A Dshutdown.848 .Op Ar warning-message ...
53 utility provides an automated shutdown procedure for super-users
63 .Bl -tag -width indent
91 system multi-user with logins disabled (for all but super-user).
104 .Xr reboot 8
115 .Xr reboot 8 .
121 .Ar warning-message
128 may be the case-insensitiv
[all...]
/freebsd-src/stand/i386/btx/btx/
H A Dbtx.S24 .set MEM_ESPR,0x5e00 # Real mode stack
44 .set PSL_VM,0x00020000 # Virtual 8086 mode flag
51 .set SEL_RCODE,0x18 # Real mode code
52 .set SEL_RDATA,0x20 # Real mode data
92 .set SCR_MAT,0x7 # Mode/attribute
99 .set BDA_SCR,0x449 # Video mode
106 .set _TSSIO,MEM_MAP-MEM_TSS # TSS I/O base
107 .set _TSSLM,MEM_TSS_END-MEM_TSS # TSS limit
108 .set _IDTLM,MEM_TSS-MEM_IDT-1 # IDT limit
124 .word PAG_CNT-MEM_ORG>>0xc # Paging control
[all …]
/freebsd-src/sys/contrib/xen/
H A Dkexec.h2 * kexec.h - Public portion
23 * - Simon 'Horms' Horman <horms@verge.net.au>
24 * - Magnus Damm <magnus@valinux.co.jp>
33 * Kexec under vanilla Linux allows a user to reboot the physical machine
34 * into a new user-specified kernel. The Xen port extends this idea
36 * is used to reboot, both the hypervisor and the domains get replaced
45 * address information. This information is needed to allow kexec-tools
49 * There are no big surprises here, the kexec binary from kexec-tools
70 * @args == Operation-specific extra arguments (NULL if none).
75 * - kexec into a regular kernel, very similar to a standard reboot
[all …]
/freebsd-src/usr.sbin/bsdconfig/security/include/
H A Dsecurelevel.hlp4 root user in multi-user mode, which in turn may limit the effects of
8 -1 Permanently insecure mode - always run the system in level 0
9 mode. This is the default initial value.
11 0 Insecure mode - immutable and append-only flags may be turned
15 1 Secure mode - the system immutable and system append-only
21 2 Highly secure mode - same as secure mode, plus disks may not
25 system is multi-user.
32 3 Network secure mode - same as highly secure mode, plus IP
40 the securelevel variable upon reboot.
/freebsd-src/share/man/man8/
H A Drc.836 .Nd command scripts for auto-reboot and daemon startup
97 .Bl -enum
111 is started up after exiting the single-user shell.
130 (only allow vnet-enabled jails) to the list of KEYWORDS to skip in
173 Re-run
188 .Va ${firstboot_sentinel}-reboot
189 also exists (because it was created by a script), then delete it and reboot.
192 .Bl -enu
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi6220-hikey.dts1 // SPDX-License-Identifier: GPL-2.0
9 /dts-v1/;
11 #include "hikey-pinctrl.dtsi"
12 #include <dt-bindings/gpio/gpio.h>
16 compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220";
26 stdout-path = "serial3:115200n8";
32 * 0x05e0,0000 - 0x05ef,ffff: MCU firmware runtime using
33 * 0x05f0,1000 -
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-phytec-phycore-som.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/regulator/dlg,da9063-regulator.h>
26 compatible = "gpio-leds";
27 pinctrl-names = "default";
28 pinctrl-0 = <&pinctrl_gpioleds_som>;
30 som-led-green {
33 linux,default-trigger = "heartbeat";
39 pinctrl-names = "default";
40 pinctrl-0 = <&pinctrl_ecspi1>;
[all …]

12345678910