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 d943563b..d76b142a 100644
--- a/firmware/2lib/include/2recovery_reasons.h
+++ b/firmware/2lib/include/2recovery_reasons.h
@@ -231,6 +231,9 @@ enum vb2_nv_recovery {
/* Alt FW Failed hash verification */
VB2_RECOVERY_ALTFW_HASH_FAILED = 0x61,
+ /* FWMP secure data initialization error */
+ VB2_RECOVERY_SECDATA_FWMP_INIT = 0x62,
+
/* Unspecified/unknown error in rewritable firmware */
VB2_RECOVERY_RW_UNSPECIFIED = 0x7f,