<p>Raul Rangel has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26234">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">timestamp: Increase max number of timestamps<br><br>I'm increasing the max because when AGESA tracing is enabled it will use<br>over 120 entries. I added some padding to the number incase more probes<br>are added. This only affects ramstage so the extra ram shouldn't matter.<br><br>BUG=b:64549506<br>TEST=boot on grunt and ran cbmem -t<br><br>Change-Id: I7a3d2d09c91c9e302d139e7f65fa9c85c4594de4<br>Signed-off-by: Raul E Rangel <rrangel@chromium.org><br>---<br>M src/lib/timestamp.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/26234/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c</span><br><span>index bf49365..120934d 100644</span><br><span>--- a/src/lib/timestamp.c</span><br><span>+++ b/src/lib/timestamp.c</span><br><span>@@ -27,7 +27,7 @@</span><br><span> #include <rules.h></span><br><span> #include <smp/node.h></span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-#define MAX_TIMESTAMPS 84</span><br><span style="color: hsl(120, 100%, 40%);">+#define MAX_TIMESTAMPS 192</span><br><span> </span><br><span> /* When changing this number, adjust TIMESTAMP() size ASSERT() in memlayout.h */</span><br><span> #define MAX_BSS_TIMESTAMP_CACHE 16</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26234">change 26234</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/26234"/><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: I7a3d2d09c91c9e302d139e7f65fa9c85c4594de4 </div>
<div style="display:none"> Gerrit-Change-Number: 26234 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Raul Rangel <rrangel@chromium.org> </div>