svn commit: r342084 - in head/sys: conf dev/tpm
Konstantin Belousov
kostikbel at gmail.com
Sat Dec 15 02:49:18 UTC 2018
On Fri, Dec 14, 2018 at 04:14:36PM +0000, Marcin Wojtas wrote:
> Author: mw
> Date: Fri Dec 14 16:14:36 2018
> New Revision: 342084
> URL: https://svnweb.freebsd.org/changeset/base/342084
>
> Log:
> Introduce driver for TPM 2.0 in CRB and FIFO (TIS) modes
>
> It was written basing on:
> TCG PC Client Platform TPM Profile (PTP) Specification Version 22, Revision 1.03.
> It only supports Locality 0. Interrupts are only supported in FIFO mode.
>
> The driver in FIFO mode was tested on x86 with Infineon SLB9665 discrete TPM chip.
> Driver in both modes was also tested on qemu with swtpm running on host.
>
> Submitted by: Kornel Duleba <mindal at semihalf.com>
> Obtained from: Semihalf
> Sponsored by: Stormshield
> Differential Revision: https://reviews.freebsd.org/D18048
>
> Added:
> head/sys/dev/tpm/tpm20.c (contents, props changed)
> head/sys/dev/tpm/tpm20.h (contents, props changed)
> head/sys/dev/tpm/tpm_crb.c (contents, props changed)
> head/sys/dev/tpm/tpm_tis.c (contents, props changed)
> Modified:
> head/sys/conf/files.amd64
Don't you need to update sys/modules/tpm/Makefile ?
More information about the svn-src-all
mailing list