Skip to content

Commit b471d3e

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

File tree

2 files changed

+274
-23
lines changed

2 files changed

+274
-23
lines changed

docs/opentitan/spi_device.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ 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
21+
protocol doesn't support a distinct chip select for TPM, therefore it is sharing the same CS with
22+
the other modes. If CS is asserted and TPM is enabled, then it will have priority.
2123

2224
## Connection with a SPI Host
2325

0 commit comments

Comments
 (0)