[coreboot-gerrit] Change in coreboot[master]: ec/google/chromeec: Add 2 strings to chromeos_log information

Nicolas Boichat (Code Review) gerrit at coreboot.org
Wed Oct 24 09:23:07 CEST 2018


Nicolas Boichat has uploaded this change for review. ( https://review.coreboot.org/29250


Change subject: ec/google/chromeec: Add 2 strings to chromeos_log information
......................................................................

ec/google/chromeec: Add 2 strings to chromeos_log information

EC added 1 reset flag, and 1 reset cause.

BUG=b:109900671

Change-Id: I0db5d0f996ecc8813cab670826b852e8545b6389
Signed-off-by: Nicolas Boichat <drinkcat at chromium.org>
---
M src/ec/google/chromeec/ec.c
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/29250/1

diff --git a/src/ec/google/chromeec/ec.c b/src/ec/google/chromeec/ec.c
index 75d9da1..29f9d38 100644
--- a/src/ec/google/chromeec/ec.c
+++ b/src/ec/google/chromeec/ec.c
@@ -954,6 +954,7 @@
 		"reset: debug warm reboot",
 		"reset: at AP's request",
 		"reset: during EC initialization",
+		"reset: AP watchdog",
 	};
 
 	static const size_t shutdown_cause_begin = 1 << 15;
@@ -1007,7 +1008,8 @@
 		"usb-resume",
 		"rdd",
 		"rbox",
-		"security"
+		"security",
+		"ap-watchdog",
 	};
 	struct ec_response_uptime_info cmd_resp;
 	int i, flag, flag_count;

-- 
To view, visit https://review.coreboot.org/29250
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0db5d0f996ecc8813cab670826b852e8545b6389
Gerrit-Change-Number: 29250
Gerrit-PatchSet: 1
Gerrit-Owner: Nicolas Boichat <drinkcat at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181024/6d4c8e93/attachment.html>


More information about the coreboot-gerrit mailing list