]> git.proxmox.com Git - mirror_edk2.git/commit - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Tis.c
Handle TPM device error and avoid deadloop in BDS.
authorYao, Jiewen <jiewen.yao@intel.com>
Mon, 12 Jan 2015 03:21:00 +0000 (03:21 +0000)
committerjyao1 <jyao1@Edk2>
Mon, 12 Jan 2015 03:21:00 +0000 (03:21 +0000)
commit6f785cfcc304c48ec04e542ee429df95e7b51bc5
tree5fc40fc8b8be583bf58179a4e3d245cad6c5e1ad
parent4610b23ab10942d140eb51c4bdbefc5f896979ad
Handle TPM device error and avoid deadloop in BDS.

If TPM error happens, set TPM flag to NOT present, so that trusted boot patch is disabled.
Also report status code for failure, so that platform may register handler to apply policy like force system reset, or disable TPM permanently.

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@16598 6f19259b-4bc3-4df7-8a09-765794883524
15 files changed:
SecurityPkg/Include/Guid/TcgEventHob.h
SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c
SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c
SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12Tis.c
SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Tis.c
SecurityPkg/SecurityPkg.dec
SecurityPkg/Tcg/TcgDxe/TcgDxe.c
SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
SecurityPkg/Tcg/TcgPei/TcgPei.c
SecurityPkg/Tcg/TcgPei/TcgPei.inf
SecurityPkg/Tcg/TcgPei/TpmComm.c
SecurityPkg/Tcg/TrEEDxe/TrEEDxe.c
SecurityPkg/Tcg/TrEEDxe/TrEEDxe.inf
SecurityPkg/Tcg/TrEEPei/TrEEPei.c
SecurityPkg/Tcg/TrEEPei/TrEEPei.inf