summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Tcg/TcgSmm/TcgSmm.h
diff options
context:
space:
mode:
authorZhang, Chao B <chao.b.zhang@intel.com>2016-09-26 10:31:15 +0800
committerZhang, Chao B <chao.b.zhang@intel.com>2016-09-27 09:01:06 +0800
commit053f31e3d025f535af0626538f3d1a2415c67d2d (patch)
tree94a3cb1343d9b5d03b174d21c4c34c2380853301 /SecurityPkg/Tcg/TcgSmm/TcgSmm.h
parentf6be48e9907d8bb8f8534df50049ce428c38f719 (diff)
downloadedk2-053f31e3d025f535af0626538f3d1a2415c67d2d.tar.gz
edk2-053f31e3d025f535af0626538f3d1a2415c67d2d.tar.bz2
edk2-053f31e3d025f535af0626538f3d1a2415c67d2d.zip
SecurityPkg: Tcg: New field for User Confirmation Status
Add a new field in TcgNVS for PP operation user confirmation status, instead of previous logic overriding Request. Previous logic causes Get Pending TPM Operation Requested sub function return wrong value. 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> Reviewed-by: Long Qin <qin.long@intel.com>
Diffstat (limited to 'SecurityPkg/Tcg/TcgSmm/TcgSmm.h')
-rw-r--r--SecurityPkg/Tcg/TcgSmm/TcgSmm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/SecurityPkg/Tcg/TcgSmm/TcgSmm.h b/SecurityPkg/Tcg/TcgSmm/TcgSmm.h
index d8eb82fac7..21e4ad96d2 100644
--- a/SecurityPkg/Tcg/TcgSmm/TcgSmm.h
+++ b/SecurityPkg/Tcg/TcgSmm/TcgSmm.h
@@ -1,7 +1,7 @@
/** @file
The header file for TCG SMM driver.
-Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -58,6 +58,7 @@ typedef struct {
typedef struct {
PHYSICAL_PRESENCE_NVS PhysicalPresence;
MEMORY_CLEAR_NVS MemoryClear;
+ UINT32 PPRequestUserConfirm;
} TCG_NVS;
typedef struct {