commit | 5478c58a8a7f14e8853ae9add842ea88409cfaa4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:20 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 13:59:37 2021 +1300 |
tree | 6ef4bb1db50f71b7ad13d42dd18688201b30cc08 | |
parent | 3404e0564618fb64a998146f1d37729a5a70d9af [diff] |
x86: coreboot: Sync up timestamp codes Add new timestamp codes that are present in coreboot, so that we can decode these in U-Boot. At present TS_U_BOOT_START_KERNEL is used twice. It should only be used just before jumping to Linux, so update the other call site to use TS_START_KERNEL. Signed-off-by: Simon Glass <sjg@chromium.org>