| 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 c4c0bfe8f1abe11abfe333b9ab91a06daf04268d..ecbdf48fe9152a0d31f646bdb2abcaf54de3222c 100644
|
| --- a/vboot_firmware/lib/include/tss_constants.h
|
| +++ b/vboot_firmware/lib/include/tss_constants.h
|
| @@ -28,6 +28,7 @@
|
| #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_E_MUST_REBOOT ((uint32_t)0x00005002) /* vboot local */
|
|
|
| #define TPM_NV_INDEX0 ((uint32_t)0x00000000)
|
| #define TPM_NV_INDEX_LOCK ((uint32_t)0xffffffff)
|
|
|