summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2021-05-14 10:08:52 -0600
committerCommit Bot <commit-bot@chromium.org>2021-05-14 20:53:19 +0000
commit5c11d1e8b7e016fa782d7f627b348e608ab48a4f (patch)
tree29a59bcd82e16cba0a0916a3dacc0311e9926aa1
parentcb8c544ed8ac3a24cf8c1b0c5ba836f85938fd11 (diff)
downloadchrome-ec-stabilize-13982.69.B-cr50_stab.tar.gz
Add the two new error flag values that were introduced in the ti50 report. See https://chrome-internal.googlesource.com/ti50/common/ti50/+/main/applications/fw_updater/src/structures.rs for ti50 definitions BUG=none TEST=none Cq-Depend: chrome-internal:3831829 Change-Id: I794a49d7c0814258350b479e90167d500081433a Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2897129 Reviewed-by: Mary Ruthven <mruthven@chromium.org>
-rw-r--r--chip/g/upgrade_fw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/g/upgrade_fw.h b/chip/g/upgrade_fw.h
index d3414b103e..6296220535 100644
--- a/chip/g/upgrade_fw.h
+++ b/chip/g/upgrade_fw.h
@@ -141,6 +141,8 @@ enum return_value {
UPGRADE_UNALIGNED_BLOCK_ERROR = 10,
UPGRADE_TRUNCATED_HEADER_ERROR = 11,
UPGRADE_BOARD_ID_ERROR = 12,
+ UPGRADE_BOARD_FLAGS_ERROR = 13,
+ UPGRADE_DEV_ID_MISMATCH_ERROR = 14,
};
/*