| 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 039ee372ae806891115cd0986d4de636c1d11c25..c35ecbecc6ec4a78148da3cf8057077984ce9102 100644
|
| --- a/firmware/lib/tpm_lite/include/tlcl_structures.h
|
| +++ b/firmware/lib/tpm_lite/include/tlcl_structures.h
|
| @@ -69,6 +69,11 @@ struct s_tpm_pplock_cmd{
|
| } tpm_pplock_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xc, 0x40, 0x0, 0x0, 0xa, 0x0, 0x4, },
|
| };
|
|
|
| +struct s_tpm_ppenable_cmd{
|
| + uint8_t buffer[12];
|
| +} tpm_ppenable_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xc, 0x40, 0x0, 0x0, 0xa, 0x0, 0x20, },
|
| +};
|
| +
|
| struct s_tpm_ppassert_cmd{
|
| uint8_t buffer[12];
|
| } tpm_ppassert_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xc, 0x40, 0x0, 0x0, 0xa, 0x0, 0x8, },
|
|
|