summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_nvstorage.h
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2016-11-08 10:47:36 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-11-09 02:17:13 -0800
commitadfafba793684ed92965dfbd86b3fb3463975d8c (patch)
treecf12f6c955195e0ddbb99d04db6a0bda8986a2e8 /firmware/include/vboot_nvstorage.h
parent34d58e77605663d19b5d602c303a61f72e8b57b7 (diff)
downloadvboot-adfafba793684ed92965dfbd86b3fb3463975d8c.tar.gz
Add new recovery reason for rec hash space lock failure in RO firmwarestabilize-8975.B
BUG=chrome-os-partner:59355 BRANCH=None TEST=make -j runtests Change-Id: Ife661afea83f65ba262e50e9743a64628972d39e Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/408568 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'firmware/include/vboot_nvstorage.h')
-rw-r--r--firmware/include/vboot_nvstorage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/include/vboot_nvstorage.h b/firmware/include/vboot_nvstorage.h
index c43f2eb4..8c7ff9d3 100644
--- a/firmware/include/vboot_nvstorage.h
+++ b/firmware/include/vboot_nvstorage.h
@@ -278,6 +278,8 @@ typedef enum VbFwResult {
#define VBNV_RECOVERY_RW_BCB_ERROR 0x5C
/* Fastboot mode requested in firmware */
#define VBNV_RECOVERY_FW_FASTBOOT 0x5E
+/* Recovery hash space lock error in RO firmware */
+#define VBNV_RECOVERY_RO_TPM_REC_HASH_L_ERROR 0x5F
/* Unspecified/unknown error in rewritable firmware */
#define VBNV_RECOVERY_RW_UNSPECIFIED 0x7F
/* DM-verity error */