| Index: vboot_firmware/lib/include/tss_constants.h
|
| diff --git a/vboot_firmware/lib/include/tss_constants.h b/vboot_firmware/lib/include/tss_constants.h
|
| index 69873a64b29dca9c593ca1c0b739bffb39e7a0b0..c4c0bfe8f1abe11abfe333b9ab91a06daf04268d 100644
|
| --- a/vboot_firmware/lib/include/tss_constants.h
|
| +++ b/vboot_firmware/lib/include/tss_constants.h
|
| @@ -25,6 +25,9 @@
|
|
|
| #define TPM_SUCCESS ((uint32_t)0x00000000)
|
| #define TPM_E_BADINDEX ((uint32_t)0x00000002)
|
| +#define TPM_E_MAXNVWRITES ((uint32_t)0x00000048)
|
| +#define TPM_E_ALREADY_INITIALIZED ((uint32_t)0x00005000) /* vboot local */
|
| +#define TPM_E_INTERNAL_INCONSISTENCY ((uint32_t)0x00005001) /* vboot local */
|
|
|
| #define TPM_NV_INDEX0 ((uint32_t)0x00000000)
|
| #define TPM_NV_INDEX_LOCK ((uint32_t)0xffffffff)
|
|
|