<p>Shelley Chen has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22120">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cr50_enable_update: Adding printk before EC reboot<br><br>Add printout before EC reboots during a cr50 update to clarify<br>that failure is due to EC reboot rather than cr50 reboot.  Ran<br>into a situation where DUT shut down during cr50 update and<br>the EC was the culprit.<br><br>BUG=None<br>BRANCH=None<br>TEST=None<br><br>Change-Id: I54813fec123de69604d1da4dfc65eaeb77d1662e<br>Signed-off-by: Shelley Chen <shchen@chromium.org><br>---<br>M src/vendorcode/google/chromeos/cr50_enable_update.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/22120/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/vendorcode/google/chromeos/cr50_enable_update.c b/src/vendorcode/google/chromeos/cr50_enable_update.c<br>index e962f19..2b9f66a 100644<br>--- a/src/vendorcode/google/chromeos/cr50_enable_update.c<br>+++ b/src/vendorcode/google/chromeos/cr50_enable_update.c<br>@@ -61,6 +61,7 @@<br> <br>      if (IS_ENABLED(CONFIG_POWER_OFF_ON_CR50_UPDATE)) {<br>            if (IS_ENABLED(CONFIG_EC_GOOGLE_CHROMEEC))<br>+                   printk(BIOS_INFO, "Rebooting EC.\n");<br>                       google_chromeec_reboot(0, EC_REBOOT_HIBERNATE,<br>                                EC_REBOOT_FLAG_ON_AP_SHUTDOWN);<br>               poweroff();<br></pre><p>To view, visit <a href="https://review.coreboot.org/22120">change 22120</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22120"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I54813fec123de69604d1da4dfc65eaeb77d1662e </div>
<div style="display:none"> Gerrit-Change-Number: 22120 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Shelley Chen <shchen@google.com> </div>