Attention is currently required from: Julius Werner. Hello Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62639
to look at the new patch set (#2).
Change subject: util/cbmem: add an option to append timestamp ......................................................................
util/cbmem: add an option to append timestamp
Add an option to the cbmem utility that can be used to append an entry to the cbmem timestamp table from userspace. This is useful for bookkeeping of post-coreboot timing information while still being able to use cbmem-based tooling for processing the generated data.
BUG=b:217638034 BRANCH=none TEST=Manual, invoke new cbmem option, then verify that cbmem -t shows the added timestamp.
Change-Id: Ic99e5a11d8cc3f9fffae8eaf2787652105cf4842 Signed-off-by: Mattias Nissler mnissler@chromium.org --- M util/cbmem/cbmem.c 1 file changed, 82 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/62639/2