On Fri, 15 May 2015 15:13:14 -0400
Stefan Berger wrote:
> Igor Mammedov wrote on 05/15/2015 12:57:40 PM:
>
> > From: Igor Mammedov
> > To: Stefan Berger
> > Cc: qemu-devel@nongnu.org, m...@redhat.com, quan...@intel.com, Stefan
> > Berger/Watson/IBM@IBMUS, Dimitrios Pendarakis/Watson/IBM@IBMUS
Igor Mammedov wrote on 05/15/2015 12:57:40 PM:
> From: Igor Mammedov
> To: Stefan Berger
> Cc: qemu-devel@nongnu.org, m...@redhat.com, quan...@intel.com, Stefan
> Berger/Watson/IBM@IBMUS, Dimitrios Pendarakis/Watson/IBM@IBMUS,
> George Wilson/Austin/IBM@IBMUS
> Date: 05/15/2015 01:07 PM
> Subj
On Fri, 15 May 2015 11:31:30 -0400
Stefan Berger wrote:
> On 05/15/2015 10:44 AM, Igor Mammedov wrote:
> > On Fri, 8 May 2015 11:52:46 -0400
> > Stefan Berger wrote:
> >
> >> Add a TPM2 ACPI table if a TPM 2 is used in the backend.
> >> Also add an SSDT for the TPM 2.
> >>
> >> Rename tpm_find(
On 05/15/2015 10:44 AM, Igor Mammedov wrote:
On Fri, 8 May 2015 11:52:46 -0400
Stefan Berger wrote:
Add a TPM2 ACPI table if a TPM 2 is used in the backend.
Also add an SSDT for the TPM 2.
Rename tpm_find() to tpm_get_version() and have this function
return the version of the TPM found, TPMV
On Fri, 8 May 2015 11:52:46 -0400
Stefan Berger wrote:
> Add a TPM2 ACPI table if a TPM 2 is used in the backend.
> Also add an SSDT for the TPM 2.
>
> Rename tpm_find() to tpm_get_version() and have this function
> return the version of the TPM found, TPMVersion_Unspec if
> no TPM is found. Us
Add a TPM2 ACPI table if a TPM 2 is used in the backend.
Also add an SSDT for the TPM 2.
Rename tpm_find() to tpm_get_version() and have this function
return the version of the TPM found, TPMVersion_Unspec if
no TPM is found. Use the version number to build version
specific ACPI tables.
Signed-of