summaryrefslogtreecommitdiff
path: root/include/charge_manager.h
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2015-02-11 19:32:15 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-02-12 23:08:45 +0000
commit96536de3f4c2b942b5c40ac18a2a42d282f98dbf (patch)
tree3c63f70b667905fc65a66445553779ae71e5662e /include/charge_manager.h
parentabbcf4152946c2a086bde85a2f56db0bbf54996f (diff)
downloadchrome-ec-96536de3f4c2b942b5c40ac18a2a42d282f98dbf.tar.gz
pd_log: Add command to request PD MCU to write a log
When we find that charging is in a wedged state, we may wish to write a PD log entry, but the PD MCU cannot detect such a state on its own. Therefore, add a new command to ask the PD MCU to write a log of a given type, and add a new board-specific custom log event. BUG=chrome-os-partner:36668 TEST=Manual on samus: ./ectool --dev=1 pdwritelog charge 0 ./ectool --dev=1 pdwritelog charge 1 ./ectool --dev=1 pdwritelog 1 0 ./ectool --dev=1 pdwritelog 2 0 ./ectool --dev=1 pdlog Verify log output matches expectation: 2015-02-12 11:12:49.290 P0 SRC 2015-02-12 11:12:49.296 P1 SNK Charger PD 20286mV max 20000mV / 3000mA 2015-02-12 11:12:49.303 P0 New connection 2015-02-12 11:12:49.310 P0 Board-custom event --- END OF LOG -- Also, verify kernel logging of wedged event: [ 181.378420] PDLOG 2015/02/12 19:13:44.019 P0 Event 02 (0000) [] Also, trigger wedged state on Samus and verify log entry is written. BRANCH=Samus Change-Id: I55c7c839cf8300fcd3931dccdaaf16c1065e31a8 Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/248981 Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'include/charge_manager.h')
-rw-r--r--include/charge_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/charge_manager.h b/include/charge_manager.h
index d761f131fc..6654542667 100644
--- a/include/charge_manager.h
+++ b/include/charge_manager.h
@@ -6,6 +6,8 @@
#ifndef __CHARGE_MANAGER_H
#define __CHARGE_MANAGER_H
+#include "common.h"
+
/* Charge port that indicates no active port */
#define CHARGE_SUPPLIER_NONE -1
#define CHARGE_PORT_NONE -1