Re: [PATCH] acpi: tpm: Do not build TCPA table for TPM 2

2020-06-04 Thread Igor Mammedov
On Fri, 29 May 2020 15:28:40 -0400 Stefan Berger wrote: > From: Stefan Berger > > Do not build a TCPA table for TPM 2 anymore but create the log area when > building the TPM2 table. The TCPA table is only needed for TPM 1.2. > > Signed-off-by: Stefan Berger Reviewed-by: Igor Mammedov > ---

Re: [PATCH] acpi: tpm: Do not build TCPA table for TPM 2

2020-05-29 Thread Auger Eric
Hi Stefan On 5/30/20 12:23 AM, Stefan Berger wrote: > On 5/29/20 3:28 PM, Stefan Berger wrote: >> From: Stefan Berger >> >> Do not build a TCPA table for TPM 2 anymore but create the log area when >> building the TPM2 table. The TCPA table is only needed for TPM 1.2. Now I understand the purpose

Re: [PATCH] acpi: tpm: Do not build TCPA table for TPM 2

2020-05-29 Thread Stefan Berger
On 5/29/20 3:28 PM, Stefan Berger wrote: From: Stefan Berger Do not build a TCPA table for TPM 2 anymore but create the log area when building the TPM2 table. The TCPA table is only needed for TPM 1.2. Specs are here: https://trustedcomputinggroup.org/wp-content/uploads/TCG_ACPIGeneralSpecif

Re: [PATCH] acpi: tpm: Do not build TCPA table for TPM 2

2020-05-29 Thread Marc-André Lureau
On Fri, May 29, 2020 at 9:28 PM Stefan Berger wrote: > From: Stefan Berger > > Do not build a TCPA table for TPM 2 anymore but create the log area when > building the TPM2 table. The TCPA table is only needed for TPM 1.2. > > Signed-off-by: Stefan Berger > Reviewed-by: Marc-André Lureau ---

[PATCH] acpi: tpm: Do not build TCPA table for TPM 2

2020-05-29 Thread Stefan Berger
From: Stefan Berger Do not build a TCPA table for TPM 2 anymore but create the log area when building the TPM2 table. The TCPA table is only needed for TPM 1.2. Signed-off-by: Stefan Berger --- hw/i386/acpi-build.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git