mbox series

[v3,0/3] tpm: Add missing ACPI device identification objects

Message ID 20211110133559.3370990-1-stefanb@linux.ibm.com (mailing list archive)
Headers show
Series tpm: Add missing ACPI device identification objects | expand

Message

Stefan Berger Nov. 10, 2021, 1:35 p.m. UTC
This series of patches adds missing ACPI device identification objects _STR
and _UID to TPM 1.2 and TPM 2 ACPI tables.

   Stefan

v3:
 - Dropped replacement of ACPI tables with empty files in 1/3.
 - Reduced ignored files

Stefan Berger (3):
  tests: acpi: prepare for updated TPM related tables
  acpi: tpm: Add missing device identification objects
  tests: acpi: Add updated TPM related tables

 hw/arm/virt-acpi-build.c           |   1 +
 hw/i386/acpi-build.c               |   8 ++++++++
 tests/data/acpi/q35/DSDT.tis.tpm12 | Bin 8894 -> 8900 bytes
 tests/data/acpi/q35/DSDT.tis.tpm2  | Bin 8894 -> 8921 bytes
 4 files changed, 9 insertions(+)

Comments

Stefan Berger Nov. 27, 2021, 4:15 a.m. UTC | #1
Is this series now acceptable for 'after 6.2'?


On 11/10/21 08:35, Stefan Berger wrote:
> This series of patches adds missing ACPI device identification objects _STR
> and _UID to TPM 1.2 and TPM 2 ACPI tables.
>
>     Stefan
>
> v3:
>   - Dropped replacement of ACPI tables with empty files in 1/3.
>   - Reduced ignored files
>
> Stefan Berger (3):
>    tests: acpi: prepare for updated TPM related tables
>    acpi: tpm: Add missing device identification objects
>    tests: acpi: Add updated TPM related tables
>
>   hw/arm/virt-acpi-build.c           |   1 +
>   hw/i386/acpi-build.c               |   8 ++++++++
>   tests/data/acpi/q35/DSDT.tis.tpm12 | Bin 8894 -> 8900 bytes
>   tests/data/acpi/q35/DSDT.tis.tpm2  | Bin 8894 -> 8921 bytes
>   4 files changed, 9 insertions(+)
>
Michael S. Tsirkin Nov. 27, 2021, 11:12 p.m. UTC | #2
On Fri, Nov 26, 2021 at 11:15:40PM -0500, Stefan Berger wrote:
> Is this series now acceptable for 'after 6.2'?

Sure. Tagged. Pls ping me aftre release to help make sure I don't lose
it.

> 
> On 11/10/21 08:35, Stefan Berger wrote:
> > This series of patches adds missing ACPI device identification objects _STR
> > and _UID to TPM 1.2 and TPM 2 ACPI tables.
> > 
> >     Stefan
> > 
> > v3:
> >   - Dropped replacement of ACPI tables with empty files in 1/3.
> >   - Reduced ignored files
> > 
> > Stefan Berger (3):
> >    tests: acpi: prepare for updated TPM related tables
> >    acpi: tpm: Add missing device identification objects
> >    tests: acpi: Add updated TPM related tables
> > 
> >   hw/arm/virt-acpi-build.c           |   1 +
> >   hw/i386/acpi-build.c               |   8 ++++++++
> >   tests/data/acpi/q35/DSDT.tis.tpm12 | Bin 8894 -> 8900 bytes
> >   tests/data/acpi/q35/DSDT.tis.tpm2  | Bin 8894 -> 8921 bytes
> >   4 files changed, 9 insertions(+)
> >