boun...@lists.xen.org
> > [mailto:xen-devel-boun...@lists.xen.org] On Behalf Of Xu, Quan
> > Sent: Sunday, November 09, 2014 4:30 PM
> > To: Emil Condrea
> > Cc: Daniel De Graaf; Ian Campbell; xen-devel@lists.xen.org
> > Subject: Re: [Xen-devel] vtpmmgr bug: fails to sta
Xu, Quan
> Sent: Sunday, November 09, 2014 4:30 PM
> To: Emil Condrea
> Cc: Daniel De Graaf; Ian Campbell; xen-devel@lists.xen.org
> Subject: Re: [Xen-devel] vtpmmgr bug: fails to start if locality!=0
>
> Okay, I will test it in next week.
>
> Thanks
> Quan Xu
>
On 11/14/2014 09:22 AM, Emil Condrea wrote:
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 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_local
evel-boun...@lists.xen.org] On Behalf Of Daniel De Graaf
> Sent: Friday, November 07, 2014 5:55 AM
> To: Emil Condrea
> Cc: Ian Campbell; xen-devel@lists.xen.org
> Subject: Re: [Xen-devel] vtpmmgr bug: fails to start if locality!=0
>
> On 11/05/2014 05:00 AM, Ian Campbell wrote:
> > C