summaryrefslogtreecommitdiff
path: root/baseboard
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2018-08-06 18:51:22 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-08-07 01:51:10 -0700
commitd2c651741a09ed276a55aabffc38a2b964737215 (patch)
tree69a7edf28c2db216274737236b253773f79c04b7 /baseboard
parentf92cd7653cbcdae14b38689e6a0e9ad5292faa65 (diff)
downloadchrome-ec-d2c651741a09ed276a55aabffc38a2b964737215.tar.gz
octopus: Increase port80 history buffer len to 256 bytes
This change increases the history buffer len for port80 messages to 256 bytes. It allows viewing all the port80 messages from a single boot of AP. BUG=None BRANCH=None TEST=Verified that all port80 messages from a single boot are present when dumping port80 buffer. Change-Id: I14b7dcd2258b72a4dd1f727cf6e9bcf8a53b3be9 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/1164578 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'baseboard')
-rw-r--r--baseboard/octopus/baseboard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/baseboard/octopus/baseboard.h b/baseboard/octopus/baseboard.h
index 4d2e6ed8bd..ffe3baf727 100644
--- a/baseboard/octopus/baseboard.h
+++ b/baseboard/octopus/baseboard.h
@@ -76,6 +76,10 @@
#define CONFIG_LOW_POWER_IDLE
#define CONFIG_PWM
+/* Port80 -- allow larger buffer for port80 messages */
+#undef CONFIG_PORT80_HISTORY_LEN
+#define CONFIG_PORT80_HISTORY_LEN 256
+
/*
* We don't need CONFIG_BACKLIGHT_LID since hardware AND's LID_OPEN and AP
* signals with EC backlight enable signal.