diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-10-09 23:50:21 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-10-09 23:50:21 +0000 |
commit | e4e73016d3dfa1a6fb32e879f7e01371d37be3cf (patch) | |
tree | 85fb27d5b00e1246621025052bc8fce56c3a0e62 /share/man | |
parent | 1a0708da5afa3dd08029c231aec73469dfac44f0 (diff) |
add a manual page for psci
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.armv7/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.armv7/psci.4 | 34 |
2 files changed, 36 insertions, 2 deletions
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile index cb2de245577..8e49c71e9a9 100644 --- a/share/man/man4/man4.armv7/Makefile +++ b/share/man/man4/man4.armv7/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2016/10/09 01:40:42 jsg Exp $ +# $OpenBSD: Makefile,v 1.17 2016/10/09 23:50:20 jsg Exp $ MAN= agtimer.4 ampintc.4 amptimer.4 armliicc.4 \ cortex.4 cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 \ imxesdhc.4 imxiic.4 imxtemp.4 \ intc.4 intro.4 \ omap.4 omdog.4 omgpio.4 ommmc.4 ompinmux.4 omwugen.4 \ - plrtc.4 pluart.4 prcm.4 sitaracm.4 \ + plrtc.4 pluart.4 prcm.4 psci.4 sitaracm.4 \ sunxi.4 sxiccmu.4 sxidog.4 sxie.4 sxiintc.4 \ sximmc.4 sxipio.4 sxitimer.4 \ sysreg.4 diff --git a/share/man/man4/man4.armv7/psci.4 b/share/man/man4/man4.armv7/psci.4 new file mode 100644 index 00000000000..e3d24c418ca --- /dev/null +++ b/share/man/man4/man4.armv7/psci.4 @@ -0,0 +1,34 @@ +.\" $OpenBSD: psci.4,v 1.1 2016/10/09 23:50:20 jsg Exp $ +.\" +.\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 9 2016 $ +.Dt PSCI 4 armv7 +.Os +.Sh NAME +.Nm psci +.Nd Power State Coordination Interface +.Sh SYNOPSIS +.Cd "psci* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver handles system reset and power down for systems that conform +to the ARM Power State Coordination Interface specification. +.Sh SEE ALSO +.Rs +.%T Power State Coordination Interface (PSCI) specification +.%N ARM DEN 0022C +.Re |