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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/2lib/include/2recovery_reasons.h b/firmware/2lib/include/2recovery_reasons.h
index ba7beb8f..99ed4789 100644
--- a/firmware/2lib/include/2recovery_reasons.h
+++ b/firmware/2lib/include/2recovery_reasons.h
@@ -234,6 +234,12 @@ enum vb2_nv_recovery {
/* FWMP secure data initialization error */
VB2_RECOVERY_SECDATA_FWMP_INIT = 0x62,
+ /* Failed to get boot mode from TPM/Cr50 */
+ VB2_RECOVERY_CR50_BOOT_MODE = 0x63,
+
+ /* Attempt to escape from NO_BOOT mode was detected */
+ VB2_RECOVERY_ESCAPE_NO_BOOT = 0x64,
+
/* Unspecified/unknown error in rewritable firmware */
VB2_RECOVERY_RW_UNSPECIFIED = 0x7f,