From: jsg Date: Fri, 18 Jun 2021 04:29:09 +0000 (+0000) Subject: initial plic(4) sfcc(4) sfclock(4) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f0ad273a61a05ef41617b21a104365b406d38a36;p=openbsd initial plic(4) sfcc(4) sfclock(4) --- diff --git a/share/man/man4/man4.riscv64/Makefile b/share/man/man4/man4.riscv64/Makefile index 275d66fdc2d..6f7731b49a9 100644 --- a/share/man/man4/man4.riscv64/Makefile +++ b/share/man/man4/man4.riscv64/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2021/06/13 02:45:23 jsg Exp $ +# $OpenBSD: Makefile,v 1.2 2021/06/18 04:29:09 jsg Exp $ -MAN= sfuart.4 +MAN= plic.4 sfcc.4 sfclock.4 sfuart.4 MANSUBDIR=riscv64 diff --git a/share/man/man4/man4.riscv64/plic.4 b/share/man/man4/man4.riscv64/plic.4 new file mode 100644 index 00000000000..7a339ea4c06 --- /dev/null +++ b/share/man/man4/man4.riscv64/plic.4 @@ -0,0 +1,28 @@ +.\" $OpenBSD: plic.4,v 1.1 2021/06/18 04:29:09 jsg Exp $ +.\" +.\" Copyright (c) 2021 Jonathan Gray +.\" +.\" 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: June 18 2021 $ +.Dt PLIC 4 riscv64 +.Os +.Sh NAME +.Nm plic +.Nd Platform-Level Interrupt Controller +.Sh SYNOPSIS +.Cd "plic* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver supports the RISC-V Platform-Level Interrupt Controller (PLIC). diff --git a/share/man/man4/man4.riscv64/sfcc.4 b/share/man/man4/man4.riscv64/sfcc.4 new file mode 100644 index 00000000000..a47c67f55a2 --- /dev/null +++ b/share/man/man4/man4.riscv64/sfcc.4 @@ -0,0 +1,28 @@ +.\" $OpenBSD: sfcc.4,v 1.1 2021/06/18 04:29:09 jsg Exp $ +.\" +.\" Copyright (c) 2021 Jonathan Gray +.\" +.\" 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: June 18 2021 $ +.Dt SFCC 4 riscv64 +.Os +.Sh NAME +.Nm sfcc +.Nd SiFive L2 cache controller +.Sh SYNOPSIS +.Cd "sfcc* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver supports the SiFive level two cache controller. diff --git a/share/man/man4/man4.riscv64/sfclock.4 b/share/man/man4/man4.riscv64/sfclock.4 new file mode 100644 index 00000000000..dc007e22050 --- /dev/null +++ b/share/man/man4/man4.riscv64/sfclock.4 @@ -0,0 +1,28 @@ +.\" $OpenBSD: sfclock.4,v 1.1 2021/06/18 04:29:09 jsg Exp $ +.\" +.\" Copyright (c) 2021 Jonathan Gray +.\" +.\" 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: June 18 2021 $ +.Dt SFCLOCK 4 riscv64 +.Os +.Sh NAME +.Nm sfclock +.Nd SiFive Clock and Reset Control +.Sh SYNOPSIS +.Cd "sfclock* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver supports the SiFive Power Reset Clocking Interrupt (PRCI).