2010-08-12 00:16:18 +00:00
|
|
|
.\"
|
2010-08-12 01:08:50 +00:00
|
|
|
.\" Copyright (c) 2010 Hans-Joerg Hoexer
|
2010-08-12 00:16:18 +00:00
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
|
|
|
.Dd March 8, 2010
|
|
|
|
.Dt TPM 4
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm tpm
|
|
|
|
.Nd Trusted Platform Module
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd "device tpm"
|
|
|
|
.Pp
|
|
|
|
In
|
|
|
|
.Pa /boot/device.hints :
|
|
|
|
.Cd hint.tpm.0.at="isa"
|
|
|
|
.Cd hint.tpm.0.maddr="0xfed40000"
|
|
|
|
.Cd hint.tpm.0.msize="0x5000"
|
|
|
|
.Cd hint.tpm.1.at="isa"
|
|
|
|
.Cd hint.tpm.1.maddr="0xfed40000"
|
|
|
|
.Cd hint.tpm.1.msize="0x1000"
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2010-08-13 20:27:40 +00:00
|
|
|
driver provides support for various trusted platform modules (TPM) that can
|
2010-08-12 00:16:18 +00:00
|
|
|
store cryptographic keys.
|
|
|
|
.Pp
|
|
|
|
Supported modules:
|
|
|
|
.Pp
|
|
|
|
.Bl -bullet -compact -offset indent
|
|
|
|
.It
|
|
|
|
Atmel 97SC3203
|
|
|
|
.It
|
|
|
|
Broadcom BCM0102
|
|
|
|
.It
|
|
|
|
Infineon IFX SLD 9630 TT 1.1 and IFX SLB 9635 TT 1.2
|
|
|
|
.It
|
|
|
|
Intel INTC0102
|
|
|
|
.It
|
|
|
|
Sinosun SNS SSX35
|
|
|
|
.It
|
|
|
|
STM ST19WP18
|
|
|
|
.It
|
|
|
|
Winbond WEC WPCT200
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The driver can be configured to use an IRQ by providing a free ISA
|
|
|
|
interrupt vector in
|
|
|
|
.Pa /boot/device.hints .
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr intro 4 ,
|
|
|
|
.Xr files.conf 5,
|
|
|
|
.Xr config 8
|
|
|
|
.Sh AUTHORS
|
|
|
|
.An -nosplit
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver was written by
|
|
|
|
.An Michael Shalayeff
|
|
|
|
and
|
|
|
|
.An Hans-Joerg Hoexer .
|