From owner-freebsd-hackers@freebsd.org Fri Feb 24 05:05:39 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B608CEB2D3 for ; Fri, 24 Feb 2017 05:05:39 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 288E21C83 for ; Fri, 24 Feb 2017 05:05:39 +0000 (UTC) (envelope-from takawata@init-main.com) Received: by mailman.ysv.freebsd.org (Postfix) id 24F06CEB2D2; Fri, 24 Feb 2017 05:05:39 +0000 (UTC) Delivered-To: hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22F06CEB2D1 for ; Fri, 24 Feb 2017 05:05:39 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from sana.init-main.com (unknown [IPv6:2001:240:28::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B180D1C82 for ; Fri, 24 Feb 2017 05:05:38 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from sana.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.14.3/8.14.3) with ESMTP id v1O4g0LG002798; Fri, 24 Feb 2017 13:42:00 +0900 (JST) (envelope-from takawata@sana.init-main.com) Received: (from takawata@localhost) by sana.init-main.com (8.14.3/8.14.3/Submit) id v1O4g0dp002797; Fri, 24 Feb 2017 13:42:00 +0900 (JST) (envelope-from takawata) Date: Fri, 24 Feb 2017 13:42:00 +0900 From: Takanori Watanabe To: Xiao Li Cc: hackers@freebsd.org Subject: Re: FreeBSD TPM 2.0 Support? Message-ID: <20170224044200.GA2784@sana.init-main.com> References: <690CB4BB-A27D-42D1-A6CA-A4650F6E8293@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline In-Reply-To: <690CB4BB-A27D-42D1-A6CA-A4650F6E8293@gmail.com> User-Agent: Mutt/1.4.2.1i X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2017 05:05:39 -0000 On Thu, Feb 23, 2017 at 04:25:15PM -0800, Xiao Li wrote: > Hi, > > I’ve been recently working on integrate my project base on FreeBSD with a TPM 2.0 chip. The tpm-tools / tcsd I’ve been using with a former Infineon TPM 1.2 chip does not compatible with the new chip, even though I changed a bit of the tpm.ko so I could see tpm device. I wonder if FreeBSD already have equivalent of tpm-tools for TPM 2.0 chips. As far as I know, No. And not compatible with TPM 1.2 spec it seems. > Each got some problems while building and I’m not quire sure if they were supported with FreeBSD at all. > > Any insights would be really helpful. > >