<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26001">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">commonlib: Add descriptions for new AGESA timestamps<br><br>When the latest AGESA timestamp values were added, the descriptions<br>weren't added along with them.  Because of this, the cbmem tool just<br>shows them as "<unknown>".<br><br>Bug=b:79153552<br>TEST=None<br><br>Change-Id: Iad7bcd53bc6136b74d4d933d1a290feac6a0de56<br>Signed-off-by: Martin Roth <martinroth@chromium.org><br>---<br>M src/commonlib/include/commonlib/timestamp_serialized.h<br>1 file changed, 6 insertions(+), 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/01/26001/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/commonlib/include/commonlib/timestamp_serialized.h b/src/commonlib/include/commonlib/timestamp_serialized.h</span><br><span>index 11baf16..42b55bc 100644</span><br><span>--- a/src/commonlib/include/commonlib/timestamp_serialized.h</span><br><span>+++ b/src/commonlib/include/commonlib/timestamp_serialized.h</span><br><span>@@ -224,6 +224,12 @@</span><br><span>   { TS_AGESA_INIT_LATE_DONE,      "back from AmdInitLate" },</span><br><span>         { TS_AGESA_INIT_RTB_START,      "calling AmdInitRtb/AmdS3Save" },</span><br><span>  { TS_AGESA_INIT_RTB_DONE,       "back from AmdInitRtb/AmdS3Save" },</span><br><span style="color: hsl(120, 100%, 40%);">+ { TS_AGESA_INIT_RESUME_START,   "calling AmdInitResume" },</span><br><span style="color: hsl(120, 100%, 40%);">+  { TS_AGESA_INIT_RESUME_DONE,    "back from AmdInitResume" },</span><br><span style="color: hsl(120, 100%, 40%);">+        { TS_AGESA_S3_LATE_START,       "calling AmdS3LateRestore" },</span><br><span style="color: hsl(120, 100%, 40%);">+       { TS_AGESA_S3_LATE_DONE,        "back from AmdS3LateRestore" },</span><br><span style="color: hsl(120, 100%, 40%);">+     { TS_AGESA_S3_FINAL_START,      "calling AmdS3FinalRestore" },</span><br><span style="color: hsl(120, 100%, 40%);">+      { TS_AGESA_S3_FINAL_DONE,       "back from AmdS3FinalRestore" },</span><br><span> </span><br><span>       /* Intel ME related timestamps */</span><br><span>    { TS_ME_INFORM_DRAM_WAIT,       "waiting for ME acknowledgement of raminit"},</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26001">change 26001</a>. To unsubscribe, or for help writing mail filters, 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/26001"/><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: Iad7bcd53bc6136b74d4d933d1a290feac6a0de56 </div>
<div style="display:none"> Gerrit-Change-Number: 26001 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>