diff options
author | Yao, Jiewen <jiewen.yao@intel.com> | 2016-01-22 06:30:08 +0000 |
---|---|---|
committer | jyao1 <jyao1@Edk2> | 2016-01-22 06:30:08 +0000 |
commit | 0179180d6dbacc1bed53c3b6a886693790f75365 (patch) | |
tree | 2bea73b15953225d87bd9593015c49096fe32d81 | |
parent | 6ceeb1e23b8cd2124190553c6ab23639a767813c (diff) | |
download | edk2-platforms-0179180d6dbacc1bed53c3b6a886693790f75365.tar.xz |
SecurityPkg: Update TCG PPI "1.3" for TCG2.
The Tcg2Smm follows TCG PPI 1.3 specification.
This patch updates the ASL code string to 1.3.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: "Zhang, Chao B" <chao.b.zhang@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19733 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | SecurityPkg/Tcg/Tcg2Smm/Tpm.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl b/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl index 80dfb3bd4e..2abd4af9ef 100644 --- a/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl +++ b/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl @@ -2,7 +2,7 @@ The TPM2 definition block in ACPI table for TCG2 physical presence
and MemoryClear.
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2015 - 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
@@ -187,7 +187,7 @@ DefinitionBlock ( //
// a) Get Physical Presence Interface Version
//
- Return ("1.2")
+ Return ("1.3")
}
Case (2)
{
|