Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2018 22:43:11 +0000 (UTC)
From:      Marcin Wojtas <mw@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342251 - head/sys/modules/tpm
Message-ID:  <201812192243.wBJMhB9C049313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mw
Date: Wed Dec 19 22:43:10 2018
New Revision: 342251
URL: https://svnweb.freebsd.org/changeset/base/342251

Log:
  Include the new TPM 2.0 driver in the TPM module.
  
  Update the appropriate Makefile to build the new driver
  together with the old one.
  
  Submitted by: Kornel Duleba <mindal@semihalf.com>
  Reported by: kib
  Obtained from: Semihalf
  Sponsored by: Stormshield

Modified:
  head/sys/modules/tpm/Makefile

Modified: head/sys/modules/tpm/Makefile
==============================================================================
--- head/sys/modules/tpm/Makefile	Wed Dec 19 22:42:06 2018	(r342250)
+++ head/sys/modules/tpm/Makefile	Wed Dec 19 22:43:10 2018	(r342251)
@@ -7,5 +7,7 @@ KMOD=	tpm
 SRCS=	tpm.c bus_if.h device_if.h
 #Bus specific stuff.
 SRCS+=	tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h
+#TPM 2.0
+SRCS+=	tpm20.c tpm_crb.c tpm_tis.c
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812192243.wBJMhB9C049313>