Skip to content

Commit c7d8e5a

Browse files
committed
[ot] hw/opentitan: ot_spi_device: Implement the tpm mode
Signed-off-by: Douglas Reis <[email protected]>
1 parent ecfb423 commit c7d8e5a

File tree

2 files changed

+274
-25
lines changed

2 files changed

+274
-25
lines changed

docs/opentitan/spi_device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This mode is not yet supported.
1717

1818
### TPM
1919

20-
This mode is not supported.
20+
This mode is partially supported, TPM commands handled by hw are not supported yet. The CharDev protocol doesn't support a distinct chip select for TPM, therefore it is sharing the same CS with the other modes. If CS is asserted and TPM is enabled, then it will have priority.
2121

2222
## Connection with a SPI Host
2323

0 commit comments

Comments
 (0)