From 07e16ea8e2a8c37516467aa1dfa2aaeb1d07b1de Mon Sep 17 00:00:00 2001 From: "Jes B. Klinke" Date: Wed, 20 Dec 2023 10:40:28 -0800 Subject: [PATCH] Update EC commit, I2C device fix HyperDebug could switch in and out of I2C device mode, but not switch device address, once one was selected. This patch addresses that shortcoming, such that `opentitantool i2c set-mode device --addr ...` can be repeatedly issued, to change the address. Signed-off-by: Jes B. Klinke --- third_party/chromium/repos.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/chromium/repos.bzl b/third_party/chromium/repos.bzl index 91906ff..100279f 100644 --- a/third_party/chromium/repos.bzl +++ b/third_party/chromium/repos.bzl @@ -8,7 +8,7 @@ def chromium_repos(): git_repository( name = "ec_src", remote = "https://chromium.googlesource.com/chromiumos/platform/ec", - commit = "c22816fc39169d633061ae9670e4eb8c24eec8bd", + commit = "983c86fb0539a9d13798e9c2a620ad7c52508ac3", build_file = "//third_party/chromium:BUILD.ec_src.bazel", patches = [ "//third_party/chromium:ec-custom-version.patch",