Re: [PATCH 29/32] x86: acpi: Include the TPMv1 table only if needed

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > This table is not needed if a v2 TPM is in use. Add a condition to avoid > adding it when not needed. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/acpi_table.c | 19 +++ > 1 file changed, 11 insertions(+), 8 deletio

[PATCH 29/32] x86: acpi: Include the TPMv1 table only if needed

2020-09-27 Thread Simon Glass
This table is not needed if a v2 TPM is in use. Add a condition to avoid adding it when not needed. Signed-off-by: Simon Glass --- arch/x86/lib/acpi_table.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/arch/x86/lib/acpi_table.c b/arch/x86/lib/acpi_tab