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