-
Notifications
You must be signed in to change notification settings - Fork 815
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opentitantool] Adjusted operation order
HyperDebug firmware has special code to pause during SPI or I2C TPM transactions, waiting for a pulse on a Google-specific "ready" signal. This change modifies the way the arguments must be passed to `spi.run_transaction()` to invoke that feature, such that they more closely match the sequence of events: Write, TpmPoll, Read, GscReady. Change-Id: Ia38e142c97f311c27367c916cbcda51af45ad500 Signed-off-by: Jes B. Klinke <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters