[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] vtpmmgr bug: fails to start if locality!=0
I modified linux kernel tpm_tis driver to try to start with locality 2. I did some logging and after taking a look with dmesg it seems that the IO pages for other localities are full with 1. in tpm_tis_init: for(i=0;i<5;i++){ Â Â release_locality(chip,i,1); } ... wait_startup(chip,2); request_locality(chip,2) ... TPM_RID(2);//FF TPM_RID(0);//64 Would this mean that Atmel disabled other localities after manufacturing? I tried to define a NVRAM index at F200 but I have the same results. I see what you mean about changing the DeepQuote behaviour in order to provide evidence of the VM launch but I am not sure that I understand what is the type of extraInfoFlags and what should it contain. Will the UUIDs and vTPM measurements be stored in extraInfoFlags? If we take this as a solution for systems that do not support DRTM lanch, they will still be forced to use locality 0 if any other is disabled and the TPM might return busy if other commands are currently running. Thanks. Emil Condrea On Sat, Nov 8, 2014 at 1:31 AM, Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> wrote: On 11/07/2014 05:40 AM, Emil Condrea wrote: _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |