summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/lib/include/rollback_index.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/lib/include/rollback_index.h b/firmware/lib/include/rollback_index.h
index 5bed9f38..ef30c5a4 100644
--- a/firmware/lib/include/rollback_index.h
+++ b/firmware/lib/include/rollback_index.h
@@ -100,6 +100,8 @@ enum fwmp_flags {
FWMP_DEV_ENABLE_LEGACY = (1 << 3),
FWMP_DEV_ENABLE_OFFICIAL_ONLY = (1 << 4),
FWMP_DEV_USE_KEY_HASH = (1 << 5),
+ /* CCD = case-closed debugging on cr50; flag implemented on cr50 */
+ FWMP_DEV_DISABLE_CCD_UNLOCK = (1 << 6),
};
/* All functions return TPM_SUCCESS (zero) if successful, non-zero if error */