| 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 c35ecbecc6ec4a78148da3cf8057077984ce9102..51f461e5bfde5d53584a78e8619d7c0ee2bf1d00 100644
|
| --- a/firmware/lib/tpm_lite/include/tlcl_structures.h
|
| +++ b/firmware/lib/tpm_lite/include/tlcl_structures.h
|
| @@ -64,6 +64,11 @@ struct s_tpm_startup_cmd{
|
| } tpm_startup_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xc, 0x0, 0x0, 0x0, 0x99, 0x0, 0x1, },
|
| };
|
|
|
| +struct s_tpm_finalizepp_cmd{
|
| + uint8_t buffer[12];
|
| +} tpm_finalizepp_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xc, 0x40, 0x0, 0x0, 0xa, 0x2, 0xa0, },
|
| +};
|
| +
|
| struct s_tpm_pplock_cmd{
|
| uint8_t buffer[12];
|
| } tpm_pplock_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xc, 0x40, 0x0, 0x0, 0xa, 0x0, 0x4, },
|
|
|