Skip to content

Commit

Permalink
Update EC commit, QSPI bugfix
Browse files Browse the repository at this point in the history
Under some circumstances, HyperDebug could generate corrupted SPI
waveforms on second and subsequent attempts.

As a workaround, this CL pulls in code to resets the OCTOSPI IP block of
HyperDebug between transaction, which adds negligible delay

Signed-off-by: Jes B. Klinke <[email protected]>
  • Loading branch information
jesultra committed Feb 16, 2024
1 parent 4e3ab68 commit 187caa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/chromium/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def chromium_repos():
git_repository(
name = "ec_src",
remote = "https://chromium.googlesource.com/chromiumos/platform/ec",
commit = "a8f2dc71df133c3474ab977d7e3b278fe22a6a99",
commit = "2adaee5e5cf905c0c1cff56e1661e12544d17b58",
build_file = "//third_party/chromium:BUILD.ec_src.bazel",
patches = [
"//third_party/chromium:ec-custom-version.patch",
Expand Down

0 comments on commit 187caa7

Please sign in to comment.