<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27329">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">timestamps: denote "end of romstage" right before loading ramstage<br><br>Change-Id: I3524a757f5274815d62a17c58a18ed6b9aa726bf<br>Signed-off-by: Patrick Georgi <pgeorgi@chromium.org><br>---<br>M src/arch/x86/cbfs_and_run.c<br>1 file changed, 2 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/29/27329/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/arch/x86/cbfs_and_run.c b/src/arch/x86/cbfs_and_run.c</span><br><span>index f25052b..d403009 100644</span><br><span>--- a/src/arch/x86/cbfs_and_run.c</span><br><span>+++ b/src/arch/x86/cbfs_and_run.c</span><br><span>@@ -15,8 +15,10 @@</span><br><span> </span><br><span> #include <arch/stages.h></span><br><span> #include <program_loading.h></span><br><span style="color: hsl(120, 100%, 40%);">+#include <timestamp.h></span><br><span> </span><br><span> asmlinkage void copy_and_run(void)</span><br><span> {</span><br><span style="color: hsl(120, 100%, 40%);">+   timestamp_add_now(TS_END_ROMSTAGE);</span><br><span>  run_ramstage();</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27329">change 27329</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/27329"/><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: I3524a757f5274815d62a17c58a18ed6b9aa726bf </div>
<div style="display:none"> Gerrit-Change-Number: 27329 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>