Skip to content

Commit

Permalink
[opentitantool] HyperDebug firmware fix
Browse files Browse the repository at this point in the history
A single bugfix to recently introduced feature to optionally have SPI or
I2C TPM operations recognize Google's "TPM ready" signal.

a3d721e81c board/hyperdebug: Corrections to TPM "GSC ready" logic

Signed-off-by: Jes B. Klinke <[email protected]>

Change-Id: Id0ddb6118d271d73eda6c16a931ed230b2c8f55e
  • Loading branch information
jesultra committed Dec 14, 2024
1 parent 2195059 commit 5264dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/hyperdebug/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def hyperdebug_repos():
http_archive(
name = "hyperdebug_firmware",
urls = ["https://github.com/lowRISC/hyperdebug-firmware/releases/download/20241206_01/hyperdebug-firmware.tar.gz"],
sha256 = "13612708d0d71e340babff07d14d67cd9d51f2eb3c370757c3aa905aeab13d1b",
urls = ["https://github.com/lowRISC/hyperdebug-firmware/releases/download/20241211_02/hyperdebug-firmware.tar.gz"],
sha256 = "8b72dfe4ecb6a2258228e62c2246c5beffe8339d440a592c483534fa3f54d679",
build_file = "@lowrisc_opentitan//third_party/hyperdebug:BUILD",
)

0 comments on commit 5264dea

Please sign in to comment.