Never set bGlobalLock in recovery/dev mode. Don't try to fix bad kernel space.

Review URL: http://codereview.chromium.org/2804038
This commit is contained in:
Luigi Semenzato
2010-07-02 10:36:37 -07:00
parent 9396c1050d
commit 5e9c0b94b1
2 changed files with 29 additions and 26 deletions

View File

@@ -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)