diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-09-01 19:32:49 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-09-01 19:32:49 +0000 |
commit | eeef1e65cb96a34c618456844ac35b895f0933d1 (patch) | |
tree | a7587483d803f05e7c26173fb83cc41c8263161b /share/man/man4 | |
parent | 0b6946c9308f5619cd6d263b45390b82e634a49b (diff) |
For AMD SEV mention platform security processor in ccp(4) map page.
from hshoexer@; input jsg@; ok mlarkin@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/ccp.4 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man4/ccp.4 b/share/man/man4/ccp.4 index 942312f8bcd..eb957767c38 100644 --- a/share/man/man4/ccp.4 +++ b/share/man/man4/ccp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ccp.4,v 1.4 2019/04/23 20:23:36 jmc Exp $ +.\" $OpenBSD: ccp.4,v 1.5 2024/09/01 19:32:48 bluhm Exp $ .\" .\" Copyright (c) 2018 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 23 2019 $ +.Dd $Mdocdate: September 1 2024 $ .Dt CCP 4 .Os .Sh NAME @@ -33,6 +33,12 @@ The .Nm driver supports feeding output of the random number generator into the kernel entropy pool. +.Pp +On amd64 +.Nm +provides +.Xr ioctl 2 +access to the platform security processor (PSP). .Sh SEE ALSO .Xr intro 4 , .Xr random 4 , @@ -48,3 +54,5 @@ The .Nm driver was written by .An David Gwynne Aq Mt dlg@openbsd.org . +PSP support was implemented by +.An Hans-Joerg Hoexer Aq Mt hshoexer@genua.de . |