summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2return_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2return_codes.h')
-rw-r--r--firmware/2lib/include/2return_codes.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h
index 75484783..f754cded 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -488,6 +488,15 @@ enum vb2_return_code {
/* Unable to verify body in vb2_load_partition() */
VB2_ERROR_LOAD_PARTITION_VERIFY_BODY,
+ /* Unable to get EC image hash in ec_sync_phase1() */
+ VB2_ERROR_EC_HASH_IMAGE,
+
+ /* Unable to get expected EC image hash in ec_sync_phase1() */
+ VB2_ERROR_EC_HASH_EXPECTED,
+
+ /* Expected and image hashes are different size in ec_sync_phase1() */
+ VB2_ERROR_EC_HASH_SIZE,
+
/**********************************************************************
* API-level errors
*/