[PATCH v2 0/2] acpi: Make TPM version configurable.

Jennifer Herbert posted 2 patches 1 year, 11 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20221215170934.123889-1-jennifer.herbert@citrix.com
There is a newer version of this series
docs/misc/xenstore-paths.pandoc   |   8 +++
tools/firmware/hvmloader/config.h |   1 +
tools/firmware/hvmloader/util.c   |  20 +++++-
tools/libacpi/Makefile            |   2 +-
tools/libacpi/acpi2_0.h           |  26 ++++++++
tools/libacpi/build.c             | 101 +++++++++++++++++++++---------
tools/libacpi/libacpi.h           |   5 +-
tools/libacpi/ssdt_tpm2.asl       |  36 +++++++++++
8 files changed, 165 insertions(+), 34 deletions(-)
create mode 100644 tools/libacpi/ssdt_tpm2.asl
[PATCH v2 0/2] acpi: Make TPM version configurable.
Posted by Jennifer Herbert 1 year, 11 months ago
This patch makes the TPM version, for which the ACPI library probes, configurable.
This version incorpates feedback from v1, including splitting it into
two patches, tidying up some formatting, removing debug, and moving the
log into a more suitable memory area.

Jennifer Herbert (2):
  acpi: Make TPM version configurable.
  acpi: Add TPM2 interface definition.

 docs/misc/xenstore-paths.pandoc   |   8 +++
 tools/firmware/hvmloader/config.h |   1 +
 tools/firmware/hvmloader/util.c   |  20 +++++-
 tools/libacpi/Makefile            |   2 +-
 tools/libacpi/acpi2_0.h           |  26 ++++++++
 tools/libacpi/build.c             | 101 +++++++++++++++++++++---------
 tools/libacpi/libacpi.h           |   5 +-
 tools/libacpi/ssdt_tpm2.asl       |  36 +++++++++++
 8 files changed, 165 insertions(+), 34 deletions(-)
 create mode 100644 tools/libacpi/ssdt_tpm2.asl

-- 
2.31.1