]> git.proxmox.com Git - mirror_edk2.git/commit - SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.uni
Add TPM Physical Presence >=128 operation value support.
authorYao, Jiewen <jiewen.yao@intel.com>
Mon, 12 Jan 2015 03:16:49 +0000 (03:16 +0000)
committerjyao1 <jyao1@Edk2>
Mon, 12 Jan 2015 03:16:49 +0000 (03:16 +0000)
commit4610b23ab10942d140eb51c4bdbefc5f896979ad
tree40d2bf83dd27355672ddc230d9a6191ac3d5eb97
parentc5f1d437eddd8fcfe9adeb7ca70cca7ef8688ded
Add TPM Physical Presence >=128 operation value support.

The Tcg/TrEE PhysicalPresence library will depend on Tcg/TrEE PpVendor library.
The default NULL library instance is provided in this package.
OEM can create OemPpVendorLib as override to handle >=128 operation value.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: "Dong, Guo" <guo.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16597 6f19259b-4bc3-4df7-8a09-765794883524
22 files changed:
SecurityPkg/Include/Guid/PhysicalPresenceData.h
SecurityPkg/Include/Guid/TrEEPhysicalPresenceData.h
SecurityPkg/Include/Library/TcgPpVendorLib.h [new file with mode: 0644]
SecurityPkg/Include/Library/TrEEPpVendorLib.h [new file with mode: 0644]
SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c
SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.c
SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf
SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.c [new file with mode: 0644]
SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf [new file with mode: 0644]
SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.uni [new file with mode: 0644]
SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.c [new file with mode: 0644]
SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.inf [new file with mode: 0644]
SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.uni [new file with mode: 0644]
SecurityPkg/SecurityPkg.dec
SecurityPkg/SecurityPkg.dsc
SecurityPkg/Tcg/TcgSmm/TcgSmm.c
SecurityPkg/Tcg/TcgSmm/TcgSmm.h
SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
SecurityPkg/Tcg/TrEESmm/TrEESmm.c
SecurityPkg/Tcg/TrEESmm/TrEESmm.h
SecurityPkg/Tcg/TrEESmm/TrEESmm.inf