diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
| commit | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch) | |
| tree | adf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man4/tpm.4 4.html | |
| parent | a9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff) | |
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man4/tpm.4 4.html')
| -rw-r--r-- | static/netbsd/man4/tpm.4 4.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/static/netbsd/man4/tpm.4 4.html b/static/netbsd/man4/tpm.4 4.html new file mode 100644 index 00000000..151df6a3 --- /dev/null +++ b/static/netbsd/man4/tpm.4 4.html @@ -0,0 +1,56 @@ +<table class="head"> + <tr> + <td class="head-ltitle">TPM(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">TPM(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">tpm</code> — <span class="Nd">Trusted + Platform Module</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">tpm* at isa? iomem 0xfed40000</code> + <br/> + <code class="Cd">tpm* at acpi?</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">tpm</code> driver provides support for + various Trusted Platform Module (TPM) chips.</p> +<p class="Pp">Supported modules:</p> +<p class="Pp"></p> +<ul class="Bl-bullet Bd-indent Bl-compact"> + <li>TPM 2.0 chips over ACPI</li> + <li>TPM 1.2 chips over ACPI and ISA</li> +</ul> +<p class="Pp">Note that the supported interface version is TIS1.2 in each + case.</p> +<p class="Pp">The TPM may need to be enabled in the system's firmware or BIOS, + which requires a reboot to take effect. This is generally beyond the control + of <span class="Ux">NetBSD</span>. Enabling a TPM does not require using + trusted boot — it can be enabled, for example, only for the + <a class="Xr">rnd(4)</a> entropy source.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">config(1)</a>, <a class="Xr">intro(4)</a>, + <a class="Xr">rnd(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">The <code class="Nm">tpm</code> driver was written by + <span class="An">Maxime Villard</span>, <span class="An">Michael + Shalayeff</span> and <span class="An">Hans-Joerg Hoexer</span>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">January 15, 2021</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> |
