From 042415198f3dc6b3bc387c669c7e9cf982d208e2 Mon Sep 17 00:00:00 2001 From: "Jes B. Klinke" Date: Thu, 21 Dec 2023 10:15:40 -0800 Subject: [PATCH] [opentitantool] HyperDebug firmware with I2C fixes Update the version of the pre-built firmware for HyperDebug shipped with opentitantool. This should resolve problems with HyperDebug acting as I2C device, in particular the previous firmware had issue with switching I2C addresses. Change-Id: I58ff48c94fc695f780896182f0c4f6b2a9d91d88 Signed-off-by: Jes B. Klinke --- third_party/hyperdebug/repos.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/hyperdebug/repos.bzl b/third_party/hyperdebug/repos.bzl index fa7b0783bf2c7..68889084493af 100644 --- a/third_party/hyperdebug/repos.bzl +++ b/third_party/hyperdebug/repos.bzl @@ -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/20231129_01/hyperdebug-firmware.tar.gz"], - sha256 = "de1e1dabf305eac5d3b1384b65d0b9684a345fdea5299c450bad773ef73b9636", + urls = ["https://github.com/lowRISC/hyperdebug-firmware/releases/download/20231221_01/hyperdebug-firmware.tar.gz"], + sha256 = "f58e79737ced25fa8252cd6414a8ef11a336b308e2816e78e2f1759017812520", build_file = "@//third_party/hyperdebug:BUILD", )