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 <min...@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 ?
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"