tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.38k stars 2.4k forks source link

MdePkg/StmApi.h: Add SMM_REV_ID definition for STM header #5861

Open makubacki opened 6 days ago

makubacki commented 6 days ago

Description

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.

How This Was Tested

Integration Instructions