summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2022-06-08 12:49:06 -0700
committerRobert Moore <Robert.Moore@intel.com>2022-06-08 12:49:06 -0700
commit2176a750230d5e81b4bedf24ef296da0cd0d7bb3 (patch)
tree86d83d903325eb2cd004d92bcd7f95313a085213
parent2ebfd748ceca8e8a84eeee22782e45be998dd0e8 (diff)
downloadacpica-2176a750230d5e81b4bedf24ef296da0cd0d7bb3.tar.gz
Add a couple of new UUIDs to the known UUID list.
-rw-r--r--source/common/ahuuids.c3
-rw-r--r--source/include/acuuid.h3
2 files changed, 5 insertions, 1 deletions
diff --git a/source/common/ahuuids.c b/source/common/ahuuids.c
index 909698c57..dcf0c4bbb 100644
--- a/source/common/ahuuids.c
+++ b/source/common/ahuuids.c
@@ -209,6 +209,9 @@ const AH_UUID Gbl_AcpiUuids[] =
{"Hierarchical Data Extension", UUID_HIERARCHICAL_DATA_EXTENSION},
{"ARM Coresight Graph", UUID_CORESIGHT_GRAPH},
{"USB4 Capabilities", UUID_USB4_CAPABILITIES},
+ {"First Function ID for _DSM", UUID_1ST_FUNCTION_ID},
+ {"Second Function ID for _DSM", UUID_2ND_FUNCTION_ID},
+
{NULL, NULL}
};
diff --git a/source/include/acuuid.h b/source/include/acuuid.h
index bc41fa40b..2ab07bb39 100644
--- a/source/include/acuuid.h
+++ b/source/include/acuuid.h
@@ -211,5 +211,6 @@
#define UUID_HIERARCHICAL_DATA_EXTENSION "dbb8e3e6-5886-4ba6-8795-1319f52a966b"
#define UUID_CORESIGHT_GRAPH "3ecbc8b6-1d0e-4fb3-8107-e627f805c6cd"
#define UUID_USB4_CAPABILITIES "23a0d13a-26ab-486c-9c5f-0ffa525a575a"
-
+#define UUID_1ST_FUNCTION_ID "893f00a6-660c-494e-bcfd-3043f4fb67c0"
+#define UUID_2ND_FUNCTION_ID "107ededd-d381-4fd7-8da9-08e9a6c79644"
#endif /* __ACUUID_H__ */