/freebsd-src/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | syscon-reboot-mode.yaml | 1 # 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 D | syscon-reboot.yaml | 1 # 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> 15 defined by the SYSCON register map base plus the offset with the value and 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 [all …]
|
/freebsd-src/sys/dev/syscon/ |
H A D | syscon_power.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 32 * https://www.kernel.org/doc/Documentation/devicetree/bindings/power/reset/syscon-poweroff.txt 33 * https://www.kernel.org/doc/Documentation/devicetree/bindings/power/reset/syscon-reboot.txt 42 #include <sys/reboot.h> 55 uint32_t offset; member 58 bool reboot; member 69 if (sc->reboot) in syscon_power_shutdown_final() 75 SYSCON_MODIFY_4(sc->regmap, sc->offset, sc->mask, in syscon_power_shutdown_final() 76 sc->value & sc->mask); in syscon_power_shutdown_final() [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/arm/hisilicon/controller/ |
H A D | sysctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Wei Xu <xuwei5@hisilicon.com> 14 used to assist the slave core startup, reboot the system, etc. 19 offset. In addition, the HiP01 system controller has some specific control 23 Hisilicon system controller --> hisilicon,sysctrl 24 HiP01 system controller --> hisilicon,hip01-sysctrl 25 Hi6220 system controller --> hisilicon,hi6220-sysctrl 26 Hi3519 system controller --> hisilicon,hi3519-sysctrl [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/arm/bcm/ |
H A D | brcm,bcm63138.txt | 1 Broadcom BCM63138 DSL System-on-a-Chip device tree bindings 2 ----------------------------------------------------------- 4 Boards compatible with the BCM63138 DSL System-on-a-Chip should have the 13 defined in reset/brcm,bcm63138-pmb.txt for this secondary CPU, and an 14 'enable-method' property. 17 - compatible: should be "brcm,bcm63138-bootlut" 18 - reg: register base address and length for the Boot Lookup table 21 - enable-method: should be "brcm,bcm63138" 24 - enable-method: should be "brcm,bcm63138" 25 - resets: phandle to the relevant PMB controller, one integer indicating the internal [all …]
|
H A D | brcm,brcmstb.txt | 2 ----------------------------------------------- 3 Boards with Broadcom Brahma15 ARM-based BCMxxxx (generally BCM7xxx variants) 7 - compatible: "brcm,bcm<chip_id>", "brcm,brcmstb" 11 #address-cells = <2>; 12 #size-cells = <2>; 16 Further, syscon nodes that map platform-specific registers used for general 19 - compatible: "brcm,bcm<chip_id>-sun-top-ctrl", "syscon" 20 - compatible: "brcm,bcm<chip_id>-cpu-biu-ctrl", 21 "brcm,brcmstb-cpu-biu-ctrl", 23 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon" [all …]
|
/freebsd-src/share/man/man9/ |
H A D | kern_reboot.9 | 3 .\" SPDX-License-Identifier: BSD-4-Clause 48 .Nd reboot, halt, or power off the system 71 .Bl -tag -compact -offset indent -width "RB_POWERCYCLE" 73 Halt the system in-place rather than restarting. 77 Request a power-cycle in addition to restarting. 87 .Xr reboot 2 . 91 .Bl -enum -offset indent 97 indicating that the reboot process has begun and cannot be stopped. 126 As a last resort, if none of the shutdown hooks handled the reboot, call the 127 machine-dependent [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos-syscon-restart.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Samsung's Exynos SoC syscon reboot/poweroff nodes common definition. 7 poweroff: syscon-poweroff { 8 compatible = "syscon-poweroff"; 10 offset = <0x330c>; /* PS_HOLD_CONTROL */ 14 reboot: syscon-reboot { label 15 compatible = "syscon-reboot"; 17 offset = <0x0400>; /* SWRESET */
|
/freebsd-src/sys/contrib/device-tree/Bindings/soc/loongson/ |
H A D | loongson,ls2k-pmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/loongson/loongson,ls2k-pmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson-2 Power Manager controller 10 - Yinbo Zhu <zhuyinbo@loongson.cn> 15 - items: 16 - const: loongson,ls2k0500-pmc 17 - const: syscon 18 - items: [all …]
|
/freebsd-src/sbin/reboot/ |
H A D | reboot.8 | 32 .Nm reboot , 73 .Bl -tag -width indent 77 will halt or reboot normally, depending on whether 117 This is a one-shot option, the 121 .Nm reboot 130 The halt or reboot is 141 The file system cache is not flushed during the initial process clean-up, 143 .Xr reboot 2 146 .Dq best-effort 147 reboot when devices might be unavailable. [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/mfd/ |
H A D | ti,nspire-misc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/ 4 --- 5 $id: http://devicetree.org/schemas/mfd/ti,nspire-misc.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Andrew Davis <afd@ti.com> 22 - enum: 23 - ti,nspire-misc 24 - const: syscon 25 - const: simple-mfd [all …]
|
H A D | canaan,k210-sysctl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/canaan,k210-sysct [all...] |
/freebsd-src/usr.bin/who/ |
H A D | who.1 | 47 .Bl -tag -width indent 52 the last system reboot. 54 Write the time and date of the last system reboot. 70 .Bl -tag -width 1n -compact 99 .Pa /var/log/utx.log.[0-6] 133 .Bl -tag -width /var/log/utx.log.[0-6] -compact 136 .It Pa /var/log/utx.log.[0-6] 139 .Ex -std 142 .Bd -literal -offset indent 143 $ who -q [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/arm/hisilicon/ |
H A D | hisilicon.txt | 2 ---------------------------------------------------- 5 - compatible = "hisilicon,hi3660"; 9 - compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660"; 13 - compatible = "hisilicon,hi3670"; 17 - compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670"; 21 - compatible = "hisilicon,hi3798cv200"; 25 - compatible = "hisilicon,hi3798cv200-poplar", "hisilicon,hi3798cv200"; 29 - compatible = "hisilicon,hi3620-hi4511"; 33 - compatible = "hisilicon,hi6220"; 37 - compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220"; [all …]
|
/freebsd-src/sbin/shutdown/ |
H A D | shutdown.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 81 static time_t offset, shuttime; 108 errx(1, "NOT super-user"); in main() 117 * "poweroff", for which it runs 'shutdown -p now'. in main() 124 if (getopt(argc, argv, "") != -1) in main() 126 argc - in main() 80 static time_t offset, shuttime; global() variable [all...] |
H A D | shutdown.8 | 48 .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/usr.sbin/watchdogd/ |
H A D | watchdogd.8 | 3 .\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org> 37 .Op Fl -debug 38 .Op Fl -softtimeout 39 .Op Fl -softtimeout-action Ar action 40 .Op Fl -pretimeout Ar timeout 41 .Op Fl -pretimeout-action Ar action 73 argument 'dry-run' will cause watchdog not to arm the system watchdog and 76 reboot if there are problems with the script. 111 with a non-zero value protects against lockup during a reboot by 112 triggering a hardware reset if the software reboot doesn't complete [all …]
|
/freebsd-src/share/man/man8/ |
H A D | rc.8 | 36 .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...] |
H A D | crash.8 | 44 .Bl -diag -offset indent 51 and then invokes an automatic reboot procedure as 53 .Xr reboot 8 . 56 will then resume multi-user operations. 62 the error, or a two-word description of the inconsistency. 73 .Bl -diag -compact 118 .\" .Bl -column xxxx -offset indent 142 .\" (see the 68020 manual, page 6-17) 145 .\" Additionally, the kernel will dump about a screenful of semi-useful 160 .\" VAX-like [all …]
|
/freebsd-src/usr.bin/last/ |
H A D | last.1 | 36 .Op Fl -libxo 72 .Bl -tag -width indent-two 73 .It Fl -libxo 103 .Bl -tag -width Ds -compact -offset indent 160 .Dq Li "last -t 03" 163 .Dq Li "last -t tty03" . 175 .Dq Li "last root -t console" 185 The pseudo-user 186 .Ar reboot 188 .Dq Li last reboot [all …]
|
/freebsd-src/share/man/man4/man4.arm/ |
H A D | imx6_snvs.4 | 31 .Nd device driver for the NXP i.MX6 on-chip Realtime Clock 36 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 50 support for the i.MX6 on-chip realtime clock. 55 stands for Secure Non-Volatile Storage, and refers to the subsystem 58 The on-chip realtime clock is part of that subsystem. 66 is able to provide a very accurate time following a reboot, but cannot 70 Doing so allows SNVS to provide accurate time after a reboot, while the
|
/freebsd-src/share/man/man7/ |
H A D | development.7 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 43 .Lk https://docs.FreeBSD.org/en/books/fdp-primer/ 50 .Lk https://docs.FreeBSD.org/en/books/porters-handbook/ 59 .Lk https://docs.freebsd.org/en/articles/committers-guide/ 62 src development takes place in the project-hosted 71 There is also a list of public, read-onl [all...] |
/freebsd-src/sys/contrib/device-tree/src/mips/brcm/ |
H A D | bcm3368.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "dt-bindings/clock/bcm3368-clock.h" 6 #address-cells = <1>; 7 #size-cells = <1>; 11 #address-cells = <1>; 12 #size-cells = <0>; 14 mips-hpt-frequency = <150000000>; 30 periph_clk: periph-clk { 31 compatible = "fixed-clock"; 32 #clock-cells = <0>; [all …]
|
/freebsd-src/sbin/fsck_ffs/ |
H A D | fsck_ffs.8 | 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 171 .Bl -tag -width indent 177 The file system supports 32-bit uid's and gid's, [all …]
|
/freebsd-src/sys/contrib/device-tree/src/mips/mti/ |
H A D | sead3.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 8 #include <dt-bindings/interrupt-controller/mips-gic.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 13 compatible = "mti,sead-3"; 14 model = "MIPS SEAD-3"; 17 stdout-path = "serial1:115200"; 36 cpu_intc: interrupt-controller { 37 compatible = "mti,cpu-interrupt-controller"; [all …]
|