From 53885895afbddf7cc695eabb3cf36e8589025900 Mon Sep 17 00:00:00 2001 From: "Jes B. Klinke" Date: Fri, 5 May 2023 09:22:22 -0700 Subject: [PATCH] Update EC commit, GPIO monitoring fixes Two fixes for the GPIO monitoring (logic analyzer) functionality of the HyperDebug firmware. Before this, any SPI transaction would fail if GPIO monitoring was ongoing. Also, in some circumstances, characters could be lost in the textual protocol used to retrieve GPIO events. 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 93b1f2b..3029033 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 = "256b891b796853f7be17e2ca59034f08c4ca200b", + commit = "404e01803921535e6105976a9c3d3f490ceb72e2", build_file = "//third_party/chromium:BUILD.ec_src.bazel", patches = [ "//third_party/chromium:ec-custom-version.patch",