[coreboot-gerrit] Change in coreboot[master]: timestamp: Increase max number of timestamps

Raul Rangel (Code Review) gerrit at coreboot.org
Fri May 11 19:08:16 CEST 2018


Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/26234


Change subject: timestamp: Increase max number of timestamps
......................................................................

timestamp: Increase max number of timestamps

I'm increasing the max because when AGESA tracing is enabled it will use
over 120 entries. I added some padding to the number incase more probes
are added. This only affects ramstage so the extra ram shouldn't matter.

BUG=b:64549506
TEST=boot on grunt and ran cbmem -t

Change-Id: I7a3d2d09c91c9e302d139e7f65fa9c85c4594de4
Signed-off-by: Raul E Rangel <rrangel at chromium.org>
---
M src/lib/timestamp.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/26234/1

diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c
index bf49365..120934d 100644
--- a/src/lib/timestamp.c
+++ b/src/lib/timestamp.c
@@ -27,7 +27,7 @@
 #include <rules.h>
 #include <smp/node.h>
 
-#define MAX_TIMESTAMPS 84
+#define MAX_TIMESTAMPS 192
 
 /* When changing this number, adjust TIMESTAMP() size ASSERT() in memlayout.h */
 #define MAX_BSS_TIMESTAMP_CACHE 16

-- 
To view, visit https://review.coreboot.org/26234
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a3d2d09c91c9e302d139e7f65fa9c85c4594de4
Gerrit-Change-Number: 26234
Gerrit-PatchSet: 1
Gerrit-Owner: Raul Rangel <rrangel at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180511/755038a8/attachment.html>


More information about the coreboot-gerrit mailing list