diff options
author | Jiewen Yao <Jiewen.yao@intel.com> | 2014-03-21 02:51:42 +0000 |
---|---|---|
committer | jyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-03-21 02:51:42 +0000 |
commit | 5437d457b9894e5f00c6203d0660f9df053b7730 (patch) | |
tree | c123c9a8698766d92a1145e5c4f3b144227fceb0 /SecurityPkg/Tcg/TrEEConfig/TrEEConfigImpl.h | |
parent | 553e86699d00ac8b7016fdfcb7fb747e89a1862d (diff) | |
download | edk2-5437d457b9894e5f00c6203d0660f9df053b7730.tar.gz edk2-5437d457b9894e5f00c6203d0660f9df053b7730.tar.bz2 edk2-5437d457b9894e5f00c6203d0660f9df053b7730.zip |
Fix current TPM device string missing. Use efivarstore instead of varstor, remove TPM disable.
Signed-off-by: Jiewen Yao <Jiewen.yao@intel.com>
Reviewed-by: Guo Dong <Guo.Dong@intel.com>
Reviewed-by: Liming Gao <Liming.Gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15360 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Tcg/TrEEConfig/TrEEConfigImpl.h')
-rw-r--r-- | SecurityPkg/Tcg/TrEEConfig/TrEEConfigImpl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigImpl.h b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigImpl.h index 0d62c831de..720c698e7a 100644 --- a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigImpl.h +++ b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigImpl.h @@ -21,6 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Protocol/HiiConfigAccess.h>
#include <Protocol/HiiConfigRouting.h>
#include <Protocol/TrEEProtocol.h>
+#include <Protocol/VariableLock.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
@@ -60,6 +61,7 @@ typedef struct { EFI_HII_HANDLE HiiHandle;
EFI_HANDLE DriverHandle;
+ UINT8 TpmDeviceDetected;
} TREE_CONFIG_PRIVATE_DATA;
extern TREE_CONFIG_PRIVATE_DATA mTrEEConfigPrivateDateTemplate;
|