<p>Arthur Heymans has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21635">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/intel/dg43gt: Add romstage timestamp<br><br>Change-Id: I0383dd9b582d5c77be66ecd74bcf1a438f874cc7<br>Signed-off-by: Arthur Heymans <arthur@aheymans.xyz><br>---<br>M src/mainboard/intel/dg43gt/romstage.c<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/35/21635/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/intel/dg43gt/romstage.c b/src/mainboard/intel/dg43gt/romstage.c<br>index 5b98163..6944b18 100644<br>--- a/src/mainboard/intel/dg43gt/romstage.c<br>+++ b/src/mainboard/intel/dg43gt/romstage.c<br>@@ -25,6 +25,7 @@<br> #include <superio/winbond/common/winbond.h><br> #include <lib.h><br> #include <northbridge/intel/x4x/iomap.h><br>+#include <timestamp.h><br> <br> #define SERIAL_DEV PNP_DEV(0x2e, W83627DHG_SP1)<br> #define LPC_DEV PCI_DEV(0, 0x1f, 0)<br>@@ -71,6 +72,9 @@<br>      u8 boot_path = 0;<br>     u8 s3_resume;<br> <br>+     timestamp_init(get_initial_timestamp());<br>+     timestamp_add_now(TS_START_ROMSTAGE);<br>+<br>      /* Disable watchdog timer */<br>  RCBA32(0x3410) = RCBA32(0x3410) | 0x20;<br> <br>@@ -93,7 +97,9 @@<br>                 boot_path = BOOT_PATH_WARM_RESET;<br> <br>  printk(BIOS_DEBUG, "Initializing memory\n");<br>+       timestamp_add_now(TS_BEFORE_INITRAM);<br>         sdram_initialize(boot_path, spd_addrmap);<br>+    timestamp_add_now(TS_AFTER_INITRAM);<br>  quick_ram_check();<br>    printk(BIOS_DEBUG, "Memory initialized\n");<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/21635">change 21635</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/21635"/><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: I0383dd9b582d5c77be66ecd74bcf1a438f874cc7 </div>
<div style="display:none"> Gerrit-Change-Number: 21635 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>