]> git.dujemihanovic.xyz Git - u-boot.git/commit
trace: Update the file header
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:15:46 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 17:22:35 +0000 (12:22 -0500)
commitd9044e5363bb0b32a7aff00adf47c227f78f0f32
tree2eb15e4b7de4bb64bd2f309c8bb8e49214c8592b
parent90ad4e28e8d299395922364409c37bd7afc293e4
trace: Update the file header

It seems better to put the TEXT_BASE value in the file header rather than
in an entry record. While it is true that there is a separate base for
pre-relocation, this can be handled by using offsets in the file.

It is useful to have a version number in case we need to change the trace
format again.

Update the header to make these changes.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/trace.h
lib/trace.c