From: Daniel De Graaf <dgdegra@tycho.nsa.gov>
To: Emil Condrea <emilcondrea@gmail.com>
Cc: Ian Campbell <Ian.Campbell@citrix.com>, xen-devel@lists.xen.org
Subject: Re: vtpmmgr bug: fails to start if locality!=0
Date: Thu, 06 Nov 2014 16:55:27 -0500 [thread overview]
Message-ID: <545BEE4F.3080305@tycho.nsa.gov> (raw)
In-Reply-To: <1415181601.11486.69.camel@citrix.com>
On 11/05/2014 05:00 AM, Ian Campbell wrote:
> CCing Daniel.
>
> On Fri, 2014-10-31 at 17:37 +0200, Emil Condrea wrote:
>>
>> I am wondering if this is known issue that when I set locality!=0 to
>> vtpmmgr it does not start. It is a bit strange that every call to
>> tpm_tis_status returns 255 and device-id is also FFFF:
>> 1.2 TPM (device-id=0xFFFF vendor-id = FFFF rev-id = FF).
>> TPM interface capabilities (0xffffffff):
>>
>> I am configuring vtpmmgr using:
>>
>> kernel="/usr/local/lib/xen/boot/vtpmmgr-stubdom.gz"
>> memory=8
>> disk=["file:/var/vtpmmgr-stubdom.img,hda,w"]
>> name="vtpmmgr"
>> iomem=["fed40,5"]
>> extra="tpmlocality=2"
>>
>>
>> I also tried using :
>> iomem=["fed40,1"]
>> extra="tpmlocality=0"//works well
>>
>> or
>> iomem=["fed42,1"]
>> extra="tpmlocality=2"
>> It seems that everything that is not mapped at fed40-fed41 is
>> FFFFFFFF.
>>
>> I have an Atmel TPM chipset.
>>
>> Could it be a chipset problem to not handle well different localities?
>>
>> When I use locality=0, the device driver info is correct and
>> everything works fine:
>> 1.2 TPM (device-id=0x3204 vendor-id = 1114 rev-id = 40)
>> TPM interface capabilities (0xfd)
This may be an issue with locality 2 being unavailable unless a DRTM
launch (tboot) is performed. Returning all-ones is the normal response
of the x86 chipset when unmapped MMIO regions are accessed; disabled
localities of the TPM may act like this.
Does your system support the DRTM launch? If so, can you test it to see
if this is the issue?
In this case, to better support people who want to use the vTPM Manager
without a DRTM launch, the features of the vTPM Manager that use the TPM
1.2 PCRs may need to be disabled or implemented in an alternate manner
such as embedding the data in the quote instead of in PCRs. The current
design was created with the assumption that systems using it would be
performing a DRTM launch in order to fully secure the boot process.
>> In linux kernel this information is obtained using locality 0 and
>> after that other commands execute using specified locality.
>> https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/char/tpm/tpm_tis.c#n558
Have you tested that other localities work for your TPM under Linux?
>>
>> Thanks,
>>
>> Emil
>>
--
Daniel De Graaf
National Security Agency
next prev parent reply other threads:[~2014-11-06 21:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-31 15:37 vtpmmgr bug: fails to start if locality!=0 Emil Condrea
2014-11-05 10:00 ` Ian Campbell
2014-11-06 21:55 ` Daniel De Graaf [this message]
2014-11-07 1:46 ` Xu, Quan
2014-11-07 10:42 ` Emil Condrea
2014-11-09 8:30 ` Xu, Quan
2014-11-16 7:15 ` Xu, Quan
2014-11-16 10:46 ` Emil Condrea
2014-11-07 10:40 ` Emil Condrea
2014-11-07 23:31 ` Daniel De Graaf
2014-11-14 14:22 ` Emil Condrea
2014-11-14 18:01 ` Daniel De Graaf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=545BEE4F.3080305@tycho.nsa.gov \
--to=dgdegra@tycho.nsa.gov \
--cc=Ian.Campbell@citrix.com \
--cc=emilcondrea@gmail.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.