diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2024-07-11 20:55:30 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-12 03:40:55 +0000 |
commit | 72d6e247b781cca65aac71c97c5094650b003a9d (patch) | |
tree | 3151a873a41616476f86be51af8385d5d3313c5d /MdePkg | |
parent | f122c6f639cd3babedc0dd9b38b279d94b087c7a (diff) | |
download | edk2-72d6e247b781cca65aac71c97c5094650b003a9d.tar.gz |
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')
-rw-r--r-- | MdePkg/Include/Register/Intel/StmApi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Register/Intel/StmApi.h b/MdePkg/Include/Register/Intel/StmApi.h index 9d42bcde76..6c1cdf988f 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
**/
|