Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: vboot_firmware/include/firmware_image_fw.h

Issue 2711006: Import recent tpm_lite changes that make all TPM commands return a status. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: cleanup from gauravsh's feedback Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/rollback_index_mock.c ('k') | vboot_firmware/include/rollback_index.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/include/firmware_image_fw.h
diff --git a/vboot_firmware/include/firmware_image_fw.h b/vboot_firmware/include/firmware_image_fw.h
index fb90f0271b8d8f6e67dc80ab657eca52f9ed4012..32ae9ed4045cd54763dc87096c94b3e7aca87e09 100644
--- a/vboot_firmware/include/firmware_image_fw.h
+++ b/vboot_firmware/include/firmware_image_fw.h
@@ -65,7 +65,8 @@ typedef struct FirmwareImage {
#define VERIFY_FIRMWARE_WRONG_HEADER_CHECKSUM 7
#define VERIFY_FIRMWARE_KEY_ROLLBACK 8
#define VERIFY_FIRMWARE_VERSION_ROLLBACK 9
-#define VERIFY_FIRMWARE_MAX 10 /* Total number of error codes. */
+#define VERIFY_FIRMWARE_TPM_ERROR 10
+#define VERIFY_FIRMWARE_MAX 11 /* Total number of error codes. */
extern char* kVerifyFirmwareErrors[VERIFY_FIRMWARE_MAX];
« no previous file with comments | « tests/rollback_index_mock.c ('k') | vboot_firmware/include/rollback_index.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698