summaryrefslogtreecommitdiff
path: root/baseboard/brya/baseboard.h
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2022-04-21 10:50:45 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-21 22:22:13 +0000
commite6f206838aff999d38292ffd907948c69844c7eb (patch)
treea1fcd1b6bb73b2e2d380ba7c3c812927d4bd5103 /baseboard/brya/baseboard.h
parent59cd12dfa8040c753d24d9d327db21d06d79ae71 (diff)
downloadchrome-ec-e6f206838aff999d38292ffd907948c69844c7eb.tar.gz
brask,brya,intelrvp: Increase SCI pulse width for Alder Lake chipsets
Alder Lake has new low-power features in the PMC and eSPI areas that can require longer SCI pulse widths when these parts of the chipset are in low power modes. The exact value is yet to be determined, but 150 us has been determined empirically to avoid issues through testing scenarios that easily demonstrated "lost" SCIs before the pulse width change. BUG=b:227367177 BRANCH=brya TEST=verified by Intel Change-Id: I5436c3a15939cd034aac22344846447a5f5fb71d Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3600138 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'baseboard/brya/baseboard.h')
-rw-r--r--baseboard/brya/baseboard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/baseboard/brya/baseboard.h b/baseboard/brya/baseboard.h
index 931af0f605..a46b4dba45 100644
--- a/baseboard/brya/baseboard.h
+++ b/baseboard/brya/baseboard.h
@@ -120,6 +120,10 @@
#define CONFIG_CMD_AP_RESET_LOG
#define CONFIG_HOSTCMD_AP_RESET
+/* ADL has new lower-power features that require extra-wide SCI pulses. */
+#undef CONFIG_ESPI_DEFAULT_SCI_WIDTH_US
+#define CONFIG_ESPI_DEFAULT_SCI_WIDTH_US 150
+
/* Buttons / Switches */
#define CONFIG_VOLUME_BUTTONS
#define CONFIG_SWITCH