| 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 51f461e5bfde5d53584a78e8619d7c0ee2bf1d00..53d6bdd6a0c265414e9f757386e2054c2a3c5865 100644
|
| --- a/firmware/lib/tpm_lite/include/tlcl_structures.h
|
| +++ b/firmware/lib/tpm_lite/include/tlcl_structures.h
|
| @@ -59,6 +59,11 @@ struct s_tpm_selftestfull_cmd{
|
| } tpm_selftestfull_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xa, 0x0, 0x0, 0x0, 0x50, },
|
| };
|
|
|
| +struct s_tpm_resume_cmd{
|
| + uint8_t buffer[12];
|
| +} tpm_resume_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x99, 0x0, 0x2, },
|
| +};
|
| +
|
| struct s_tpm_startup_cmd{
|
| uint8_t buffer[12];
|
| } tpm_startup_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x99, 0x0, 0x1, },
|
|
|