Index: firmware/lib/tpm_lite/include/tlcl_structures.h |
diff --git a/firmware/lib/tpm_lite/include/tlcl_structures.h b/firmware/lib/tpm_lite/include/tlcl_structures.h |
index 53e70aed7732ddb320c6592dc02836393ca76fcc..a53e2baa2f764ad1fd87f37ab4f68967090d1a44 100644 |
--- a/firmware/lib/tpm_lite/include/tlcl_structures.h |
+++ b/firmware/lib/tpm_lite/include/tlcl_structures.h |
@@ -64,6 +64,11 @@ const struct s_tpm_resume_cmd{ |
} tpm_resume_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x99, 0x0, 0x2, }, |
}; |
+const struct s_tpm_savestate_cmd{ |
+ uint8_t buffer[10]; |
+} tpm_savestate_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xa, 0x0, 0x0, 0x0, 0x98, }, |
+}; |
+ |
const struct s_tpm_startup_cmd{ |
uint8_t buffer[12]; |
} tpm_startup_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x99, 0x0, 0x1, }, |