mbox series

[v2,0/4] tpm: Fix initialization of a few flags of CRB interface

Message ID 1521579171-26213-1-git-send-email-stefanb@linux.vnet.ibm.com
Headers show
Series tpm: Fix initialization of a few flags of CRB interface | expand

Message

Stefan Berger March 20, 2018, 8:52 p.m. UTC
Fix the initialization of a few flags of the CRB interface. I tested the changes
with UEFI and it works fine. SeaBIOS needs to have the latest patches applied.

   Stefan

Stefan Berger (4):
  tpm: CRB: Set tpmRegValidSts flag to '1' in device reset
  tpm: CRB: set registers to 0 by default
  tpm: CRB: reset locAssigned upon relinquishing locality
  tpm: CRB: query backend for TPM established flag

 hw/tpm/tpm_crb.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

Comments

Marc-André Lureau March 21, 2018, 10:35 a.m. UTC | #1
Hi

On Tue, Mar 20, 2018 at 9:52 PM, Stefan Berger
<stefanb@linux.vnet.ibm.com> wrote:
> Fix the initialization of a few flags of the CRB interface. I tested the changes
> with UEFI and it works fine. SeaBIOS needs to have the latest patches applied.
>
>    Stefan
>
> Stefan Berger (4):
>   tpm: CRB: Set tpmRegValidSts flag to '1' in device reset
>   tpm: CRB: set registers to 0 by default
>   tpm: CRB: reset locAssigned upon relinquishing locality
>   tpm: CRB: query backend for TPM established flag
>
>  hw/tpm/tpm_crb.c | 14 ++++++++++++--
>  1 file changed, 12 insertions(+), 2 deletions(-)

Series:
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

For 2.12?
thanks
Stefan Berger March 21, 2018, 11:53 a.m. UTC | #2
On 03/21/2018 06:35 AM, Marc-André Lureau wrote:
> Hi
>
> On Tue, Mar 20, 2018 at 9:52 PM, Stefan Berger
> <stefanb@linux.vnet.ibm.com> wrote:
>> Fix the initialization of a few flags of the CRB interface. I tested the changes
>> with UEFI and it works fine. SeaBIOS needs to have the latest patches applied.
>>
>>     Stefan
>>
>> Stefan Berger (4):
>>    tpm: CRB: Set tpmRegValidSts flag to '1' in device reset
>>    tpm: CRB: set registers to 0 by default
>>    tpm: CRB: reset locAssigned upon relinquishing locality
>>    tpm: CRB: query backend for TPM established flag
>>
>>   hw/tpm/tpm_crb.c | 14 ++++++++++++--
>>   1 file changed, 12 insertions(+), 2 deletions(-)
> Series:
> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> For 2.12?

Ideally, yes.

> thanks
>
>