]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: MOR drivers use Tcg2Protocol instead of TrEE.
authorYao, Jiewen <jiewen.yao@intel.com>
Mon, 11 Jan 2016 05:12:31 +0000 (05:12 +0000)
committerjyao1 <jyao1@Edk2>
Mon, 11 Jan 2016 05:12:31 +0000 (05:12 +0000)
The official TCG standard uses Tcg2Protocol, instead of TrEE.
We should update TCG driver to use Tcg2Protocol, too.
TrEE should be used only for old TrEE implementation.

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@19633 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf

index d5a7da83434237bdff9805c53448165d0cf20c56..a131342bb603cfc78c830aca7001e8adca74ae84 100644 (file)
@@ -61,7 +61,7 @@
 [Depex]\r
   gEfiVariableArchProtocolGuid AND\r
   gEfiVariableWriteArchProtocolGuid AND\r
-  ( gEfiTcgProtocolGuid OR gEfiTrEEProtocolGuid )\r
+  ( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   TcgMorExtra.uni\r
index bde03bb12c8a14b1cbcb38ec1a568d16f5927b15..a35a01f8f06700a92e4250f9da95e5e6af635cca 100644 (file)
@@ -61,7 +61,7 @@
 [Depex]\r
   gEfiSmmVariableProtocolGuid AND\r
   gSmmVariableWriteGuid AND\r
-  ( gEfiTcgProtocolGuid OR gEfiTrEEProtocolGuid )\r
+  ( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   TcgMorLockExtra.uni\r