aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2018-10-31 12:53:58 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2018-10-31 12:53:58 +0000
commitd0a84acdfa2c52af4feafadff437e0b9482a39e7 (patch)
tree324d67f6cfe4c3462442e935fd5a2d48a11dbbb4
parentd9961ef478406292b4ecbd38b69f6dd1e1f4c15a (diff)
downloadsrc-d0a84acdfa2c52af4feafadff437e0b9482a39e7.tar.gz
src-d0a84acdfa2c52af4feafadff437e0b9482a39e7.zip
tpm(4): Add the STANDARDS and HISTORY sections
Also, link to the homepage of the BSSSD project, which developed the original driver. Reviewed by: bcr, kevans Approved by: krion (mentor, implicit), mat (mentor, implicit) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D17608
Notes
Notes: svn path=/head/; revision=339952
-rw-r--r--share/man/man4/tpm.440
1 files changed, 39 insertions, 1 deletions
diff --git a/share/man/man4/tpm.4 b/share/man/man4/tpm.4
index 897aa00fbb88..e493c7232d4c 100644
--- a/share/man/man4/tpm.4
+++ b/share/man/man4/tpm.4
@@ -15,7 +15,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 15, 2010
+.Dd October 31, 2018
.Dt TPM 4
.Os
.Sh NAME
@@ -76,6 +76,44 @@ interrupt vector in
.Xr intro 4 ,
.Xr device.hints 5 ,
.Xr config 8
+.Pp
+The homepage of the BSSSD project, which developed the original
+.Nm
+driver:
+.Lk "http://bsssd.sourceforge.net/" .
+.Pp
+TPM main specification can be found at:
+.Lk "https://trustedcomputinggroup.org/resource/tpm-main-specification/" .
+.Sh STANDARDS
+TPM Main Specification Level 2 Version 1.2:
+.Bl -dash
+.It
+.Rs
+.%A ISO/IEC
+.%T 11889-1:2009, Information technology -- Trusted Platform Module -- Part 1: Overview
+.%U "https://www.iso.org/standard/50970.html"
+.Re
+.It
+.Rs
+.%A ISO/IEC
+.%T 11889-2:2009, Information technology -- Trusted Platform Module -- Part 2: Design principles
+.%U "https://www.iso.org/standard/50971.html"
+.Re
+.It
+.Rs
+.%A ISO/IEC
+.%T 11889-3:2009, Information technology -- Trusted Platform Module -- Part 3: Structures
+.%U "https://www.iso.org/standard/50972.html"
+.Re
+.El
+.Sh HISTORY
+The
+.Nm
+driver
+first appeared in
+.Fx 8.2
+and was later added to
+.Ox 6.1 .
.Sh AUTHORS
.An -nosplit
The