SecurityPkg: Tcg2Smm: Make TCG2 PP version configurable
Make TCG2 PP version configurable to meet different request. Current default version is 1.3. http://www.trustedcomputinggroup.org/physical-presence-interface_1-30_0-52/ Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Yao Jiewen <jiewen.yao@intel.com>
This commit is contained in:
@@ -87,4 +87,10 @@ typedef struct {
|
||||
#define MOR_REQUEST_SUCCESS 0
|
||||
#define MOR_REQUEST_GENERAL_FAILURE 1
|
||||
|
||||
//
|
||||
// Physical Presence Interface Version supported by Platform
|
||||
//
|
||||
#define PHYSICAL_PRESENCE_VERSION_TAG "$PV"
|
||||
#define PHYSICAL_PRESENCE_VERSION_SIZE 4
|
||||
|
||||
#endif // __TCG_SMM_H__
|
||||
|
Reference in New Issue
Block a user