]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg/TcgPei: Use updated Tpm12CommandLib APIs
authorMichael Kinney <michael.d.kinney@intel.com>
Thu, 21 Jan 2016 19:30:14 +0000 (19:30 +0000)
committermdkinney <mdkinney@Edk2>
Thu, 21 Jan 2016 19:30:14 +0000 (19:30 +0000)
commit45500265b3fbb05d98766b82af98f8642a8e5eba
tree1ddaf2fb1070450a4191fb0f22a339a00c7da9de
parent83b9662fb0086841d4f6220147bbf78966c38c56
SecurityPkg/TcgPei: Use updated Tpm12CommandLib APIs

Use the following new APIs in Tpm12CommandLib and remove duplicate
code from TcgPei and TcgDxe:
  Tpm12Extend()
  Tpm12PhysicalPresence()
  Tpm12ContinueSelfTest()
  Tpm12GetCapabilityFlagPermanent()
  Tpm12GetCapabilityFlagVolatile()

Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19728 6f19259b-4bc3-4df7-8a09-765794883524
SecurityPkg/Tcg/TcgPei/TcgPei.c
SecurityPkg/Tcg/TcgPei/TcgPei.inf
SecurityPkg/Tcg/TcgPei/TpmComm.c [deleted file]
SecurityPkg/Tcg/TcgPei/TpmComm.h [deleted file]