xref: /dragonfly/share/man/man4/tpm.4 (revision 0db87cb7)
1.\"
2.\" Copyright (c) 2010 Hans-Joerg Hoexer
3.\"
4.\" Permission to use, copy, modify, and distribute this software for any
5.\" purpose with or without fee is hereby granted, provided that the above
6.\" copyright notice and this permission notice appear in all copies.
7.\"
8.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\"
16.\" $FreeBSD: src/share/man/man4/tpm.4,v 1.4 2010/08/15 20:56:13 brueffer Exp $
17.\"
18.Dd May 15, 2013
19.Dt TPM 4
20.Os
21.Sh NAME
22.Nm tpm
23.Nd Trusted Platform Module
24.Sh SYNOPSIS
25To compile this driver into the kernel,
26place the following lines in your
27kernel configuration file:
28.Bd -ragged -offset indent
29.Cd "device tpm"
30.Ed
31.Pp
32Alternatively, to load the driver as a
33module at boot time, place the following line in
34.Xr loader.conf 5 :
35.Bd -literal -offset indent
36tpm_load="YES"
37.Ed
38.\".Pp
39.\"In
40.\".Pa /boot/device.hints :
41.\".Cd hint.tpm.0.at="isa"
42.\".Cd hint.tpm.0.maddr="0xfed40000"
43.\".Cd hint.tpm.0.msize="0x5000"
44.\".Cd hint.tpm.1.at="isa"
45.\".Cd hint.tpm.1.maddr="0xfed40000"
46.\".Cd hint.tpm.1.msize="0x1000"
47.Sh DESCRIPTION
48The
49.Nm
50driver provides support for various trusted platform modules (TPM) that can
51store cryptographic keys.
52.Pp
53Supported modules:
54.Pp
55.Bl -bullet -compact -offset indent
56.It
57Atmel 97SC3203
58.It
59Broadcom BCM0102
60.It
61Infineon IFX SLD 9630 TT 1.1 and IFX SLB 9635 TT 1.2
62.It
63Intel INTC0102
64.It
65Sinosun SNS SSX35
66.It
67STM ST19WP18
68.It
69Winbond WEC WPCT200
70.El
71.\".Pp
72.\"The driver can be configured to use an IRQ by providing a free ISA
73.\"interrupt vector in
74.\".Pa /boot/device.hints .
75.Sh SEE ALSO
76.Xr intro 4 ,
77.\".Xr device.hints 5 ,
78.Xr config 8
79.Sh AUTHORS
80.An -nosplit
81The
82.Nm
83driver was written by
84.An Michael Shalayeff
85and
86.An Hans-Joerg Hoexer .
87