summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2recovery_reasons.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2recovery_reasons.h')
-rw-r--r--firmware/2lib/include/2recovery_reasons.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/2lib/include/2recovery_reasons.h b/firmware/2lib/include/2recovery_reasons.h
index 441c58c5..21509298 100644
--- a/firmware/2lib/include/2recovery_reasons.h
+++ b/firmware/2lib/include/2recovery_reasons.h
@@ -202,6 +202,9 @@ enum vb2_nv_recovery {
/* Fastboot mode requested in firmware */
VB2_RECOVERY_FW_FASTBOOT = 0x5e,
+ /* Recovery hash space lock error in RO firmware */
+ VB2_RECOVERY_RO_TPM_REC_HASH_L_ERROR = 0x5f,
+
/* Unspecified/unknown error in rewritable firmware */
VB2_RECOVERY_RW_UNSPECIFIED = 0x7f,