summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArmin Wolf <W_Armin@gmx.de>2026-01-14 13:19:22 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-01-15 18:17:47 +0100
commitce04af0a1bf96a6adbbe57b2d1548491cd59772b (patch)
tree6cd726ec4e36b031ab30c9c6ba72215fd6bd2b5f /include
parent19df9f21ca1a2f728deb880a526db0742059ca9f (diff)
ACPICA: Add UUIDs associated with TPM 2.0 devices
The Trusted Computing Group has designed multiple interface extensions around TPM 2.0 devices including the ACPI start method, hardware information and memory clear features. Add the associated UUIDs to the list of known UUIDs so that the ASL compiler stops complaining about them. Link: https://github.com/acpica/acpica/commit/0e8b10b05825 Signed-off-by: Armin Wolf <W_Armin@gmx.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://patch.msgid.link/2254685.irdbgypaU6@rafael.j.wysocki
Diffstat (limited to 'include')
-rw-r--r--include/acpi/acuuid.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h
index 0eda9d997f31..b2e29da6ba0a 100644
--- a/include/acpi/acuuid.h
+++ b/include/acpi/acuuid.h
@@ -37,6 +37,11 @@
#define UUID_DEVICE_LABELING "e5c937d0-3553-4d7a-9117-ea4d19c3434d"
#define UUID_PHYSICAL_PRESENCE "3dddfaa6-361b-4eb4-a424-8d10089d1653"
+/* TPM */
+#define UUID_HARDWARE_INFORMATION "cf8e16a5-c1e8-4e25-b712-4f54a96702c8"
+#define UUID_START_METHOD "6bbf6cab-5463-4714-b7cd-f0203c0368d4"
+#define UUID_MEMORY_CLEAR "376054ed-cc13-4675-901c-4756d7f2d45d"
+
/* NVDIMM - NFIT table */
#define UUID_NFIT_DIMM "4309ac30-0d11-11e4-9191-0800200c9a66"