summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 99e9ad91c9..62f7d438d0 100644
--- a/include/common.h
+++ b/include/common.h
@@ -239,6 +239,8 @@ enum ec_error_list {
/* Verified boot data errors */
EC_ERROR_VBOOT_DATA = 0x1200,
EC_ERROR_VBOOT_DATA_VERIFY = 0x1201,
+ EC_ERROR_VBOOT_DATA_INCOMPATIBLE = 0x1202,
+ EC_ERROR_VBOOT_DATA_UNDERSIZED = 0x1203,
/* Module-internal error codes may use this range. */
EC_ERROR_INTERNAL_FIRST = 0x10000,