| Index: firmware/lib/tpm_lite/include/tss_constants.h
|
| diff --git a/firmware/lib/tpm_lite/include/tss_constants.h b/firmware/lib/tpm_lite/include/tss_constants.h
|
| index aaeacbeabf97ef0bdf251a4d65ce373473247937..cf2062bae46e8a84c9389604426efbc1841a23b6 100644
|
| --- a/firmware/lib/tpm_lite/include/tss_constants.h
|
| +++ b/firmware/lib/tpm_lite/include/tss_constants.h
|
| @@ -23,6 +23,7 @@
|
| #define TPM_E_INTERNAL_INCONSISTENCY ((uint32_t)0x00005001) /* vboot local */
|
| #define TPM_E_MUST_REBOOT ((uint32_t)0x00005002) /* vboot local */
|
| #define TPM_E_CORRUPTED_STATE ((uint32_t)0x00005003) /* vboot local */
|
| +#define TPM_E_COMMUNICATION_ERROR ((uint32_t)0x00005004) /* vboot local */
|
|
|
| #define TPM_NV_INDEX0 ((uint32_t)0x00000000)
|
| #define TPM_NV_INDEX_LOCK ((uint32_t)0xffffffff)
|
|
|