summaryrefslogtreecommitdiff
path: root/MdePkg/Include
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2024-07-11 20:55:30 -0400
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-07-12 03:40:55 +0000
commit72d6e247b781cca65aac71c97c5094650b003a9d (patch)
tree3151a873a41616476f86be51af8385d5d3313c5d /MdePkg/Include
parentf122c6f639cd3babedc0dd9b38b279d94b087c7a (diff)
downloadedk2-72d6e247b781cca65aac71c97c5094650b003a9d.zip
edk2-72d6e247b781cca65aac71c97c5094650b003a9d.tar.gz
edk2-72d6e247b781cca65aac71c97c5094650b003a9d.tar.bz2
MdePkg/StmApi.h: Add SMM_REV_ID definition for STM header
The `SMM_REV_ID` is defined in the STM specification: https://www.intel.com/content/www/us/en/content-details/671521/smi-transfer-monitor-stm-developer-or-user-guide.html?wapkw=stm, section 10.1.1. This adds it into the `StmApi.h` for potential STM usage. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Register/Intel/StmApi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Register/Intel/StmApi.h b/MdePkg/Include/Register/Intel/StmApi.h
index 9d42bcd..6c1cdf9 100644
--- a/MdePkg/Include/Register/Intel/StmApi.h
+++ b/MdePkg/Include/Register/Intel/StmApi.h
@@ -18,6 +18,8 @@
#pragma pack (1)
+#define STM_SMM_REV_ID 0x80010100
+
/**
STM Header Structures
**/