Date: Sat, 15 Dec 2018 04:49:08 +0200 From: Konstantin Belousov <kostikbel@gmail.com> To: Marcin Wojtas <mw@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r342084 - in head/sys: conf dev/tpm Message-ID: <20181215024908.GV60291@kib.kiev.ua> In-Reply-To: <201812141614.wBEGEaFO048433@repo.freebsd.org> References: <201812141614.wBEGEaFO048433@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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 ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181215024908.GV60291>