]> git.baikalelectronics.ru Git - uboot.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)
commitff0f80993f9df4619dc285410dca2e55238f13b1
tree2eb15e4b7de4bb64bd2f309c8bb8e49214c8592b
parentd161f13f3d6ba5d593c071a06332c0ffa380eaac
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