mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
6ceeb1e23b
commit
0179180d6d
|
@ -2,7 +2,7 @@
|
||||||
The TPM2 definition block in ACPI table for TCG2 physical presence
|
The TPM2 definition block in ACPI table for TCG2 physical presence
|
||||||
and MemoryClear.
|
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
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
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
|
// a) Get Physical Presence Interface Version
|
||||||
//
|
//
|
||||||
Return ("1.2")
|
Return ("1.3")
|
||||||
}
|
}
|
||||||
Case (2)
|
Case (2)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue