| Index: firmware/lib/include/tss_constants.h
|
| diff --git a/firmware/lib/include/tss_constants.h b/firmware/lib/include/tss_constants.h
|
| index a237148538b2ea0e94e79dd569c8fb573abd91ba..9e605294efbca5bbeebb4eb141de79ba94399505 100644
|
| --- a/firmware/lib/include/tss_constants.h
|
| +++ b/firmware/lib/include/tss_constants.h
|
| @@ -29,6 +29,7 @@
|
| #define TPM_E_ALREADY_INITIALIZED ((uint32_t)0x00005000) /* vboot local */
|
| #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_NV_INDEX0 ((uint32_t)0x00000000)
|
| #define TPM_NV_INDEX_LOCK ((uint32_t)0xffffffff)
|
|
|